For those of you that have been wanting to display Post Icons and or limit the thread title character limit for the recent threads content file within a tab, check out the attached file.
PLEASE NOTE: all paths in this file are assumed that you have your forums installed in {forums} folder off the root ie /forums/showthread.php so if you have a different set up, just edit those lines to the correct path and everything will work as it should.
LINES OF CODE TO EDIT FOR YOUR PERSONAL NEEDS:
Line 46: Change 30 to the cut of length you wish.
Code:
$mod_options['portal_threads_maxchars'] = '30'; // SET THIS FOR THE MAX NUMBER OF CHARACTERS YOU WANT TO DISPLAY FOR THE THREAD TITLE
Line 68: Change this to pull threads from which ever forums you desire.. you can edit/add/or delete ..
Code:
AND thread.forumid=15 or thread.forumid=31 or thread.forumid=32 or thread.forumid=33
Line 72: Change the number to display the amount of threads you wish.
Lines 156-180: You MAY have to change the paths on all the href's .. Change to match your individual forums setup.