Lighthazard, if it's not appearing on your navbar, it's becuase you have gotten rid of the hooks that will automatically add it into navbar.
either to have it added to the right side of the navbar add
PHP Code:
$template_hook[navbar_buttons_right]
after
PHP Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_contacts]</a></td>
</if>
</if>
that is if you had deleted it before, if this does not work, please follow the following step to add it.
to add it physically add:
PHP Code:
<td class="vbmenu_control"><a href="conquest.php">Conquest</a></td>
name "Conquest" to whatever you want to name the system.
as for the placement, place it anywhere you want in the navbar between:
<!-- nav buttons bar -->
and
<!-- / nav buttons bar -->
people usually add it after
PHP Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
---------------------------------------------------------------------
But as for me.. I found a slight problem, everything works flawless for me, only thing I have a problem with is that when I get the PM that I just got attacked, the URL tries to tell me that
http://conquest.php/?do=village&pid=2 is the link to go to.. it should be my forumname and stuff before that, but does not show up, if I add in the forum url into the Admin CP controls, the PM's work fine, but the rest of the system dont work... help please?