Mabersoft vBulletin Map

mojopanel

New Member
First go to "http://whos.amung.us/maps/customize/" Then get you map code.

In The Template "FORUMHOME" find:

Code:
$template_hook[forumhome_wgo_pos5]

Then Below Add:

Code:
<!-- Mabersoft vBulletin Map -->
<tbody>
    <tr>
        <td class="thead" colspan="2">
            Mabersoft Map
        </td>
    </tr>
</tbody>
<tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_mabersoftvbulletinmap]">
    <tr>
        <td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" border="0" /></a></td>
        <td class="alt1" width="100%">
        <!-- Map Code Here -->
          <script type="text/javascript" src="http://widgets.amung.us/map.js"></script>
          <script type="text/javascript">WAU_map('1r3hyyn9r72i', 420, 210, 'neosat', 'star-blue')</script>
        <!-- /Map Code Here -->       
        </td>
    </tr>
</tbody>
<!-- /Mabersoft vBulletin Map -->

Please Keep The:

Code:
<!-- Mabersoft vBulletin Map -->
<!-- /Mabersoft vBulletin Map -->


PS: To change the map with your map code change the code inside

Code:
<!-- Map Code Here -->  
<!-- /Map Code Here -->

With the map code you got from:
"http://whos.amung.us/maps/customize/"


Demo: Mabersoft (Near The Footer)
 
Back
Top