Ok, I have added a new template and here is the code below. I am trying to make the custom template for a new page of the forum but I don't want it visible to everyone, how do I make it where only members of the forum can access the page even from the direct link and show an error message of them having to log in to see the page? Please help
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tbody>
<tr>
<td class="tcat" colspan="5">
MY HEADER HERE!
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumbit_1" style="">
<tr align="center">
<td class="alt1Active" align="center" id="f4">
<br>
THE CONTENT I WANT WILL GO HERE
<tr><td class="thead" style="line-height: 0; padding: 0; margin: 0;" colspan="5"><img src="IMAGE GOES HERE" alt="" width="1" height="12" /></td></tr>
</tbody>
</table>
$footer
</body>
</html>