Seite 1 von 1

Overall_header mit Portal

Verfasst: 22.05.2005 14:25
von CrYiNg
Wie muss ich das hier:

Code: Alles auswählen

<!-- Intro + Portal MOD START -->
<!-- BEGIN switch_introportalmod_disable -->
<tr>
<td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu"><b>&nbsp;<a href="{U_IntroPortalMOD1}">{L_IntroPortalMOD1}</a>&nbsp;   &nbsp;<a href="{U_IntroPortalMOD2}">{L_IntroPortalMOD2}</a>&nbsp;   &nbsp;<a href="{U_IntroPortalMOD3}">{L_IntroPortalMOD3}</a>&nbsp;</b></span></td>
</tr>
<!-- END switch_introportalmod_disable -->
<!-- Intro + Portal MOD END -->
anpassen, damit es in den Overall_header.tpl von dem Style FISUBSILVERSHADOW passt?

MfG
CrYiNg

Verfasst: 22.05.2005 15:15
von andreasOymann
verlinke die Datei mal als txt ...

A.

Verfasst: 22.05.2005 15:33
von CrYiNg
klar...hier der link

Link zur Textdatei
Ging nicht anders!!!
MfG
CrYiNg

Verfasst: 22.05.2005 15:42
von andreasOymann
... und wo soll "INTRO PORTAL INDEX" stehen?

A.

Verfasst: 22.05.2005 15:47
von CrYiNg
Es soll auch mit in der Menüleiste stehen. auch getrennt von diesen roten Punkten.
MfG
CrYiNg

Verfasst: 22.05.2005 15:52
von andreasOymann
... damit würde die Zeile zu lang, daß du bei 1024x768 einen horizontalen Scrollbalken hättest ... -> nicht zu empfehlen!

A.

Verfasst: 22.05.2005 15:54
von CrYiNg
und was ist, wenn ich es eine Zeile tiefer/höher setzte... Aber auch mit trennung?
Wie sieht das dann aus?
MfG
CrYiNg

Verfasst: 22.05.2005 15:56
von andreasOymann
Versuche es mal so:

suche:

Code: Alles auswählen

<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="center" class="topnav"> &nbsp;<a href="{U_Index}">Forum</a>&nbsp; •&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="rules.php">Regeln</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> 
füge danach ein:

Code: Alles auswählen

<!-- Intro + Portal MOD START -->
<!-- BEGIN switch_introportalmod_disable --> 
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="center" class="topnav"> &nbsp;<a href="{U_IntroPortalMOD1}">{L_IntroPortalMOD1}</a>&nbsp; •&nbsp; <a href="{U_IntroPortalMOD2}">{L_IntroPortalMOD2}</a>&nbsp; •&nbsp; <a href="{U_IntroPortalMOD3}">{L_IntroPortalMOD3}</a>
&nbsp;</td>
</tr>
</table> 
<!-- END switch_introportalmod_disable -->
<!-- Intro + Portal MOD END -->

Verfasst: 22.05.2005 16:01
von CrYiNg
klappt wunderbar..:Sieht auch ansich gut aus...
Danke

MfG
CrYiNg