In ubb_forum.cgi, I cannot find:
quote:
# loop through topics now
or
quote:
[qb]
# adjust for topic view
$count = 0;
while (($key, $value) = each(%forum_topics)) {
if(($value >= $DPJulian) or ($this_forum[15] eq "abc")) {
$count++;
} else {
delete($forum_topics{$key});
}
}
[/qb]
Both of which I have to add to / replace respectively.
Can somebody help or point me to a version of Sticky Threads that supports 6.3x?
Thanks.
JoRo