The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Correct syntax for sql query?
Hi everyone,
I just ported a SMF board acrosss to VB and seem to have lost a lot of pre-existing signatures. I've also had a few members ask why, when they activate a sig, it doesn't flow through all their previous posts like it does with other forums, even if they didn't have a sig before. Since I have a fast growing forum, it's an important issue for many of them because they're looking for link backs to improve their page rank. I've discovered that with VB, because the sig was "turned off" in the postbit in earlier posts, it can't update historically. Fair enough, so I went looking for a hack that would help me add them to previous posts and all I could find was an old reference here from May 2003 which requires this sql query to be run. Code:
UPDATE post SET post.showsignature = 1 WHERE user.signature != "" AND post.userid = user.userid; The last failure was using: Code:
UPDATE post SET vb3_post.showsignature = 1 WHERE vb3_user.signature != "" AND vb3_post.userid = vb3_user.userid Assume my DB is called xxxxxxx_testvbulletin and my table prefix is vb3_ could someone who "gets it" please help me with the correct syntax? Thanks in advance. Mike |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|