Jump to content

Mysql query in vbulletin


mmkader

Recommended Posts

Hi pikachu,

 

        thanks for your reply. i thought of asking there first. In order to post a topic on vbulletin forum, we need to buy a license for vbulletin before. Right now iam analysing the popular forum softwares and so i havent bought vbulletin license yet.

 

Thanks!

Figured out myself.. The query is,

 

SELECT p.pagetext, u.userid, u.username, t.title, t.threadid, p.dateline AS posttime

FROM post p, thread t, user u

WHERE t.forumid = 315

AND t.threadid = p.threadid

AND p.userid = u.userid

ORDER BY posttime DESC

LIMIT 5

 

Was wondering if anyone working in vbulletin could help in optimizing this query..

 

Thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.