Fabsboards
05-09-2008, 07:57 PM
The following template is used by a navbar replacement I found on the vbadvanced site.
I'd like to insert PHP code to display different options depending on log in status
So I tried a simple test that would echo some text.
Doesn't work....
What am I doing wrong?
The entire template is below.
---------------------------------------------------------------------------------
<tr>
<td class="thead" align="left">Fab's Boards</td>
<?PHP
echo "This is a test";
?>
</tr>
<tr>
<td class="alt1">
<div class="smallfont"><a STYLE="text-decoration:none" href="http://www.fabsboards.com/cmps_index.php" >Fab's Boards Home</a></div>
<div class="smallfont"><a STYLE="text-decoration:none" href="http://www.fabsboards.com/vbulletin/index.php" >Read All Forums</a></div>
<div class="smallfont">
</td>
</tr>
<tr>
<td class="thead" align="left">Fab's Partner Sites</td>
</tr>
<tr>
<td class="alt1">
<div class="smallfont"><a STYLE="text-decoration:none" href="http://www.fabrocks.com/" >Fab Rocks!</a></div>
<div class="smallfont"><a STYLE="text-decoration:none" href="http://www.byjsohana.com/" >BYJ's Ohana</a></div>
<div class="smallfont"><a STYLE="text-decoration:none" href="http://www.theblueparrot.info/" >The Blue Parrot</a></div>
<div class="smallfont"><a STYLE="text-decoration:none" href="http://www.jimhillmedia.com" >Jim Hill Media</a></div>
<div class="smallfont">
</td>
</tr>
I'd like to insert PHP code to display different options depending on log in status
So I tried a simple test that would echo some text.
Doesn't work....
What am I doing wrong?
The entire template is below.
---------------------------------------------------------------------------------
<tr>
<td class="thead" align="left">Fab's Boards</td>
<?PHP
echo "This is a test";
?>
</tr>
<tr>
<td class="alt1">
<div class="smallfont"><a STYLE="text-decoration:none" href="http://www.fabsboards.com/cmps_index.php" >Fab's Boards Home</a></div>
<div class="smallfont"><a STYLE="text-decoration:none" href="http://www.fabsboards.com/vbulletin/index.php" >Read All Forums</a></div>
<div class="smallfont">
</td>
</tr>
<tr>
<td class="thead" align="left">Fab's Partner Sites</td>
</tr>
<tr>
<td class="alt1">
<div class="smallfont"><a STYLE="text-decoration:none" href="http://www.fabrocks.com/" >Fab Rocks!</a></div>
<div class="smallfont"><a STYLE="text-decoration:none" href="http://www.byjsohana.com/" >BYJ's Ohana</a></div>
<div class="smallfont"><a STYLE="text-decoration:none" href="http://www.theblueparrot.info/" >The Blue Parrot</a></div>
<div class="smallfont"><a STYLE="text-decoration:none" href="http://www.jimhillmedia.com" >Jim Hill Media</a></div>
<div class="smallfont">
</td>
</tr>