Knopje erbij
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

-
- Berichten: 58
- Lid geworden op: 10 feb 2006, 19:51
Knopje erbij
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
Ik hoor het graag
Groetjes
- XGE_Lithium
- Berichten: 1278
- Lid geworden op: 26 okt 2005, 19:28
- Locatie: Heythuysen
- Contacteer:
-
- Berichten: 58
- Lid geworden op: 10 feb 2006, 19:51
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"> </td>
<td><img src="templates/fiblack3dblue/images/tnav_tr.gif" width="15" height="23" alt="" /></td>
</tr>
<tr>
<td class="tblleft"> </td>
<td align="center" class="topbkg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="120"> </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"> </td>
</tr>
<tr>
<td><img src="templates/fiblack3dblue/images/tnav_bl.gif" width="14" height="26" alt="" /></td>
<td class="tblbot"> </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"> <a href="{U_FAQ}">{L_FAQ}</a> • <a href="{U_SEARCH}">{L_SEARCH}</a>
• <a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> •
<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>
<!-- BEGIN switch_user_logged_out -->
• <a href="{U_REGISTER}">{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
• <a href="{U_PROFILE}">{L_PROFILE}</a> • <a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>
• <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"> </td>
<td><img src="templates/fiblack3dblue/images/tnav_tr.gif" width="15" height="23" alt="" /></td>
</tr>
<tr>
<td class="tblleft"> </td>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
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"> </td>
<td><img src="templates/fiblack3dblue/images/tnav_tr.gif" width="15" height="23" alt="" /></td>
</tr>
<tr>
<td class="tblleft"> </td>
<td align="center" class="topbkg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="120"> </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"> </td>
</tr>
<tr>
<td><img src="templates/fiblack3dblue/images/tnav_bl.gif" width="14" height="26" alt="" /></td>
<td class="tblbot"> </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"> <a href="{U_FAQ}">{L_FAQ}</a> • <a href="{U_SEARCH}">{L_SEARCH}</a>
• <a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> •
<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>
<!-- BEGIN switch_user_logged_out -->
• <a href="{U_REGISTER}">{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
• <a href="{U_PROFILE}">{L_PROFILE}</a> • <a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>
• <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"> </td>
<td><img src="templates/fiblack3dblue/images/tnav_tr.gif" width="15" height="23" alt="" /></td>
</tr>
<tr>
<td class="tblleft"> </td>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
- XGE_Lithium
- Berichten: 1278
- Lid geworden op: 26 okt 2005, 19:28
- Locatie: Heythuysen
- Contacteer:
Code: Selecteer alles
Open:
/templates/xxx/overall_header.tpl
Find:
<td align="center" class="topnav"> <a href="{U_FAQ}">{L_FAQ}</a> •
After, Add:
<a href="http://www.domein.nl">Site Home</a>
•
-
- Berichten: 58
- Lid geworden op: 10 feb 2006, 19:51
- XGE_Lithium
- Berichten: 1278
- Lid geworden op: 26 okt 2005, 19:28
- Locatie: Heythuysen
- Contacteer: