Quote:
Originally Posted by betts02
If someone could help me please
I have many members with sigs that show, 1 member his sig will not show, i placed his sig on my profile and it shows, but when i place the exact same code on his profile it will not show
he is in a usergroup the allows sigs as the other users in that group have sigs showing
so can someone lease let me know what may be the problem
cheers
--------------- Added [DATE]1270848734[/DATE] at [TIME]1270848734[/TIME] ---------------
Anyone ????
|
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.