Seite 1 von 1

Navigation Portal entfernen

Verfasst: 15.01.2006 15:05
von She´s a rebel
Hallo,
hab 2 kleine Fragen:

1) Ich möchte den Portal Link entfernen, der in der mitte steht:

http://www.greenday-forumplanet.de.vu

Wie mach ich das?!

2) Oben in meiner Navigation sind Portal und Index unterstrichen, wie mach ich das sie nicht mehr unterstrichen sind?!


Ich poste euch mal meine overall_header.tpl
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html 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">
<link rel="icon" href="templates/AdInfinitum/images/favicon.ico" />
<link href="templates/AdInfinitum/AdInfinitum.css" rel="stylesheet" type="text/css">

<!--
The AdInfinitum 1.00 Theme for phpBB version 2+
Created by Mike Lothar
http://www.mikelothar.com
-->

{META}
{NAV_LINKS}
<title>GreenDay Forum</title>

<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" 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 resize_images()
{
for (i = 1; i < document.images.length; i++)
{
while ( !document.images.complete )
{
break;
}
if ( document.images.width > 500 )
{
document.images.width = 550;
}
}
}

//-->
</script>
</head>
<body bgcolor="#FFFFFF" text="#e5e5e5" link="#C10003" vlink="#C10003" leftmargin="0" topmargin="0" onload="resize_images()" >

<a name="top"></a>
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0" align="center">


<table width="780" height="100%" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td class="bodyline" valign="top">

<table width="717" height="231" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><a href="{U_INDEX}"><img src="http://img302.imageshack.us/img302/294/ ... "border="0" alt="{L_INDEX}" vspace="1" /></a></td>
</tr>
</table>
<table width="715" height="20" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<a href="http://moppel85.milten.lima-city.de/php ... >Portal</a>
<a href="http://moppel85.milten.lima-city.de/php ... ">Index</a>
<a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a>&nbsp;&nbsp;<a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a>&nbsp;&nbsp;<a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a>&nbsp;&nbsp;<a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a>&nbsp;&nbsp;<a href="{U_PROFILE}" class="mainmenu">{L_PROFILE}</a>&nbsp;&nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu">{PRIVATE_MESSAGE_INFO}</a></td><td align="right"><span class="mainmenu"><a href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT}</a>
<!-- BEGIN switch_user_logged_out -->
&nbsp;&nbsp;<a href="{U_REGISTER}" class="mainmenu">{L_REGISTER}</a>
<!-- END switch_user_logged_out --></span></td>

</tr>
</table>



Schonmal danke für die Hilfe!

Verfasst: 16.01.2006 17:29
von Jörg D.
Hi

Die Änderung kannst Du nur in der portal_body.tpl

Code: Alles auswählen

!-- BEGIN switch_border_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
  <tr>
        <td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b><a href="portal.php" title="Intro & Portal MOD {INTRO_PORTAL_VERSION} by AWSW http://www.awsw.de" class="mainmenu">{IntroPortaltext2}</a></b></center></span></td
  </tr>
  <tr>
      <td class="row1">
<!-- END switch_border_active -->
<td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b><a href="portal.php" title="Intro & Portal MOD {INTRO_PORTAL_VERSION} by AWSW http : / /www.awsw.de" class="mainmenu"> {IntroPortaltext2}</a></b></center></span></td>


Entferne den Roten Teil dann dürfte es Funktionieren.

Gruß Jörg

Verfasst: 16.01.2006 17:59
von She´s a rebel
das wars nicht....steht immer noch da!

Verfasst: 17.01.2006 07:16
von Jörg D.
Hi

Sorry war in Zeitnot.

zu Punkt 1) = 1) Ich möchte den Portal Link entfernen, der in der mitte steht:

siehe mein Posting, hat Funktioniert Link ist wech.
Wenn Du nun auch die Komplette Überschrift entfernt haben möchtest, dann entferne

<td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b><a href="portal.php" title="Intro & Portal MOD {INTRO_PORTAL_VERSION} by AWSW http : / /www.awsw.de" class="mainmenu"> {IntroPortaltext2}</a></b></center></span></td>

bzw. was von übrig ist.

zu punkt 2) = Oben in meiner Navigation sind Portal und Index unterstrichen, wie mach ich das sie nicht mehr unterstrichen sind?!

Füge in der overall_header.tpl (Grüne Schrift) ein

<a href="http://moppel85.milten.lima-city.de/phpBB/portal.php" class="mainmenu">Portal</a>
<a href="http://moppel85.milten.lima-city.de/phpBB/index.php" class="mainmenu">Index</a>

Sauberer würde es so aussehen:

<a href="{U_IntroPortalMOD2} class="mainmenu">{IntroPortaltext2}</a>
<a href="{U_INDEX} class="mainmenu">{IntroPortaltext3}</a>

So nun sollte auch dies Funktionieren.

Gruß Jörg