Current time: 05-23-2012, 04:11 PM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] Signatures not visible for guests
07-28-2008, 12:29 PM
Post: #1
[F] Signatures not visible for guests
Signatures in posts are not shown for guests. If you remove the exclamation mark in front of $mybb->user in the followong line in inc/functions_post.php it's working fine:
PHP Code:
if($post['includesig'] != && $post['username'] && $post['signature'] != "" && (!$mybb->user || $mybb->user['showsigs'] != 0)) 

Greets,
Michael
-------------
[Image: donation_drive_sig.png]
Visit this user's website Find all posts by this user
07-28-2008, 02:33 PM
Post: #2
RE: Signatures not visible for guests
It needs to be $mybb->user['uid'] == 0 not "!$mybb->user"
Visit this user's website Find all posts by this user
07-29-2008, 12:00 AM
Post: #3
[F] Signatures not visible for guests
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.
Visit this user's website Find all posts by this user


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication