Ultimate Topic Summaries
1.5
This official mod gives you the option to show asmany replies as you would like in the topic summary. This will speed up the reply page, and consume less CPU for larger boards. It also gives you the option to reverse the topic summaries - so the latest post is the first one displayed.
v 1.5:
- Show all link for summaries
- Possiblity to enter in "all" for amount of summaries to be shown.
Omario
http://www.muslimteens.net
Sources/AdminEdit.pl
my @onoff = qw/
allowpics showyabbcbutt showbdescrip maintenance guestaccess insert_original enable_ubbc enable_news enable_guestposting enable_notification showlatestmember showrecentbar showmarkread showmodify showuserpic showusertext showgenderimage shownewsfader MenuType curposlinks profilebutton autolinkurls emailpassword RegAgree emailwelcome allow_hide_email usetempfile faketruncation emailnewpass/;
push(@onoff, "tsreverse");
my($snfchecked, $fls1, $fls2, $fls3, $utfchecked, $truncchecked, $mts1, $mts2, $mts3, $tsl6, $tsl5, $tsl4, $tsl3, $tsl2, $tsl1);
my($tsrchecked);
if ($maintenance) { $mainchecked = ' checked'; }
if ($tsreverse) { $tsrchecked = ' checked'; }
$color{'fadertext'} = $FORM{'fadertext'} || '#D4AD00';
$tsreverse = $FORM{'tsreverse'} || 0;
$cutamount = $FORM{'cutamount'} || '10';
\$color{'fadertext'} = "$color{'fadertext'}"; # Color of text in the NewsFader (news color)
\$cutamount = "$FORM{'cutamount'}";
\$tsreverse = $tsreverse;
$txt{'389'}
$tsreverse{'1'}
$cutts{'1'}
English.lng
$txt{'749'} = "The 'number of posts' box can only contain digits.";
$cutts{'1'} = "How many posts in topic summary?";
$cutts{'2'} = "Displaying";
$cutts{'3'} = "posts. Click";
$cutts{'4'} = "here";
$cutts{'5'} = "to show all";
$cutts{'6'} = "to show the reduced amount";
$tsreverse{'1'} = "Reverse Topic Summaries? (So latest post is at top)";
Sources/Post.pl
$txt{'468'}