Topic Summary Cutter 1.0 - Gold 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/Admin.pl $color{'fadertext'} = $FORM{'fadertext'} || '#FFFFFF'; $cutamount = $FORM{'cutamount'} || '10'; \$color{'fadertext'} = "$color{'fadertext'}"; # Color of text in the NewsFader ("The Latest News" color) \$cutamount = "$FORM{'cutamount'}"; $txt{'388'} $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++){ } print "\n"; }} print "\n"; if($enable_ubbc) { &DoUBBC; } print qq~ if($enable_ubbc) { &DoUBBC; } unless ($message eq ''){ print qq~ ($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]);