The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
userid is "0" on all posts
I have situation where for all posts in database userid is "0" (table post). Don't ask how...
username column is OK. Is there a query which will fix this? |
#2
|
||||
|
||||
Technically you could probably do it with a bit of fancy sql (on later mysql versions).
Personally I would write some php to run a query to join post & user (on username) and just extract the postid and userid, then step though the results updating each post one by one. More queries, but easier to understand, and it's only a one off. |
#3
|
|||
|
|||
Nevermind, fixed it.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|