Permanente Navigationsbox links - aber in Artemis
Verfasst: 29.11.2007 19:40
Hi,
da ich mich langsam aber sicher von unserer Hauptseite trennen will, und alle Inhalte ins Forum verlagern will, ist es fast unumgänglich eine Navigation einzubauen.
Jetzt hab ich den Artikel gefunden : subSilver mit permanenter Navigationsbox links
Die overall_header.tpl von meinem Artemis Design unterschiedet sich jedoch recht stark der overall_header.tpl von SubSilver.
Welche Tabellen-Tags bewirken denn explizit, dass links neben meinem Forum eine weitere Tabelle erscheint?
Hier mal zur Ansicht meine overall_header.tpl:
da ich mich langsam aber sicher von unserer Hauptseite trennen will, und alle Inhalte ins Forum verlagern will, ist es fast unumgänglich eine Navigation einzubauen.
Jetzt hab ich den Artikel gefunden : subSilver mit permanenter Navigationsbox links
Die overall_header.tpl von meinem Artemis Design unterschiedet sich jedoch recht stark der overall_header.tpl von SubSilver.
Welche Tabellen-Tags bewirken denn explizit, dass links neben meinem Forum eine weitere Tabelle erscheint?
Hier mal zur Ansicht meine overall_header.tpl:
Code: Alles auswählen
[...........]
<body>
<a name="top"></a>
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
<tr>
<td width="100%" class="border-left"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="15" height="1" alt="" /></td>
<td width="100%" class="content" valign="top"><div class="border-over">
<div class="logo">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td width="10" align="left">
</td>
<td width="50%" align="left">
<a href="http://www.street-style-wendlingen.de/forum/">
<img src="http://www.street-style-wendlingen.de/forum/templates/Artemis/images/logo.jpg" width="500" height="66" border="0" /></a></td>
<td width="50%">
<?php include("http://www.street-style-wendlingen.de/forum/zufall.php"); ?></td>
</tr>
</table>
</div>
<div class="buttons-bg1"><div class="buttons-bg1a"><div class="buttons-bg1b"><table border="0" align="center" cellspacing="0" cellpadding="0" class="buttons-table">
<tr>
<td width="25" class="buttons-border"><img src="{T_TEMPLATE_PATH}/images/{TPL_COLOR}/buttons_left2.gif" width="25" height="28" alt="" /></td>
<td nowrap="nowrap" class="buttons-buttons">
<a href="index.php">Übersicht</a> |
<a href="news.php">News</a> |
<a href="{U_GUESTBOOK}">{L_GUESTBOOK}</a> |
<a href="{U_ALBUM}">Album</a> |
<a href="kb.php">Artikel</a> |
<!-- <a href="meeting.php">Treffen</a> | -->
<!-- <a href="http://www.street-style-wendlingen.de/community/toplist/index.php">Topliste</a> | -->
<a href="calendar.php">Kalender</a> |
<a href="{U_LINKS}" class="mainmenu">Links</a> |
<a href="{U_PARTNERSEITE}" class="mainmenu">Partner</a> |
<a href="team.php">Team</a> |
<a href="autos.php">Autos</a> |
<a href="impressum.php">Impressum</a>
</td>
<td width="25" class="buttons-border"><img src="{T_TEMPLATE_PATH}/images/{TPL_COLOR}/buttons_right2.gif" width="25" height="28" alt="" /></td>
</tr>
</table></div></div></div>
<div class="buttons-bg1"><div class="buttons-bg1a"><div class="buttons-bg1b"><table border="0" align="center" cellspacing="0" cellpadding="0" class="buttons-table">
<tr>
<td width="25" class="buttons-border"><img src="{T_TEMPLATE_PATH}/images/{TPL_COLOR}/buttons_left2.gif" width="25" height="28" alt="" /></td>
<td nowrap="nowrap" class="buttons-buttons">
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}">{L_REGISTER}</a> |
<!-- END switch_user_logged_out -->
<a href="{U_FAQ}">{L_FAQ}</a> |
<a href="{U_SEARCH}">{L_SEARCH}</a> |
<!-- BEGIN switch_user_logged_in -->
<a href="{U_PROFILE}">{L_PROFILE}</a> |
<a href="{U_PRIVATEMSGS}">{L_PRIVATEMSGS}{C_PM}</a> |
<!-- END switch_user_logged_in -->
<a href="geomap.php">User-Map</a> |
<a href="memberlist.php">Mitgliederliste</a> |
<a href="{U_LOGIN_LOGOUT}">{CA_L_LOGIN_LOGOUT}</a>
</td>
<td width="25" class="buttons-border"><img src="{T_TEMPLATE_PATH}/images/{TPL_COLOR}/buttons_right2.gif" width="25" height="28" alt="" /></td>
</tr>
<!-- BEGIN switch_inout_active -->
<tr>
<td height="25" align="center" valign="top" nowrap="nowrap">
<span class="mainmenu">
<!-- ALTERNATIV den Switch hier hin und dann die folgende Zeile an anderer Stelle im Menue einbauen -->
<a href="{U_INOUT_MAIL}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="" hspace="3" />{L_INOUT_MAIL}</a>
<!-- ENDE ALTERNATIV -->
</span></td>
</tr>
<!-- END switch_inout_active -->
</table></div></div></div>
</div>
<!-- BEGIN switch_admin_disable_board -->
<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td class="forumline" align="center"><span class="gen"><b>{L_BOARD_DISABLE}</b></span></td>
</tr>
</table>
<!-- END switch_admin_disable_board -->
<!-- BEGIN switch_xs_enabled -->
<?php if($this->vars['CA_NEW_MSGS'] && $this->vars['PRIVATE_MESSAGE_INFO'] !== $this->vars['CA_L_NO_MSG'] && !defined('CA_POPUP_SHOWED')) { ?>
<div id="newmsgs"><a href="{U_PRIVATEMSGS}" class="newmsgs">{PRIVATE_MESSAGE_INFO}</a></div>
<?php define('CA_POPUP_SHOWED', true); } ?>
<!-- END switch_xs_enabled -->
<!-- BEGIN ca_new_privmsgs -->
{CA_XS_COMMENT_START}<div id="newmsgs"><a href="{U_PRIVATEMSGS}" class="newmsgs">{ca_new_privmsgs.TEXT}</a></div>{CA_XS_COMMENT_END}
<!-- END ca_new_privmsgs -->