The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
hmm, attachments aren't stored with the forumid, because it would make some problems
you can try that way: [sql] SELECT attachment.attachmentid FROM attachment LEFT JOIN post USING(postid) LEFT JOIN thread USING(threadid) WHERE thread.forumid = X ORDER by attachment.dateline DESC LIMIT 10[/sql] |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|