YourWBB


yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB 2.3.x » [WBB 2.3.x] Allg. Fragen und Probleme » Menüchack bearbeiten ! » Hallo Gast [Anmelden|Registrieren]
Letzter Beitrag | Erster ungelesener Beitrag 1.276 Views | | Thema zu Favoriten hinzufügen

Neues Thema erstellen Antwort erstellen

Dieses Thema wurde als unerledigt markiert. Thread unerledigt

Zum Ende der Seite springen Menüchack bearbeiten !
Autor
Beitrag « Vorheriges Thema | Nächstes Thema »
Sould Sould ist männlich
Mitglied


images/avatars/avatar-2578.gif

Dabei seit: 17.01.04
Beiträge: 1.073
Forenversion: wbb x.x.x.x.x.x.x

 Menüchack bearbeiten ! Antworten Zitieren Editieren Melden       UP

Hallo,
ich habe einen Menühack engebaut.
Dort habe ich "Quicklinks" vorgegeben....

Jetzt habe ich neue Links erstellen und möchte diese in einer eigenen Kategorie haben.

Ich habe mal ein screen gemacht

Ich möchte das Feld (orange) "Navigation" genau so haben das es unten bei "Guthaben" ist.... also das eine neue Kategorie entsteht mit Guthaben in solch eini Orangenes Feld.

Ich hoffe es wird verstanden was ich meine.

Dateianhang:
jpg 1.jpg (22 KB, 126 mal heruntergeladen)
07.10.05 10:05 Sould ist offline E-Mail WWW Finden Als Freund hinzufügen Füge Sould in deine Kontaktliste ein AIM-Name von Sould: Souldy MSN Passport-Profil von Sould anzeigen
blackeagle1075 blackeagle1075 ist männlich
Mitglied


images/avatars/avatar-4520.jpg

Dabei seit: 06.02.04
Beiträge: 1.541
Fähigkeiten: WBB2 Fortgeschritten
Forenversion: 3.1

 RE: Menüchack bearbeiten ! Antworten Zitieren Editieren Melden       UP

probier mal das

code:
1:
2:
3:
4:
5:
<tr>
  <td class="navtitle2"><span class="normalfont"><b>Guthaben</b></span></td>
 </tr>


__________________

______________________________________



[das] dunkelbunt



07.10.05 10:14 blackeagle1075 ist offline E-Mail WWW Finden Als Freund hinzufügen
Sould Sould ist männlich
Mitglied


images/avatars/avatar-2578.gif

Dabei seit: 17.01.04
Beiträge: 1.073
Forenversion: wbb x.x.x.x.x.x.x

Themenstarter Thema begonnen von Sould
Antworten Zitieren Editieren Melden       UP

Hallo,
erst mal danke deiner Hilfe...
Die Tabelle wird nun erstellt aber die Links rutschen ganz nach oben unglücklich

Ich habe nochmal ein screen angehangen, nachdem ich den code eingebaut habe von dir....

Da kannst du unten nun das sehen, was ich haben will... nur da oben die Guthabenlinks, die sollten dann darunter sein...

Hier ist mal die header_main.tpl

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
<b>&raquo;</b> <a href="jgs_portal.php{$SID_ARG_1ST}"><b>{$lang->items['LANG_NAVIGATION_NAVIGATION_Portal']}</b></a><br /> 
<b>&raquo;</b> <a href="index.php{$SID_ARG_1ST}"><b>{$lang->items['LANG_NAVIGATION_NAVIGATION_HOME']}</b></a><br /><br />
<if($wbbuserdata['userid'])><then>
<b>&raquo;</b> <a href="usercp.php{$SID_ARG_1ST}">{$lang->items['LANG_NAVIGATION_NAVIGATION_PROFILE']}</a><br />
<b>&raquo;</b> <a href="pms.php{$SID_ARG_1ST}">{$lang->items['LANG_NAVIGATION_NAVIGATION_PMS']}</a><br /><br />
</then>
<else>
<b>&raquo;</b> <a href="register.php{$SID_ARG_1ST}">{$lang->items['LANG_NAVIGATION_NAVIGATION_REGISTER']}</a><br />
<b>&raquo;</b> <a href="login.php{$SID_ARG_1ST}">{$lang->items['LANG_NAVIGATION_NAVIGATION_LOGIN']}</a><br /><br /></else></if>
<b>&raquo;</b> <a href="http://renaultforum.alternativprovider.de/board/jgs_portal_statistik.php?sid={$SID_ARG_1ST}">{$lang->items['LANG_NAVIGATION_NAVIGATION_STATISTIK']}</a><br />


<b>&raquo;</b> <a href="calendar.php{$SID_ARG_1ST}">{$lang->items['LANG_NAVIGATION_NAVIGATION_CALENDAR']}</a><br />
<b>&raquo;</b> <a href="http://renaultforum.alternativprovider.de/board/jgs_portal.php?id=31&sid={$SID_ARG_1ST}">{$lang->items['LANG_NAVIGATION_NAVIGATION_KLEINANZEIGEN']}</a><br />
<b>&raquo;</b> <a href="memberslist.php{$SID_ARG_1ST}">{$lang->items['LANG_NAVIGATION_NAVIGATION_MEMBERSLIST']}</a><br />
<b>&raquo;</b> <a href="team.php{$SID_ARG_1ST}">{$lang->items['LANG_NAVIGATION_NAVIGATION_TEAM']}</a><br />
<b>&raquo;</b> <a href="search.php{$SID_ARG_1ST}">{$lang->items['LANG_NAVIGATION_NAVIGATION_SEARCH']}</a><br />
<b>&raquo;</b> <a href="misc.php?action=faq{$SID_ARG_2ND}">{$lang->items['LANG_NAVIGATION_NAVIGATION_FAQ']}</a>
<if($imprint_url != '')><then><br /><b>&raquo;</b> <a href="{$imprint_url}" target="_blank">{$lang->items['LANG_NAVIGATION_IMPRINT']}</a></then><else>
<if($imprint_text != '')><then><br /><b>&raquo;</b> <a href="misc.php?action=imprint{$SID_ARG_2ND}">{$lang->items['LANG_NAVIGATION_IMPRINT']}</a></then></if></else></if>

<if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then><br /><br /><b>&raquo;</b> <a href="acp/index.php" target="_blank">{$lang->items['LANG_NAVIGATION_NAVIGATION_ACP']}</a></then></if>
<if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then><br /><br /><b>&raquo;</b> <a href="acp/index.php" target="_blank">{$lang->items['LANG_NAVIGATION_NAVIGATION_MODCP']}</a></then></if>

<if($wbbuserdata['userid'])><then><br /><br /><b>&raquo;</b> <a href="logout.php{$SID_ARG_1ST}">{$lang->items['LANG_NAVIGATION_LOGOUT']}</a></then></if>
<br>
<br>
Guthaben
<br>
<br>
<b>&raquo;</b> <a href="guthaben.php{$SID_ARG_1ST}">{$lang->items['LANG_NAVIGATION_NAVIGATION_Guthaben']}</a><br />
<b>&raquo;</b> <a href="guthaben.php?action=guthabentop{$SID_ARG_1ST}">{$lang->items['LANG_NAVIGATION_NAVIGATION_GuthabenTop']}</a><br />
<b>&raquo;</b> <a href="lottozahlen.php{$SID_ARG_1ST}">{$lang->items['LANG_NAVIGATION_NAVIGATION_Lotto']}</a><br />
<b>&raquo;</b> <a href="empfehlen.php{$SID_ARG_1ST}">{$lang->items['LANG_NAVIGATION_NAVIGATION_Empfehlen']}</a><br />


Dateianhang:
jpg 2.jpg (18 KB, 85 mal heruntergeladen)

Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von Sould: 07.10.05 11:03.

07.10.05 11:02 Sould ist offline E-Mail WWW Finden Als Freund hinzufügen Füge Sould in deine Kontaktliste ein AIM-Name von Sould: Souldy MSN Passport-Profil von Sould anzeigen
blackeagle1075 blackeagle1075 ist männlich
Mitglied


images/avatars/avatar-4520.jpg

Dabei seit: 06.02.04
Beiträge: 1.541
Fähigkeiten: WBB2 Fortgeschritten
Forenversion: 3.1

Antworten Zitieren Editieren Melden       UP

probier das mal so

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
  <tr>
  <td class="navtitle2"><span class="normalfont"><b>Guthaben</b></span></td>
 </tr>
<td class=tablea align="left"><span class="smallfont">
<br>
<br>
<b>&raquo;</b> <a href="guthaben.php{$SID_ARG_1ST}">{$lang->items['LANG_NAVIGATION_NAVIGATION_Guthaben']}</a><br />
<b>&raquo;</b> <a href="guthaben.php?action=guthabentop{$SID_ARG_1ST}">{$lang->items['LANG_NAVIGATION_NAVIGATION_GuthabenTop']}</a><br />
<b>&raquo;</b> <a href="lottozahlen.php{$SID_ARG_1ST}">{$lang->items['LANG_NAVIGATION_NAVIGATION_Lotto']}</a><br />
<b>&raquo;</b> <a href="empfehlen.php{$SID_ARG_1ST}">{$lang->items['LANG_NAVIGATION_NAVIGATION_Empfehlen']}</a><br />
</td>


__________________

______________________________________



[das] dunkelbunt



07.10.05 11:29 blackeagle1075 ist offline E-Mail WWW Finden Als Freund hinzufügen
Sould Sould ist männlich
Mitglied


images/avatars/avatar-2578.gif

Dabei seit: 17.01.04
Beiträge: 1.073
Forenversion: wbb x.x.x.x.x.x.x

Themenstarter Thema begonnen von Sould
Antworten Zitieren Editieren Melden       UP

Super es funktioniert :-D
Vielen DANK !!!!!
07.10.05 11:52 Sould ist offline E-Mail WWW Finden Als Freund hinzufügen Füge Sould in deine Kontaktliste ein AIM-Name von Sould: Souldy MSN Passport-Profil von Sould anzeigen
Baumstruktur | Brettstruktur
Gehe zu:

Neues Thema erstellen Antwort erstellen

yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB 2.3.x » [WBB 2.3.x] Allg. Fragen und Probleme » Menüchack bearbeiten !