Log in

View Full Version : Reply and New Thread buttons appear when not logged in


Ducks
02-15-2007, 12:55 PM
After a corrupt upgrade I've almost managed to get the site back again, but we are still fighting with some few issues. The New Thread and New Reply buttons appear when you are not logged in. How can I solve this easy?

Must be something like adding "if ($vb->session['login'] == true) { // show image" in the right file you know

Princeton
02-16-2007, 02:20 PM
that's the default behavior of vbulletin

However, if you still want to hide the button use:

<if condition="$show['member']">
button code
</if>