Back to vBulletin 3.0 Add-Ons

Recent Attachments
Mod Version: 1.00, by MindTrix

This modification is in the archives.
vB Version: 3.0.0 Rating: (0 vote - 0 average) Installs: 16
Released: 06 Feb 2004 Last Update: Never Downloads: 20
Not Supported  

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
Looks great but..

* PM attachment is showing up on the forumindex trough this mod: Recent Attachments

* javascript error sendmail: (see attachment)

* Kan not see the send attachment in PM
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");
change it to:
Code:
$trix = $DB_site->query("SELECT attachmentid, dateline, filename FROM attachment WHERE dateline < " . TIME() ." AND private=0 ORDER BY dateline DESC LIMIT 5");
sendmail has nothing to do with this hack, what error are you getting?

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

vblts.ru supports vBulletin®, 2022-2024