PDA

View Full Version : The community menu?



kruzzen
Mon 3rd Aug '09, 9:48pm
How do I go about adding stuff to the community popup menu on the header? I'd like to add more links to it

CallieJo
Mon 3rd Aug '09, 11:06pm
Styles and Templates->Style Manager->Navbar

Search for:

<if condition="$show['memberslist']">
<tr><td class="vbmenu_option"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td></tr>
</if>Add after...changing the yourlink.com and name link:



<tr><td class="vbmenu_option"><a href="YOURLINK.com">NAME LINK</a></td></tr>
Add as many as you want.

This should work. Good luck!

kruzzen
Mon 3rd Aug '09, 11:33pm
Thank you very much, that's exactly what I was needing!

CallieJo
Mon 3rd Aug '09, 11:48pm
Your welcome ;)