Topic Summary Cutter 1.0 - SP1 Do you hate the topic summary being 3 pages long? Wish you could have the topic summary only cover 5 or 10 posts? Wish you could control how many posts in the topic summary from admin center? Well now you can! That's exactly what this mod does! Fully compatible with 98% of mods (I haven't found any its not compatible with), it is recommended to go with the reverse topic summary mod for ultimate topic summaries! Omario http://www.muslimteens.net Sources/AdminEdit.pl $color{'fadertext'} = $FORM{'fadertext'} || '#D4AD00'; $cutamount = $FORM{'cutamount'} || '10'; \$color{'fadertext'} = "$color{'fadertext'}"; # Color of text in the NewsFader (news color) \$cutamount = "$FORM{'cutamount'}"; $txt{'389'} $cutts{'1'} English.lng $txt{'749'} = "The 'number of posts' box can only contain digits."; $cutts{'1'} = "How many posts in topic summary?"; Sources/Post.pl foreach $line (@messages) { #start for each for ($amounter; $amounter ne $cutamount; $amounter++){ } $yymain .= "\n"; }} $yymain .= "\n"; if($enable_ubbc) { if(!$yyYaBBCloaded) { require "$sourcedir/YaBBC.pl"; } &DoUBBC; } &wrap2; unless ($message eq ''){ ($trash, $tempname, $trash, $tempdate, $trash, $trash, $trash, $trash, $message, $ns) = split(/\|/,$line); ($trash, $tempname, $trash, $tempdate, $trash, $trash, $trash, $trash, $message, $ns) = split(/\|/,$messages[$amounter]);