Quote:
Originally Posted by Creed
Code:
###################
# NAVBAR template #
###################
Find:
--------------------------------
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
Above add:
---------------------------------
<if condition="$show['member']">
<td class="vbmenu_control" id="rpg"><a href="#rpg">RPG</a> <script type="text/javascript"> vbmenu_register("rpg"); </script></td>
</if>
Find:
--------------------------------
<!-- / NAVBAR POPUP MENUS -->
Above add:
---------------------------------
<if condition="$show['member']">
<!-- RPG Menu -->
<div class="vbmenu_popup" id="rpg_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">RPG</td></tr>
<tr><td class="vbmenu_option"><a href="rpgcp.php">RPG Main</a></td></tr>
<tr><td class="vbmenu_option"><a href="battle.php">Battle Arena</a></td></tr>
<tr><td class="vbmenu_option"><a href="itemshop.php">Itemshop</a></td></tr>
<tr><td class="vbmenu_option"><a href="profile.php?do=updaterpg">Edit Your Character</a></td></tr>
<tr><td class="vbmenu_option"><a href="heal.php">Healing Center</a></td></tr>
<tr><td class="vbmenu_option"><a href="battle.php?action=showbattlestats">RPG Top 10</a></td></tr>
<tr><td class="vbmenu_option"><a href="battle.php?action=showuserstats">Check Your Stats</a></td></tr>
<tr><td class="vbmenu_option"><a href="clancp.php">Clan CP</a></td></tr>
<tr><td class="vbmenu_option"><a href="lottery.php">Lottery</a></td></tr>
</table>
</div>
<!-- / RPG Menu -->
</if>
#################
Done.
Did you try that one, it is working absolutely fine for me! Note that the last edit section is at the extreme end of your NAVBAR template. If you're placing it above the
Code:
<!-- NAVBAR POPUP MENUS -->
then that would be your problem.
|
problem is it don't use this calender.php file as it's a button
searchin the navbar template won't show me either.
TS changed calender.php to header_calendar.gif with using a vbphrase.
and placed it in the header template as well.
I looked for quick links like I showed ya to put it in front.
But when I use it then it seems not to work.