Recent Attachments
This modification is in the archives.
Hack Author: MindTrix
Email: email Description: Simply adds a box to your forumhome page displaying the 5 most recent attachments and linking to them. Credits: Thanks go to assassingod for his incredible help and patients with me. He truely deserves his Mod spot so i would like to say thank you, And sorry for beeing such a pain. And thank you to Boofo who moaned at me for beeing a slacker and giving up easily Cheers Mate!! Screenshot and installation text file attached. (Sorry for the poor HTML i am useless with the stuff) (15/2/04 Update -- If you have Kentaurus brilliant Attachments In Private Messages hack installed you need to do this fix he posted here Spoiler (click to open)
Quote by NuclioN
Note... if the author updates his hack this would need to be updated also.
In Mindtrix hack, look for: Code:
$trix = $DB_site->query("SELECT attachmentid, dateline, filename FROM attachment WHERE dateline < " . TIME() ." ORDER BY dateline DESC LIMIT 5"); Code:
$trix = $DB_site->query("SELECT attachmentid, dateline, filename FROM attachment WHERE dateline < " . TIME() ." AND private=0 ORDER BY dateline DESC LIMIT 5"); Some people reported me before that the attachments weren't showing in the pm, I haven't traced why yet but someone also said that enabling thumbnails in the acp made them visible (I still haven't been able to reproduce it). Close
To stop PM attachments showing on forumhome. Download This modification is archived and cannot be downloaded. Screenshots
|
Similar Mods
Mini Mods Recent Visitors Block: Hide Recent Visitors | vBulletin 3.7 Add-ons |
Add-On Releases Module CMPS:Recent Attachments | vBulletin 3.6 Add-ons |
Recent Attachments in vbadvanced block | vBulletin 3.0 Beta Releases |