'Eh, I had copies of everything in two different locations, plus a seperate location for files specifically modified in each hack. Thanks to Multihack I have nothing. Even if I had a zipped copy, I'm sure multihack would have had it's way with it too. So to say I took precautions in making backups would be an understatement. Fortunately, I found I do have a deleted copy of my directories about one hack back I can restore.
However, if you review the hack. for public_topic_page.pl, it says find
$print_topic_wording
</font>
and replace with
<for m action="$vars_config{CGIURL}/ultimatebb.cgi" method="post">
<b>$vars_wordlets_rate{rate_topic} </b><select name="rate_select">
<option value="0">$vars_wordlets_mods{rate_it}</option>
<option value="5">$vars_wordlets_mods{rate_5}</option>
<option value="4">$vars_wordlets_mods{rate_4}</option>
<option value="3">$vars_wordlets_mods{rate_3}</option>
<option value="2">$vars_wordlets_mods{rate_2}</option>
<option value="1">$vars_wordlets_mods{rate_1}</option>
</select>
<input type="hidden" name="ubb" value="rate_topic" />
<input type="hidden" name="id" value="$forum_number" />
<input type="hidden" name="threadname" value="$topic_number" />
<input type="submit" value="$vars_wordlets{click_go}" />
</for m>
However, the only reference I can find to what I'm supposed to be looking for is
my $print_topic_wording = ($vars_display{PrintTopic} ne "no"
? qq(<a href="$ULTIMATEBB{"ubb=print_topic;f=$in{f};t=$topic_number"}"><img src="$vars_config{NonCGIURL}/$vars_style{print_topic_icon}" border="0" alt=" - " title="" /> $vars_wordlets{print_topic_leader}</a>)
: "" );
Are you sure you don't have to do anything special for 6.7.1?
