![]() |
Interesting. Is there a way to make it so if someone has a signature it is automatically shown in all of their posts and do away with the "Show sig in this post" feature altogether????
|
Ok how can I update the post table to
PHP Code:
|
[sql]
UPDATE p.post SET p.showsignature = 1 WHERE u.signature != "" AND p.userid = u.userid; [/sql] |
I got an error message. :(
|
Whenever you get an error message, you need to post it...
[sql] UPDATE post SET post.showsignature = 1 WHERE user.signature != "" AND post.userid = user.userid;[/sql] |
Sorry
K, got this this time: Error SQL-query : UPDATE post SET post.showsignature = 1 WHERE user.signature != "" AND post.userid = user.userid MySQL said: Unknown table 'user' in where clause I have the user table too... obviously. Weird. |
All times are GMT. The time now is 05:04 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|