Quote:
Originally Posted by Reedly
I assume you're talking about the fact that the link doesn't 'drop down' like the search and 'quick links' links unless you click the arrow instead of the words "my posts"?
I noticed this too, and it was a bit confusing at first since click 'my posts' took me directly to that section. But, then I clicked the arrow to receive the drop down menu.
Is there a way to easily make the words part of the advanced link also?
Oh, and this is a great mod that's working wonderfully - thank you!!!
|
Well my members use "my posts" most of the time so they actually wanted to click once and get the posts. But you can have it your way:
In navbar FIND:
Code:
<td class="vbmenu_control"><a href="search.php?do=finduser&u=$bbuserinfo[userid]" accesskey="2">My Posts</a> <span id="navbar_myposts"><script type="text/javascript"> vbmenu_register("navbar_myposts"); </script></span></td>
REPLACE WITH:
Code:
<td id="navbar_myposts" class="vbmenu_control"><a href="$show[nojs_link]#navbar_myposts">My Posts</a><script type="text/javascript">vbmenu_register("navbar_myposts");</script></td>