Links im Tab Menü im Header einbauen

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
autoberater
Mitglied
Beiträge: 53
Registriert: 28.04.2009 18:28

Links im Tab Menü im Header einbauen

Beitrag von autoberater »

Hallo!

Ich habe mit folgenden code:

Code: Alles auswählen

<div id="tabs" style="margin-top: 0px;">
               <ul>
                    <li<!-- IF SCRIPT_NAME eq 'portal' --> class="activetab"<!-- ENDIF -->><a href="{U_PORTAL}" title="{L_PORTAL}"><span>{L_PORTAL}</span></a></li>
                    <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}" title="{L_INDEX}"><span>{L_INDEX}</span></a></li>
                    <li<!-- IF SCRIPT_NAME eq 'portal_recent_topics' --> class="activetab"<!-- ENDIF -->><a href="{U_PORTAL_RECENT_TOPICS}" title="{L_RECENT_TOPICS}"><span>{L_RECENT_TOPICS}</span></a></li>
                    <!-- IF S_DISPLAY_SEARCH --><li<!-- IF SCRIPT_NAME eq '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 eq 'memberlist' --> class="activetab"<!-- ENDIF -->><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}"><span>{L_MEMBERLIST}</span></a></li><!-- ENDIF -->
                    <li<!-- IF SCRIPT_NAME eq 'faq' --> class="activetab"<!-- ENDIF -->><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}"><span>{L_FAQ}</span></a></li>
                <li<!-- IF SCRIPT_NAME eq 'tracker' --> class="activetab"<!-- ENDIF -->><a href="{U_TRACKER}" title="{L_TRACKER}"><span>{L_TRACKER}</span></a></li>
               </ul>
            </div>
oberhalb des Headers ein Tab Menü eingebaut.
Soweit funktioniert auch alles!
Wie kann ich nun neue Link Schaltflächen zu anderen URLs außerhalb des Forums einbauen?
Kann man die Farbe der Schaltflächen auch ändern?

Auf http://www.autoberater.net ist das Menü zu sehen.

Vielen Dank!
autoberater
Mitglied
Beiträge: 53
Registriert: 28.04.2009 18:28

Re: Links im Tab Menü im Header einbauen

Beitrag von autoberater »

Sorry, ich komme damit auch nicht weiter...
Kann mir jemand vielleicht mal ein Beispiel bringen, wie ich ein Schalter zu www.meinedomain.tk nach dem Schalter zum Tracker hinzufüge?
Bin leider kein Programmierer !
Vielen Dank!
Antworten

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