Hack Name: Post Index Author: Brett & Allen Version: For UBB670 **************************************************************** By using this modification, the user implicitly agrees that they are willingly modifying any and all files at their own risk. Should any errors occur either as a direct or indirect result of said modifications the user agrees not to hold Infopop Corporation or any of the individuals listed accountable. ****************************************************************** Files Modified: public_topic_page.pl and ubb_lib_posting.cgi ****************************************************************** Pre-Install Information ----------------------- Back up your files! ****************************************************************** ############################ ##Open: public_topic_page.pl ############################ ## ##Find: ## } # end topic_top ## ##Add Below: ## sub replyanchor_row { my $reply_anchor = qq~   -   $show_public_name $vars_wordlets{posted} $ThisDate $FormatTime
~; return ($reply_anchor); } # end reply_anchor ## ##Find: ## ## ##Add below: ## $TBT Posts on This Page
%%REPLACEME%%
$TBB ##################### ##ubb_lib_posting.cgi ##################### ## ##Find: ## $ThisHTML .= &topic_row; } # end post loop ## ##Replace with: ## $topic_row .= &topic_row; $replyanchor_row .= &replyanchor_row; } # end post loop $ThisHTML =~ s/\%\%REPLACEME\%\%/$replyanchor_row/; $ThisHTML .= $topic_row; ## ##Find: ## $ThisHTML = &topic_top; ## ##Add after: ## my $replyanchor_row, $topic_row; ######################## Upload modified files to their folders ######################### Post Install Information ------------------------ You may need to clear the cache of your topic pages