[TM] Visitor Map

mojopanel

New Member
Right This will shot you a little visitor map, i got board..

Screen Shot
2dqskkm.png


Here is what you need to do:

Go to Template "FORUMHOME" & Find the code
Code:
<!-- end logged-in users -->
</if>
$template_hook[forumhome_wgo_pos2]
<tbody>
    <tr>
        <td class="thead" colspan="2">
            <a style="float:$stylevar[align=right]" href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>
            <phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>        </td>
    </tr>
</tbody>
<tbody id="collapseobj_forumhome_stats" style="">
    <tr>
        <td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="mojopanel " border="0" /></td>
      <td class="alt1" width="100%">
        <div class="smallfont" style="float:right"><img src="$stylevar[imgdir_misc]/forum_new.gif" alt="Contains New Posts" border="0" align="middle" />&nbsp;New Posts&nbsp;&nbsp;&nbsp;<img src="$stylevar[imgdir_misc]/forum_old.gif" alt="Contains No New Posts" border="0" align="middle" />&nbsp;No New Posts</div>

<table class="tborder" cellspacing="1" cellpadding="2">
<tr><td class="alt1 smallfont">&raquo; $vbphrase[threads]: $totalthreads</td>
<td class="alt1 smallfont">&raquo; $vbphrase[posts]: $totalposts</td>
<td class="alt1 smallfont">&raquo; $vbphrase[members]: $numbermembers<if condition="$show['activemembers']"></if></td>
</tr>
<tr><td colspan="3" class="alt1 smallfont">&raquo; <phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase>$template_hook[forumhome_wgo_stats]</td></tr>
</table></td>
</tr>
</tbody>
& Below That Add

Code:
<!-- Visitor -->
<tbody>
    <tr>
        <td class="thead" colspan="2">
            <a style="float:$stylevar[align=right]" href="#top" onclick="return toggle_collapse('visitormap')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>
            Visitor Map    </td>
    </tr>
</tbody>
<tbody id="collapseobj_visitormap" style="">
    <tr>
<td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="mojopanel " border="0" /></td>
        <td class="alt1" width="100%">[color=DarkOrange]<script type="text/javascript" src="http://widgets.amung.us/map.js"></script><script type="text/javascript">WAU_map('fq58cp8on6mv', 368, 184, 'neosat', 'star-blue')</script>[/color]</td>
    </tr>
</tbody>
</table>
<!-- / Visitor -->
Where the orange code is, change that with the code you get from this page (its the map code): whos.amung.us - build a custom map . Then Copy the code and your done. Need any help please post.


NOTE: If you post this any where else post a link to this topic, if you don't then you are a very nasty person. :(
 
Top