I goto the admin panel to add the forum under the downloads category but it keeps adding it to the first category instead of any others i choose. Also, I cannot edit the forum to rename it.
1 2007-08-26 03:17
Topic: PunDownload 1.0 - Cannot Edit Download Forum (0 replies, posted in PunBB 1.2 troubleshooting)
2 2007-08-26 03:08
Re: Parse error: syntax error, unexpected T_ELSE (1 replies, posted in PunBB 1.2 troubleshooting)
Remove the else in both lines.
if (isset($_GET['edit_d_forum']))
{
include(PUN_ROOT."/admin_forums.inc.a.php");
}
if (isset($_GET['edit_l_forum']))
{
include(PUN_ROOT."/admin_forums.inc.b.php");
}
Had the same problem, works fine now.