Grafix-Board (http://www.grafix-board.de/forum/index.php)
- Service-Werkstatt (http://www.grafix-board.de/forum/board.php?boardid=36)
-- HTML, PHP, MySQL .... (http://www.grafix-board.de/forum/board.php?boardid=61)
--- Top Button über den LOGO ??? (http://www.grafix-board.de/forum/threadid.php?threadid=204)


Geschrieben von Manuel.Rettberg am 01.07.2005 um 00:38:

  Top Button über den LOGO ???

Wie bekomme ich die Top Buttons über das Logo.

Bei mir kommen immer Fehlermeldungen !!!

Hier mein header.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:
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
<tr>
<td class="mainpage" align="center">
<table style="width:100%" border="0" cellspacing="0" cellpadding="0">

<tr> 


<td class="logobackground" align="left"><if($style['logoimage']!="")><then><a href="index.php?sid=$session[hash]"><img src="{$style['logoimage']}" border="0" alt="$master_board_name" title="$master_board_name" /></a></then></if></td>
</tr>
<tr>


<td align="left" class="top_bg"><span class="smallfont">
<if($wbbuserdata['userid'])><then><a href="usercp.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_usercp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_USERCP']}" title="{$lang->items['LANG_GLOBAL_USERCP']}" /></a>
<if($wbbuserdata['receivepm']==1)><then><a href="pms.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_pms.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']}" /></a></then></if></then>
<else><a href="register.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_register.gif" border="0" alt="{$lang->items['LANG_GLOBAL_REGISTER']}" title="{$lang->items['LANG_GLOBAL_REGISTER']}" /></a></else></if>
<a href="calendar.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_calendar.gif" border="0" alt="{$lang->items['LANG_GLOBAL_CALENDAR']}" title="{$lang->items['LANG_GLOBAL_CALENDAR']}" /></a>
<a href="memberslist.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_members.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" title="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" /></a>
<a href="team.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_team.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TEAM']}" title="{$lang->items['LANG_GLOBAL_TEAM']}" /></a>
<if($wbbuserdata['userid'])><then><a href="guthaben.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_guthaben.gif" border="0" alt="{$lang->items['LANG_GLOBAL_GUT_GUT']}" title="{$lang->items['LANG_GLOBAL_GUT_GUT']}" /></a></then></if>
<a href="jgs_chat.php{$SID_ARG_1ST}" target="_blank"><img src="{$style['imagefolder']}/top_chat.gif" border="0" alt="{$lang->items['LANG_GLOBAL_CHAT']}" title="{$lang->items['LANG_GLOBAL_CHAT']}" /></a>
<if($wbbuserdata['can_guthaben_werben'])><then><a href="empfehlen.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_empfehlen.gif" border="0" alt="{$lang->items['LANG_GLOBAL_GUT_WERBEN']}" title="{$lang->items['LANG_GLOBAL_GUT_WERBEN']}" /></a></then></if>
<a href="sponsor.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_partner.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PARTNER']}" title="{$lang->items['LANG_GLOBAL_PARTNER']}" /></a>
<a href="search.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_search.gif" border="0" alt="{$lang->items['LANG_GLOBAL_SEARCH']}" title="{$lang->items['LANG_GLOBAL_SEARCH']}" /></a>
<a href="misc.php?action=faq&amp;sid=$session[hash]"><img src="{$style['imagefolder']}/top_faq.gif" border="0" alt="{$lang->items['LANG_GLOBAL_FAQ']}" title="{$lang->items['LANG_GLOBAL_FAQ']}" /></a>
<a href="rules.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_regeln.gif" border="0" alt="{$lang->items['LANG_GLOBAL_RULES']}" title="{$lang->items['LANG_GLOBAL_RULES']}" /></a>
<if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_acp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" /></a></then></if><if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_modcp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MODCP']}" title="{$lang->items['LANG_GLOBAL_MODCP']}" /></a></then></if>
<a href="index.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_start.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a></span></td>

</tr>

</table><br />


{habs mal in CODE reingetan ! Martin}



Geschrieben von mkkcs am 01.07.2005 um 00:43:

 

was für eine Fehlermeldung?

und irgendwie ist da aber auch noch ein bischen der Wurm drinn !
das ist ein Hauptsächlicher Header-template aus einem 2.1er Board !

PS: habs mal richtig verschoben !



Geschrieben von Manuel.Rettberg am 01.07.2005 um 00:48:

 

Wieso der wurm drinn ?

Möchte nur paar Top Buttons über dem Logo haben.

So wie hier.

Paar drüber und Paar drunter



Geschrieben von mkkcs am 01.07.2005 um 00:58:

 

nagut, kein Thema !

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:

<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
<tr>
<td class="mainpage" align="center">
<table style="width:100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" class="top_bg"><span class="smallfont">
<if($wbbuserdata['userid'])><then><a href="usercp.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_usercp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_USERCP']}" title="{$lang->items['LANG_GLOBAL_USERCP']}" /></a>
<if($wbbuserdata['receivepm']==1)><then><a href="pms.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_pms.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']}" /></a></then></if></then>
<else><a href="register.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_register.gif" border="0" alt="{$lang->items['LANG_GLOBAL_REGISTER']}" title="{$lang->items['LANG_GLOBAL_REGISTER']}" /></a></else></if>
<a href="calendar.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_calendar.gif" border="0" alt="{$lang->items['LANG_GLOBAL_CALENDAR']}" title="{$lang->items['LANG_GLOBAL_CALENDAR']}" /></a>
<a href="memberslist.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_members.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" title="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" /></a>
<a href="team.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_team.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TEAM']}" title="{$lang->items['LANG_GLOBAL_TEAM']}" /></a>
<a href="search.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_search.gif" border="0" alt="{$lang->items['LANG_GLOBAL_SEARCH']}" title="{$lang->items['LANG_GLOBAL_SEARCH']}" /></a>
<a href="misc.php?action=faq{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/top_faq.gif" border="0" alt="{$lang->items['LANG_GLOBAL_FAQ']}" title="{$lang->items['LANG_GLOBAL_FAQ']}" /></a>
<if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_acp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" /></a></then></if><if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_modcp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MODCP']}" title="{$lang->items['LANG_GLOBAL_MODCP']}" /></a></then></if>
<a href="index.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_start.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a></span></td>
</tr>
<tr> 
<td class="logobackground" align="center"><if($style['logoimage']!="")><then><a href="index.php{$SID_ARG_1ST}"><img src="{$style['logoimage']}" border="0" alt="$master_board_name" title="$master_board_name" /></a></then></if></td>
</tr>
<tr>
<td align="center" class="top_bg"><span class="smallfont">
<if($wbbuserdata['userid'])><then><a href="guthaben.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_guthaben.gif" border="0" alt="{$lang->items['LANG_GLOBAL_GUT_GUT']}" title="{$lang->items['LANG_GLOBAL_GUT_GUT']}" /></a></then></if>
<a href="jgs_chat.php{$SID_ARG_1ST}" target="_blank"><img src="{$style['imagefolder']}/top_chat.gif" border="0" alt="{$lang->items['LANG_GLOBAL_CHAT']}" title="{$lang->items['LANG_GLOBAL_CHAT']}" /></a>
<if($wbbuserdata['can_guthaben_werben'])><then><a href="empfehlen.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_empfehlen.gif" border="0" alt="{$lang->items['LANG_GLOBAL_GUT_WERBEN']}" title="{$lang->items['LANG_GLOBAL_GUT_WERBEN']}" /></a></then></if>
<a href="sponsor.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_partner.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PARTNER']}" title="{$lang->items['LANG_GLOBAL_PARTNER']}" /></a>
<a href="rules.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_regeln.gif" border="0" alt="{$lang->items['LANG_GLOBAL_RULES']}" title="{$lang->items['LANG_GLOBAL_RULES']}" /></a>
</tr>
</table><br />



Standard-Button oben

Zusatz-Button unten !



Geschrieben von Manuel.Rettberg am 01.07.2005 um 01:05:

 

Ja Danke. Funktioniert.

Ich habe es nie hinbekommen.

Jetzt kann ich endlich meinen Header
weitermachen !!!

Bin für jetzt erstmal hier Fertig.

Bin morgen Nachmittag wieder hier und habe bestimmt wieder Fragen.

Gute Nacht und nochmals.

Vielen Dank



Geschrieben von toni tulppe0815 am 16.07.2005 um 13:35:

 

hallo erst ein mal großes Grinsen großes Grinsen

habe hier zu mal eine frage geht das auch im wbb2.0.3 so wie oben angegeben mkkcs ??



Geschrieben von mkkcs am 16.07.2005 um 15:52:

 

Zitat:
Original von toni tulppe0815
hallo erst ein mal großes Grinsen großes Grinsen

habe hier zu mal eine frage geht das auch im wbb2.0.3 so wie oben angegeben mkkcs ??



im Prinzip - Ja !
Du darfst nur das Beispiel nicht einfach ins 2.0.3 kopieren !!!!
sind andere Argumente hinter den php-aufrufen !!!



Geschrieben von toni tulppe0815 am 16.07.2005 um 17:53:

 

sol ich dir dann mal den heder hier posten verwirrt verwirrt

den wolte es mal aus probieren großes Grinsen großes Grinsen



Geschrieben von mkkcs am 16.07.2005 um 19:28:

 

Zitat:
Original von toni tulppe0815
sol ich dir dann mal den heder hier posten verwirrt verwirrt

den wolte es mal aus probieren großes Grinsen großes Grinsen



jau mach mal !


Powered by: Burning Board © 2001-2004 WoltLab GmbH