News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Showing attachment thumbnail + post of it

Started by improv, August 04, 2010, 09:28:42 PM

Previous topic - Next topic

improv

Hello,

So I noticed smf 2.0 has a advanced version of the ssi_recentAttachments now.
I would like to show images + topics on a certain custom action.
But I'm stuck, earlier on smf 1.1.x I found out how to get it working.
This old topic should explain what code I tried to use : http://www.simplemachines.org/community/index.php?topic=253637.msg1645773#msg1645773

^ This code is not working in smf 2.0 anymore.
Does anyone have an idea why not, and how could I fix it?

Thanks!


Kill Em All



My Site: KEAGaming.com

Manual Installation of Mods
Prevent Spam and Forum Attacks
Please do not PM or email me for support unless offered, help should be publicly displayed to others.

improv

#3
Thanks for your response :-).
Yes I've checked the SSI out.
I figured out how to get it working:


$attachments 
ssi_recentAttachments(5,'gif','array');

foreach (
$attachments as $attach){
echo
'  ',$attach['file']['image'][thumb],' '
}
	
	



But its sad that I'm only able using gifs. I would like to use png,jpg, etc too.
Any deal on that?

Fixed, I just had to use it like this: array(gif,png,jpg,bmp)

Kill Em All



My Site: KEAGaming.com

Manual Installation of Mods
Prevent Spam and Forum Attacks
Please do not PM or email me for support unless offered, help should be publicly displayed to others.

improv

Yeah, some coding is sometimes so tricky :p

Kill Em All



My Site: KEAGaming.com

Manual Installation of Mods
Prevent Spam and Forum Attacks
Please do not PM or email me for support unless offered, help should be publicly displayed to others.

Advertisement: