The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hey everyone, when ever I run this query
Code:
SELECT threadid, title, lastpost, postusername, lastpostid, forumid, replycount, prefixid
FROM thread
WHERE thread.visible = 1
AND thread.forumid = 67
ORDER BY thread.lastpost DESC
LIMIT 5
Thanks |
|
#2
|
||||
|
||||
|
How many threads do you have on your site?
I have a query similar to that on my site and it causes no issues at all. |
![]() |
|
|