PDA

View Full Version : Where vBulletin 5 saves new topic to in the database


Cruisey
05-24-2018, 10:30 AM
For the life of me I cannot find the new topic ive created "My test post":

select title from thread

and

select tile from thread where title like '%my test post%';

Nothing shows up. Searching/quering for posts that were created in vB4, before upgrading to vB5, shows up. Where are new topics save to?

Dave
05-24-2018, 10:48 AM
vBulletin 5 does not make use of a post or thread table. I believe the tables you're looking for are node and text.

Cruisey
05-24-2018, 11:03 AM
Thanks. How do I make a simple sql query for what I want? Where to find the title?