kippesp
Wed 19th Jun '02, 10:33am
If a thread is hot because of the number of posts, the hot icon cannot be turned off for the search results.
To fix, edit search.php and change if ($searchresult[replycount]>=$hotnumberposts or $searchresult[views]>=$hotnumberviews and $usehotthreads) {
to this if (($searchresult[replycount]>=$hotnumberposts or $searchresult[views]>=$hotnumberviews) and $usehotthreads) {
Okay?
To fix, edit search.php and change if ($searchresult[replycount]>=$hotnumberposts or $searchresult[views]>=$hotnumberviews and $usehotthreads) {
to this if (($searchresult[replycount]>=$hotnumberposts or $searchresult[views]>=$hotnumberviews) and $usehotthreads) {
Okay?