/* New post page This is the page that's loaded if someone wants to make a new topic. Information to be expected in $_GET: forumid: The ID of the forum that it's being posted in */ $ForumID = $_GET['forumid']; if(!is_number($ForumID)) { error(404); } $Forum = get_forum_info($ForumID); if($Forum === false) { error(404); } if(!check_forumperm($ForumID, 'Write') || !check_forumperm($ForumID, 'Create')) { error(403); } show_header('Forums > '.$Forum['Name'].' > New Topic','comments,bbcode'); ?>
#XXXXXX by =format_username($LoggedUser['ID'], true, true, true, true, true)?> Just now [Report Post] ↑ | |
if (!empty($LoggedUser['Avatar'])) { ?> } else { ?> } ?> |