MyBB Community Forums

Full Version: Quote button appearing when not logged in.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just noticed that when I'm not logged in the "Quote" button still appears. I've looked through the template but can't see anything that's changed. I've disabled all of the plugins running on the forum that are not running on my other boards but still nothing. You can view the bug @ www.zorums.com, the problem doesn't appear in my other 1.4.4 board though. Any ideas?

As a work around, is there any code I can put in the template to hide it? Like:
if(user['uid'] != 0) {
{$post['button_quote']}
}
?
If you mean this one [Image: postbit_quote.gif] or equivalent I think it's normal... see here: http://community.mybboard.net/thread-45360.html

It also shows up on these forums as a guest. Is the postbit completely empty for guests on the other forum, then??
Nevermind, was comparing it to a forum with different permissions. Sad