The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]() Quote:
Check the usertextfield table and see if the signature of that particluar user is shown up there? Whereas to show the signature of that user in posts, try the following and let me know if it will work. Go to the phpmyadmin at the cp of your host, select the db name that your forum resides on and at the SQL box run this query: Code:
UPDATE post SET showsignature = 1 WHERE userid = xxx; If your db tables have a prefix, include it in the query and replace xxx with the actual uid of the user whose signature doesn''t show. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|