The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
grab the latest attachment from certain forum id
im looking for a small query to grab the latest attachment only jpg's in a certain forum id to be displayed on the home page possible ?
|
#2
|
||||
|
||||
the image should also link to the thread where it came from
|
#3
|
||||
|
||||
ok here is sumthin similar but i need to modify it
$attach=$DB_site->query_first("SELECT attachmentid,counter,filename FROM attachment ORDER BY counter DESC LIMIT 1"); i need to add a forum id there sumhow select from* forum id XXX |
#4
|
||||
|
||||
I can't remember much of vB2 code, but try:
PHP Code:
|
#5
|
||||
|
||||
i get this error
PHP Code:
Quote:
|
#6
|
||||
|
||||
Yeah - didn't think it'll work. I'll look into it
|
#7
|
||||
|
||||
im still trying and no luck any news assassin ?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|