Leichte Codearbeit

Baxi
Hallo,

ich suche jemand der mir eine Navi für das wbb 2.3. codet.

Ich möchte die Topbuttons links an die Seite haben und das sie oben verschwinden. Ja ich weiß da gibt es ein Navihack aber den will ich nicht.

Ich möchte das es so aussieht wie z.b. bei Frontpage wenn man eine Hp erstellt. Das die Navigation links ist.

Ich hab mal eine "Skizze" angehängt.

Das Logo soll über die komplette Länge des Forums oben gehen und die Navi soll erst unterhalb des Forum anfangen.

Achja ein kleiner Footerbereich muss ja drin bleiben.

Irgendjemand sagte mir das es nur eine kleine html Änderung wäre, ich selbst hab aber so keine Ahnung davon ^^

Vielleicht erklärt sich jemand bereit dafür.

Gegenleistung?
Keine Ahnung, Geld kann ich keins zahlen.
Aber wenn mein Forum mal online geht kann ich ein Banner im Portal einbauen.

Mir wäre es lieb wenn man den Code fertig macht und kurz schreibt wie man ihn erweitert. Also nicht direkt ins Forum einbauen, da ich schon wissen will was geändert wurde und ich es notfalls wieder rückgängig machen kann ^^
Bluevacci
Hast Du schon ein Design dafür oder suchst Du nur das Grundgerüst, in Deinem Fall wäre es header.tpl & footer.tpl
ansonsten lass mir mal genaue Infos zukommen wegen Farben, Breite ob die Navi Button haben soll oder Textlinks. Dann mach ich Dir das grad.
Baxi
Das Design steht.


Also die Navigation soll Buttons enthalten.

Breite hm joar denke 150 Pixel dürften da reichen.
Hintergrundfarbe #88A6BE

Dann die üblichen Top Buttons rein,reicht ja wenn du ein oder zwei machst die anderen kann ich ja naträglich einfügen wenn du mir dann sagst wie das geht ^^

Brauchst sonst noch was? :-)
Bluevacci
Gehe ins ACP auf Templates bearbeiten, entsprechende Templatpack auswählen

suche nach header und ersetze kompletten Inhalt mit:
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:
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
 <tr>
  <td align="center">
   <table style="width:100%" border="0" cellspacing="0" cellpadding="0">
    <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>
   </table>
  <br />
   <table style="width:100%" border="0" cellspacing="3" cellpadding="0">
    <tr>
     <td valign="top"><table style="width:100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td align="left"><span class="smallfont"><b>Navigation</b><br /><br />
         <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><br />
         <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><br />
         <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><br /></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><br /></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><br />
         <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><br />
         <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><br />
         <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><br />
         <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><br />
         <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><br /></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><br /></then></if></span>
        </td>
       </tr>     
      </table>
     </td>
     <td class="mainpage" align="center" valign="top">
   <br />

speichern.

suche nach footer und ersetze kompletten Inhalt:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
<br />
      <if($imprint_url != '')><then><p align="center" class="normalfont"><a href="{$imprint_url}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p></then>
     <else>
      <if($imprint_text != '')><then><p align="center" class="normalfont"><a href="misc.php?action=imprint{$SID_ARG_2ND}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p></then></if></else></if>
     </td>
    </tr>
   </table>
  <br />
   <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" align="center">
    <tr>
     <td class="tablea"><span class="smallfont"><a href="http://www.woltlab.de" target="_blank" style="text-decoration: none">{$lang->items['LANG_GLOBAL_COPYRIGHT']}</a></span></td>
    </tr>
   </table><br />
  </td>
 </tr>
</table>

speichern, ferig

im header.tpl bei diesem <td valign="top">
code:
1:
<td valign="top"><table style="width:100%" border="0" cellspacing="0" cellpadding="0">

kannst Du Hintergrundfarbe und Breite definieren
Biggi
Da hier jetzt Code gepostet wird, verschiebe ich den Thread mal in den wBB2-Bereich.
Baxi
Wie genau füge ich denn da ein Hintergrundbild ein??
Bluevacci
code:
1:
<td bgcolor="#88A6BE" width="150" valign="top">