0 Members and 1 Guest are viewing this topic.
u know i want to make somthing like (latest music albums )images from the music board shown nicely and linked to thier topic
global $settings, $txt;// Boardnumbers you see$my_board = array(2,8);// Number of attachments (use odd number)$num_attachments = 10;// call the ssi function$result = ssi_recentAttachments($num_attachments, null, $my_board, '');echo ' <table width="100%" border="0" cellpadding="0" cellspacing="0"><tbody>'; foreach ($attachments as $attach){ echo ' <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%"> <tr> <td class="windowbg2" width="100%" colspan="2"> ', $attach['file']['image']['link'], '<br /> </td> </tr> <tr> <td class="windowbg2" width="100%" colspan="2" height="40"> <b> <font size="3" face="arial">', $attach['topic']['link'], '</font></b><br /> </td> </tr> <tr> <td class="windowbg2" width="50%"> ','<font size="1">Downloads: </font>', $attach['file']['downloads'], '<br /> </td> <td width="50%"> ', '<font size="1">By:</font> ', $attach['member']['link'], ' </td> </tr></table> ';} echo ' </tbody> </table>';
$result = ssi_recentAttachments($num_attachments, null, '');
1464 => array( member => array( 'id' => 31, 'name' => 'cat', 'link' => '<a href="http://xxxxx/profile/user_31/">User</a>', ), file => array( 'filename' => 'logo3.png', 'filesize' => '8.23kB', 'downloads' => 3, 'href' => 'http://xxxxx/dlattach/attach,1464/topic_1518.0.html', 'link' => '<img src="http://xxxxx/Themes/default/images/icons/clip.gif" alt="" /> <a href="http://xxxxx/index.php?action=dlattach;topic=1518.0;attach=1464">logo3.png</a>', 'is_image' => true, image => array( 'id' => 1465, 'width' => 250, 'height' => 60, 'img' => '<img src="http://xxxxx/dlattach/attach,1464/image/topic_1518.0.html" alt="logo3.png" />', 'thumb' => '<img src="http://xxxxx/dlattach/attach,1465/image/topic_1518.0.html" alt="logo3.png" />', 'href' => 'http://xxxxx/index.php?action=dlattach;topic=1518.0;attach=1465;image', 'link' => '<a href="http://xxxxx/dlattach/attach,1464/image/topic_1518.0.html"><img src="http://kb0049/portamx.com/dlattach/attach,1465/image/topic_1518.0.html" alt="logo3.png" /></a>', ), ), topic => array( 'id' => 1518, 'subject' => 'new new', 'href' => 'http://xxxxx/topic_1518.msg8531.html#msg8531', 'link' => '<a href="http://xxxxx/topic_1518.msg8531.html#msg8531">new new</a>', 'time' => '25 Aug 10, 03:28:01', ),),