[TM]Visitor Map

mojopanel

New Member
1st go to
Admincp -> Style Manager -> Edit Template -> « » -> FORUMHOME

then find...

Code:
$template_hook[forumhome_wgo_pos3]
<if condition="$show['birthdays']">
<!-- today's birthdays -->
then above 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=Red]<script type="text/javascript" src="http://widgets.amung.us/map.js"></script><script type="text/javascript">WAU_map('1eiv6nyuj1wo', 420, 210, 'neosat', 'star-blue')</script>[/color]</td>
    </tr>
</tbody>
</table>
<!-- / Visitor -->

where the read bit is, go here whos.amung.us - build a custom map & get the code and chage it with the red code and save, your done... here is a screeen shot...

beikgh.png


if you like please say thanks..
 

rundll32

New Member
smile2me having people do it for you won't help you learn just backup the orignal one and try to do it your self, thats how we learned, now its your turn ;)
 

mojopanel

New Member
Please people who said it did not work, supply a screen shot or i might as well shuv my head up my a** as i need to see what it going wrong...

Thanks...
 

smile2me

New Member
please (mojopanel) just edit the template for me
as when i edited myself my forumhome template get irrugular shape !!!
 
Top