PDA

View Full Version : admin options in forumdisplay_threadslist


futureal
03-31-2002, 05:45 PM
Hi,

I am trying to move the Admin Options listbox ($adminoptions) from the forumdisplay template to the forumdisplay_threadslist template.

However, it does not appear to be resolving at all. Do I need to add some code somewhere or something to make this work?

Admin
04-01-2002, 03:41 AM
In forumdisplay.php move this bit:


if (ismoderator($forumid)) {
eval("\$adminoptions = \"".gettemplate("forumdisplay_adminoptions")."\";");
} else {
$adminoptions = " ";
}
to right before this:
// check to see if there are threads OR announcements (in a non-category forum only)