
I'm looking for a mod or a tip in order to display on my index the last X pictures posted but with bbcodes.
I've seen a beta mod with attachments files but I had too many troubles using it...
Thanks for your help.

Hint:
Until the ACP is not ready, you find the Settings underSectionCode: Select all
//---------SETTINGS-------------------------
inandCode: Select all
includes/last_x_attachments_on_forum.php
Code: Select all
includes/last_x_attachments_on_forum_crawl.php
Code: Select all
//---------SETTINGS------------------------------------------------------
// here u can enter the foren id's to show
$forum_ids_to_show = '118,669';
// enter as given: '7,9,10'
//----------------------------------
// make the setting, if you desired width or height here
$width_o_height = 'height';
// i find height more attractiv ;)
//----------------------------------
// crawl script ore not
$crawl_o_not = 'yes';
// enter as given 'yes' or 'no'
//----------------------------------
// number of max pics to show (important if user have no javacript enabled)
// (standard is auto-number of pics > but, for this is user-side javascript needed)
$max_pic_to_show = 5;
// enter as given 5 or 6 etc.
//----------------------------------
// if u enter height, than the pic should be centered ? (yes or no)
// $center_or_what = 'yes';
// for future releases / don't ask
//----------------------------------
// make the setting of max px here (counts for width or height)
$convert_mx_size = 80;
// don't make it to big
//---------SETTINGS------------------------------------------------------