Thankyou. I have now created a page but i want to add some php
I want the page to only show if the member is logged in. If they are not logged in then it will say
You are not a member and interviews are for members only please log in or REGISTER for free.
I have this code
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header
$navbar
<if condition="is_member_of($bbuserinfo, 1)">
you are not a member and interviews are for members only please log in or REGISTER for free.
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">Cally Gage Interview</td>
</tr>
<tr>
<td class="alt1">Cally Gage Interview Cally Gage Interview Cally Gage Interview Cally Gage Interview Cally Gage Interview Cally Gage Interview Cally Gage Interview Cally Gage Interview Cally Gage Interview Cally Gage Interview Cally Gage Interview Cally Gage Interview Cally Gage Interview </td>
</tr>
</table>
</if>
$footer
</body>
</html>