Quote:
(Note: You have the option to put this anywhere with your forumdisplay templates,to better style your site)
##### now in the forumdisplay template find #####
$forumdisplay[ threadslist ]
|
do i find this over forumdisplay.php? cos i searched for the code.. i found these..
Quote:
if ($totalthreads>0 || $stickyids != '') {
// there are threads
eval("\$forumdisplay[threadslist] = \"".gettemplate('forumdisplay_threadslist')."\";") ;
} else {
// just announcements
eval("\$forumdisplay[threadslist] = \"".gettemplate('forumdisplay_announcementsonly'). "\";");
}
} else {
// there are no threads or announcements to show
eval("\$forumdisplay[threadslist] = \"".gettemplate('forumdisplay_nothreads')."\";" );
}
|
im new to installing hacks.. please help..