phpbb2+ Wie bekomme ich oben die Leiste weg ??
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
-
- Mitglied
- Beiträge: 8
- Registriert: 20.09.2004 23:38
phpbb2+ Wie bekomme ich oben die Leiste weg ??
Hi Leute ich hab mir phpbb2+ geholt ( Portal ) und wüßte gerne wie ich die Leiste wegbekomme wo das Logo und der Nebelhintergrund ist.
Gant oben soll dann quasi die Navi-Leiste sein ( FAQ, Suche,... )
hier der link: http://www.hottunerz.de/streetdreamz/index.htm
MfG
streetdreamz
Gant oben soll dann quasi die Navi-Leiste sein ( FAQ, Suche,... )
hier der link: http://www.hottunerz.de/streetdreamz/index.htm
MfG
streetdreamz
-
- Mitglied
- Beiträge: 8
- Registriert: 20.09.2004 23:38
Hi ...
schau mal in die overall_header.tpl
Markus
schau mal in die overall_header.tpl

Markus
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
-
- Mitglied
- Beiträge: 8
- Registriert: 20.09.2004 23:38
Hi ...
verlinke mal bitte deine overall_header.tpl
KB:datei
Markus
verlinke mal bitte deine overall_header.tpl
KB:datei
Markus
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
-
- Mitglied
- Beiträge: 8
- Registriert: 20.09.2004 23:38
Code: Alles auswählen
<?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" />
<script language="JavaScript" type="text/javascript" src="includes/toggle_display.js"></script>
<!-- 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 -->
<script language="Javascript" type="text/javascript">
<!--
function setCheckboxes(theForm, elementName, isChecked)
{
var chkboxes = document.forms[theForm].elements[elementName];
var count = chkboxes.length;
if (count)
{
for (var i = 0; i < count; i++)
{
chkboxes[i].checked = isChecked;
}
}
else
{
chkboxes.checked = isChecked;
}
return true;
}
//-->
</script>
<!-- Start add - Birthday MOD -->
{GREETING_POPUP}
<!-- End add - Birthday MOD -->
<script type="text/javascript">
<!--
window.status = "{PRIVATE_MESSAGE_INFO}";
// -->
</script>
<!-- Start add - Protect user account MOD -->
{PASSWD_POPUP}
<!-- End add - Protect user account MOD -->
<!-- BEGIN switch_absence -->
<script language="Javascript" type="text/javascript">
<!--
window.open('{U_ABSENCE_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
//-->
</script>
<!-- END switch_absence -->
<!-- Start add - Complete banner MOD -->
<!-- Banners -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td><div align="center">{BANNER_1_IMG}</div></td></tr>
<tr><td><div align="center">{BANNER_2_IMG}</div></td></tr>
</table>
</td>
<td width="60%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td><div align="center">{BANNER_3_IMG}</div></td></tr>
<tr><td><div align="center">{BANNER_4_IMG}</div></td></tr>
</table>
</td>
<td width="20%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td><div align="center">{BANNER_5_IMG}</div></td></tr>
<tr><td><div align="center">{BANNER_6_IMG}</div></td></tr>
</table>
</td>
</tr>
</table>
<!-- End Banners -->
<!-- End add - Complete banner MOD -->
<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" align="right">{BANNER_0_IMG}</td>
<td valign="bottom"><a href="{U_PORTAL}"><img src="templates/fiblack3dblue/images/phpbb2_logo.gif" width="220" height="30" alt="{L_HOME}" title="{L_HOME}" /></a></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_PREFERENCES}">{L_PREFERENCES}</a>
<!-- BEGIN switch_user_logged_in -->
•
<a href="{U_BOOKMARKS}">{L_BOOKMARKS}</a>
•
<a href="{U_SEARCH_NEW}">{L_SEARCH_NEW2}</a>
<!-- END switch_user_logged_in -->
•
<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>
{CALENDAR_BOX}</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>
Hi ...
Sehe ich das jetzt richtig ... es ist erledigt ?
Markus
Sehe ich das jetzt richtig ... es ist erledigt ?
Markus
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
Lösche:
Gruß, Smith
Code: Alles auswählen
<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_PREFERENCES}">{L_PREFERENCES}</a>
<!-- BEGIN switch_user_logged_in -->
•
<a href="{U_BOOKMARKS}">{L_BOOKMARKS}</a>
•
<a href="{U_SEARCH_NEW}">{L_SEARCH_NEW2}</a>
<!-- END switch_user_logged_in -->
•
<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>
{CALENDAR_BOX}</td>
</tr>
</table>
@Smith ...
dann ist die ganze Navigation weg
Markus
dann ist die ganze Navigation weg

Markus
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen