The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Posts dont show after import db
Hi, after import db from myBB old posts dont show in forumdisplay.php
On forumhome i can see last post and posts count, I can view all posts and search them. Rebuild Forum and Threadas don`t help |
#2
|
|||
|
|||
My guess is that the visible column in the thread and post table are set to 0.
Execute the following 2 queries individually: UPDATE post SET visible = 1 WHERE visible = 0; UPDATE thread SET visible = 1 WHERE visible = 0; |
#3
|
|||
|
|||
UPDATE vb_post SET visible =1 WHERE visible =0;# mysql returned an empty result set (i.e. zero rows)
UPDATE vb_thread SET visible =1 WHERE visible =0;# mysql returned an empty result set (i.e. zero rows) Code:
Thread Display Options Show threads from the... #EDIT: I found Quote:
Thanks for help |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|