Pagina 1 van 1

Knopje erbij

Geplaatst: 11 feb 2006, 13:38
door Wolfsflames
Hoe maak ik een knopje er bij? Ik wil boven aan langs faq members login register enz enz, het knopje home zodat je naar de gewone site gaat?

Ik hoor het graag

Groetjes

Geplaatst: 11 feb 2006, 13:40
door XGE_Lithium

Geplaatst: 11 feb 2006, 13:42
door Wolfsflames
dank je ik zal een kijken ;)

Geplaatst: 11 feb 2006, 13:51
door Wolfsflames
Ik snap er geen bal van, wat ik daar moet zoeken staat er geen eens tussen :/

Dit staat in mijn overall_header:

<?xml version="1.0" encoding="{S_CONTENT_ENCODING}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/fiblack3dblue/{T_HEAD_STYLESHEET}" type="text/css" />
<!-- BEGIN switch_enable_pm_popup -->
<script type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body>
<a name="top" id="top"></a>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="templates/fiblack3dblue/images/tnav_tl.gif" width="14" height="23" alt="" /></td>
<td width="100%" class="tbltop">&nbsp;</td>
<td><img src="templates/fiblack3dblue/images/tnav_tr.gif" width="15" height="23" alt="" /></td>
</tr>
<tr>
<td class="tblleft">&nbsp;</td>
<td align="center" class="topbkg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="120">&nbsp;</td>
<td valign="bottom"><img src="templates/fiblack3dblue/images/phpbb2_logo.gif" width="220" height="30" alt="FI Black 3D Blue" title="FI Black 3D Blue" /></td>
</tr>
</table></td>
<td class="tblright">&nbsp;</td>
</tr>
<tr>
<td><img src="templates/fiblack3dblue/images/tnav_bl.gif" width="14" height="26" alt="" /></td>
<td class="tblbot">&nbsp;</td>
<td><img src="templates/fiblack3dblue/images/tnav_br.gif" width="15" height="26" alt="" /></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="center" class="topnav">&nbsp;<a href="{U_FAQ}">{L_FAQ}</a>&nbsp; •&nbsp; <a href="{U_SEARCH}">{L_SEARCH}</a>
&nbsp;• &nbsp;<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>&nbsp; •
&nbsp;<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>
<!-- BEGIN switch_user_logged_out -->
&nbsp; • &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
&nbsp;• &nbsp;<a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp; • &nbsp;<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>&nbsp;
• &nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="templates/fiblack3dblue/images/tnav_tl.gif" width="14" height="23" alt="" /></td>
<td width="100%" class="tbltop">&nbsp;</td>
<td><img src="templates/fiblack3dblue/images/tnav_tr.gif" width="15" height="23" alt="" /></td>
</tr>
<tr>
<td class="tblleft">&nbsp;</td>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>

Geplaatst: 11 feb 2006, 13:55
door XGE_Lithium

Code: Selecteer alles

Open:
/templates/xxx/overall_header.tpl

Find:

<td align="center" class="topnav">&nbsp;<a href="{U_FAQ}">{L_FAQ}</a>&nbsp; •&nbsp;

After, Add:

<a href="http://www.domein.nl">Site Home</a> 
&nbsp;• &nbsp;
** Note: in de laatste stap je eigen links invullen

Geplaatst: 11 feb 2006, 14:00
door Wolfsflames
Geweldig het werkt!

Super hulp hier :)

Geplaatst: 11 feb 2006, 14:01
door XGE_Lithium
Wolfsflames schreef:Super hulp hier :)
Ben misschien geen phpBB.nl Team member, maar toch bedankt :D