PDA

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


Ducks
15 Feb 2007, 14:55
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
16 Feb 2007, 16:20
that's the default behavior of vbulletin

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


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------