PDA

View Full Version : Navbar Drop Down for Unreg. Users


johnstires
08-19-2006, 04:16 PM
I used this hack to add a drop down menu to my navbar:

https://vborg.vbsupport.ru/showthread.php?t=118551

I tweaked it a bit so the dropdown would link to my cmps rather than my usercp

It worked great, however it only shows when a user is logged in. How do I make it show for unreg users?

peterska2
08-19-2006, 05:00 PM
remove the <if condition="$show[member]">from before the link in the nav buttons row and the</if>from after it. This will make is visible to everyone who visits your site.

johnstires
08-19-2006, 10:16 PM
Worked great! Thanks!