Probleme mit Tab Menü im FF7

Alles zu Styles, Templates, Icons und Smilies für phpBB 3.0.x, sowie allgemeine Designfragen zur Integration von phpBB in bestehende Websites.
phpBB Styles Demo
Forumsregeln
Bei Style spezifischen Fragen ist der Stylename und die Downloadquelle des Styles erforderlich, besser noch die URL vom betroffenen Forum.
Antworten
Wollez
Mitglied
Beiträge: 243
Registriert: 09.02.2008 11:43

Probleme mit Tab Menü im FF7

Beitrag von Wollez »

Hallo zusammen,

ich hoffe ich bin in der richtigen Rubrik gelandet ;)

Seit ein paar Tagen versuche ich in meinem neuen Forum, so wie ich es im alten hatte, ein Tab Menü einzurichten.
Es wird mir aber auf der Indexseiten nur so dargestellt:

[ externes Bild ]

Wenn ich eine andere Rubrik (z.B. Galerie) aufmache, wird es dann richtig angezeigt:

[ externes Bild ]

Gehe ich dann wieder auf Index, ist es wieder wie beim ersten Bild.

Durch Zufall ist mir dann heute Nacht aufgefallen, dass die mit dem IE nicht so ist. Dort ist es alles OK.

Hier mal der Code in overall_header.html:

Code: Alles auswählen

   <div id="tabs">
       <ul>
          <li<!-- IF SCRIPT_NAME eq 'index' or SCRIPT_NAME eq 'viewforum' or SCRIPT_NAME eq 'viewtopic' or SCRIPT_NAME eq 'viewonline' or SCRIPT_NAME eq 'ucp' or SCRIPT_NAME eq 'mcp' --> class="activetab"<!-- ENDIF -->><a href="{U_INDEX}"><span>{L_INDEX}</span></a></li>
   			<!-- IF S_DISPLAY_MEMBERLIST -->
        <!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
        <li<!-- IF $_SERVER['SCRIPT_NAME'] == 'gallery/index.php' --> class="activetab"<!-- ENDIF -->><a href="{U_GALLERY_MOD}" title="{L_GALLERY_EXPLAIN}"><span>{L_GALLERY}</span></a></li>
        <li<!-- IF $_SERVER['SCRIPT_NAME'] == 'downloads.php' --> class="activetab"<!-- ENDIF -->><a href="{U_DL_NAVS}" title="{L_DOWNLOADS}"><span>{L_DOWNLOADS}</span></a></li>
        <li<!-- IF $_SERVER['SCRIPT_NAME'] == 'geomap.php' --> class="activetab"<!-- ENDIF -->><a href="{U_GEOMAP}" title="{L_GEOMAP}"><span>{L_GEOMAP}</span></a></li>
        <li<!-- IF $_SERVER['SCRIPT_NAME'] == 'memberlist.php' --> class="activetab"<!-- ENDIF -->><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}"><span>{L_MEMBERLIST}</span></a></li>
				<!-- ENDIF -->
        <!-- ENDIF -->
          <!-- IF S_DISPLAY_SEARCH --><li<!-- IF SCRIPT_NAME == 'search' --> class="activetab"<!-- ENDIF -->><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}"><span>{L_SEARCH}</span></a></li><!-- ENDIF -->
          <!-- IF S_DISPLAY_MEMBERLIST --><li<!-- IF SCRIPT_NAME == 'memberlist' --> class="activetab"<!-- ENDIF -->><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}"><span>{L_MEMBERLIST}</span></a></li><!-- ENDIF -->
          <li<!-- IF SCRIPT_NAME == 'faq' --> class="activetab"<!-- ENDIF -->><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}"><span>{L_FAQ}</span></a></li>
        <!-- IF U_MCP or U_ACP -->
        <li<!-- IF $_SERVER['SCRIPT_NAME'] == '../stat/index.php' --> class="activetab"<!-- ENDIF -->><li class="icon-stat"><a target="_blank" href="/stat/index.php" title="Statistik"><span>Statistik</span></a></li>
        <!-- ENDIF -->
       </ul>
    </div>
Mein Forum hat die Version 3.09
Die Adresse: http://www.wii-copter.de/forum/

Kann mir da irgendjemand weiterhelfen?

Gruß Wolfgang
Antworten

Zurück zu „[3.0.x] Styles, Templates und Grafiken“