djuplift
06-28-2007, 07:36 AM
Ok so i had some help with this and i don't know enough about html or php to fix it, a friend from this website helped originally anyway. I edited my header.tpl file to include links back to my homepage/forums/downloads etc.. pasted it in with rc8 and it worked fine now i put the same code into the header file on rc9 and it doesn't do anything like its not even taking the code any help would be awesome.. For now i just added links to the announcement!
Here is the code
<!-- header.tpl -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>phpRaider</title>
{menu_init css="templates/$template/style/menu.css"}
<link rel="stylesheet" type="text/css" href="templates/default/style/stylesheet.css">
{$javascript}
</head>
<body>
<!-- included for tooltips to work properly -->
{$tooltip}
<div align="center">
<div id="bodyContainer">
<div style="text-align:left">
<table width="100%">
<tr valign="top">
<td width="50%"><div align="left"><img src="templates/default/images/phpRaider_logo.png" border="0" alt="phpRaider - Raid management made easy!"></div></td>
<td width="50%">
<div align="right">
<div style="font-size:12px; text-align:right; padding: 5px;">{$user_info}</div>
</div>
</td>
</tr>
<tr><td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="tdmenblock" width="1%"><img class="tdmenblock" alt="" src="http://www.nethergard.com/templates/images/m_sx.gif" border="0" /></td>
<td class="sottotitolo" width="99%" style="BACKGROUND-IMAGE: url(http://www.nethergard.com/templates/images/m_sf.gif)" valign="middle" nowrap="nowrap">
<!-- begin link template -->
<img src="http://www.nethergard.com/templates/images/atb_home.gif" border="0" style="vertical-align: middle;" alt="" /> <a class="uno" href='http://www.nethergard.com/smf/index.php' >Front Page</a>
<!-- end link template -->
<!-- begin link template -->
<img src="http://www.nethergard.com/templates/images/atb_dkp.gif" border="0" style="vertical-align: middle;" alt="" /> <a class="uno" href='http://www.nethergard.com/dkp/listmembers.php' >DKP</a>
<!-- end link template -->
<!-- begin link template -->
<img src="http://www.nethergard.com/templates/images/atb_forum.gif" border="0" style="vertical-align: middle;" alt="" /> <a class="uno" href='http://www.nethergard.com/smf/index.php?action=forum' >Forum</a>
<!-- end link template -->
<!-- begin link template -->
<img src="http://www.nethergard.com.com/templates/images/atb_chat.gif" border="0" style="vertical-align: middle;" alt="" /> <a class="uno" href='http://www.nethergard.com/roster/' >Guild Roster</a>
<!-- end link template -->
<!-- begin link template -->
<img src="http://www.nethergard.com/templates/images/atb_down.gif" border="0" style="vertical-align: middle;" alt="" /> <a class="uno" href='http://www.nethergard.com/smf/index.php?action=tpmod;dl=0' >Downloads</a>
<!-- end link template -->
<!-- begin link template -->
<td class="tdmenblock" width="1%"><img class="tdmenblock" alt="" src="http://www.nethergard.com/templates/images/m_dx.gif" border="0" /></td>
</tr>
</table>
</td></tr>
</table>
</div>
<br>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>{menu data=$menu}</td>
</tr>
</table>
<br>
Here is the code
<!-- header.tpl -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>phpRaider</title>
{menu_init css="templates/$template/style/menu.css"}
<link rel="stylesheet" type="text/css" href="templates/default/style/stylesheet.css">
{$javascript}
</head>
<body>
<!-- included for tooltips to work properly -->
{$tooltip}
<div align="center">
<div id="bodyContainer">
<div style="text-align:left">
<table width="100%">
<tr valign="top">
<td width="50%"><div align="left"><img src="templates/default/images/phpRaider_logo.png" border="0" alt="phpRaider - Raid management made easy!"></div></td>
<td width="50%">
<div align="right">
<div style="font-size:12px; text-align:right; padding: 5px;">{$user_info}</div>
</div>
</td>
</tr>
<tr><td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="tdmenblock" width="1%"><img class="tdmenblock" alt="" src="http://www.nethergard.com/templates/images/m_sx.gif" border="0" /></td>
<td class="sottotitolo" width="99%" style="BACKGROUND-IMAGE: url(http://www.nethergard.com/templates/images/m_sf.gif)" valign="middle" nowrap="nowrap">
<!-- begin link template -->
<img src="http://www.nethergard.com/templates/images/atb_home.gif" border="0" style="vertical-align: middle;" alt="" /> <a class="uno" href='http://www.nethergard.com/smf/index.php' >Front Page</a>
<!-- end link template -->
<!-- begin link template -->
<img src="http://www.nethergard.com/templates/images/atb_dkp.gif" border="0" style="vertical-align: middle;" alt="" /> <a class="uno" href='http://www.nethergard.com/dkp/listmembers.php' >DKP</a>
<!-- end link template -->
<!-- begin link template -->
<img src="http://www.nethergard.com/templates/images/atb_forum.gif" border="0" style="vertical-align: middle;" alt="" /> <a class="uno" href='http://www.nethergard.com/smf/index.php?action=forum' >Forum</a>
<!-- end link template -->
<!-- begin link template -->
<img src="http://www.nethergard.com.com/templates/images/atb_chat.gif" border="0" style="vertical-align: middle;" alt="" /> <a class="uno" href='http://www.nethergard.com/roster/' >Guild Roster</a>
<!-- end link template -->
<!-- begin link template -->
<img src="http://www.nethergard.com/templates/images/atb_down.gif" border="0" style="vertical-align: middle;" alt="" /> <a class="uno" href='http://www.nethergard.com/smf/index.php?action=tpmod;dl=0' >Downloads</a>
<!-- end link template -->
<!-- begin link template -->
<td class="tdmenblock" width="1%"><img class="tdmenblock" alt="" src="http://www.nethergard.com/templates/images/m_dx.gif" border="0" /></td>
</tr>
</table>
</td></tr>
</table>
</div>
<br>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>{menu data=$menu}</td>
</tr>
</table>
<br>