All of my registered members have signatures and none are showing up when you look at their post.Can someone tell me what to check? Thanks
Announcement
Collapse
No announcement yet.
Signatures Not Showing Up
Collapse
X
-
The person viewing the post needs to check this:
User CP -> Edit Options -> Show Signatures
Also, when you make a post you will see there is a Show your signature checkbox. This box is automatically checked if you have a signature defined in your User CP. For old posts that were made before you had a signature, this box is probably not checked, so the signature will not show for old posts until you edit the post and check that box.
You can run this query to check that box for all old posts:
Code:UPDATE post SET showsignature = 1
Admin CP -> Maintenance -> Execute SQL Query
You must have permission to execute queries in your includes/config.php file:
Code:// ****** USERS WITH QUERY RUNNING PERMISSIONS ****** // The users specified here will be allowed to run queries from the control panel. // See the above entries for more information on the format. // Please note that the ability to run queries is quite powerful. You may wish // to remove all user IDs from this list for security reasons. $config['SpecialUsers']['canrunqueries'] = '';
-
Rats! I've got the same problem.
No vb prefix nor any prefix on my tables that would cause the aforementioned problem.
It's a new board and all permissions are set for all usergroups to allow sigs, but none get displayed yet. I'm sure I'm overlooking something simple.
Have looked into these threads, but nothing seems to jump out at me yet. Am wondering if I need to work the code as Lats has suggested in the thread below:
http://www.vbulletin.com/forum/showthread.php?t=298891
http://www.vbulletin.com/forum/showt...ght=signatures
http://www.vbulletin.com/forum/showthread.php?t=298891
http://www.vbulletin.com/forum/showthread.php?t=104312
Comment
Related Topics
Collapse
-
by lottidahHi, I noticed since upgrading my forum to 5.4.1 that I no longer see signatures. But when I logout and browse as a guest, the signatures are present. Is this a usergroup setting I need to change or...
-
Channel: Support Issues & Questions
Thu 31 May '18, 3:56am -
Comment