I dont have new post in my nav bar because its a cousom template but i did find this in the header
Code:
<if condition="$bbuserinfo['userid']">
<li class="n_post"><a class="n_post" href="search.php?$session[sessionurl]do=getnew" title="$vbphrase[new_posts_nav]" rel="nofollow"><span>$vbphrase[new_posts_nav]</span></a></li>
<else />
when i replace it with this
Code:
<if condition="$show['member']">
<td id="navbar_posts" class="vbmenu_control"><a href="search.php?$session[sessionurl]" accesskey="2">New Posts</a> <script type="text/javascript"> vbmenu_register("navbar_posts"); </script></td>
<else />
i get quick lincks 2 times in a row and adn i dont have any newpost buttons lol andy ideals how to get this work.