PDA

View Full Version : Sig not showing ???


betts02
04-09-2010, 07:17 PM
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 1270848734 at 1270848734 ---------------

Anyone ????

Videx
04-10-2010, 02:47 AM
Who knows. We can't see it. Or not see it. Maybe he's got Flash or something in there that others don't.

borbole
04-10-2010, 01:37 PM
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 1270848734 at 1270848734 ---------------

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:

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.

betts02
04-10-2010, 08:53 PM
I have tried the exact same sig in my proifile and another members profile and it shows

But just not in his profile, i have not edited anything in his profile and other members in that usergoup have no problems with sigs

borbole
04-10-2010, 09:32 PM
I have tried the exact same sig in my proifile and another members profile and it shows

But just not in his profile, i have not edited anything in his profile and other members in that usergoup have no problems with sigs

Did you check the usertextfield table and see if the signature of that particluar user is shown up there? What about the query I posted above, did you run it?

betts02
04-11-2010, 08:16 AM
Did you check the usertextfield table and see if the signature of that particluar user is shown up there? What about the query I posted above, did you run it?

Thanks for your help and advice but i am a new comer to vb and that is way too advanced for me, Last time i tried to do something experianced i reloved most of my thread,posts,users,lol even removed a database, thankfully i had a back-up

borbole
04-11-2010, 01:13 PM
Thanks for your help and advice but i am a new comer to vb and that is way too advanced for me, Last time i tried to do something experianced i reloved most of my thread,posts,users,lol even removed a database, thankfully i had a back-up

I understand your concern but there is really nothing to worry about. All you have to do is copy/paste the query I posted above and run it at teh SQL box in the phpmyadmin.

Videx
04-11-2010, 02:15 PM
Doesn't 'showsignature' just control if that user sees other people's signatures anyway? There's no option to turn off your own signature I don't think (short of just leaving it blank).

I'd still like a link and a login so we can see it (or not see it). Have you tried setting it to something simple like "XYZ"?