Thanks for the quick reply
Tried it but still no skill.
Here's the latest:
#reverse topics?
if ($vars_display{ReverseThreads} eq 'TRUE' || $in{f} == 65) {
@ordered_topic = reverse(@topic_file);
} else {
@ordered_topic = @topic_file;
} # end if/else reverse threads option
Supposedly, the original post worked for a friend on 6.4 but I cant get in touch with them.
ANy other suggestions?
thanks in advance