#1 (permalink)  
Old 26.12.2005, 19:23
Benutzer
 
Join Date: 01.2005
Posts: 30
Rep Power: 8
guhi is on a distinguished road
Cyborg wbb - button im header
Bitte füllen Sie folgende Angaben möglichst vollständig aus.

Welcher Style:cyborg
Version der Forensoftware:wbb 2.3.3
direkter Link zum Forum mit dem Problem/Fehler: www.papi-in-not.de

Beschreibung des Problems:

ich möchte ein paar neue button im header einfügen. irgendwie gelingt mir das nicht.
sind bimmt noch ein paar einträge im style notwendig.

kann mir da jemand helfen. im forum bin ich nicht so richtig fündig geworden.
Reply With Quote
  #2 (permalink)  
Old 26.12.2005, 22:14
Synoxis's Avatar
vBdesigns Guru
 
Join Date: 10.2004
Posts: 621
Rep Power: 9
Synoxis will become famous soon enoughSynoxis will become famous soon enough
Du musst die Buttons im Header Template eintrage und zusätzlich im Designpack ganz unten bei einfach für jeden Button im folgenden Muster eine neue Klasse anlegen:
Code:
.c_buttonname{ background:url(images/cyborg/c_buttonname.jpg);float:left;display:block; width:86px; height:33px; }
.c_buttonname a:hover { background:url(images/cyborg/ch_buttonname.jpg); }
Für einen neuen Button im Header Template einfach folgendes an der Stelle wo du es gerne hättest das einfügen:
Code:
                       <div class="c_buttonname"><a class="c_buttonname" href="deineseite.php{$SID_ARG_1ST}" title="Button Name"></a></div>
Rot markiertes entsprechend anpassen und die Buttons müssen auch existieren. Es müssen auf jeder Seite im Header eine gleiche Anzahl von Buttons existieren.
__________________
Designer aus freier Wildbahn gesucht? Dann fang ihn ein!
Reply With Quote
  #3 (permalink)  
Old 27.12.2005, 11:33
Benutzer
 
Join Date: 01.2005
Posts: 30
Rep Power: 8
guhi is on a distinguished road
hallo,

funzt irgendwie nicht. ich habe im template folgende links angelegt:
Code:
   <div class="c_portal"><a class="c_portal2" href="jgs_portal.php{$SID_ARG_1ST}" title="Portal"></a></div>

<div class="c_forum"><a class="c_forum2" href="jgs_portal.php{$SID_ARG_1ST}" title="Portal"></a></div>
und im designpack:

Code:
.c_portal{ background:url(images/cyborg/portal.jpg);float:left;display:block; width:86px; height:33px; }
.c_portal2 a:hover { background:url(images/cyborg/portal2.jpg); }

.c_forum{ background:url(images/cyborg/forum.jpg);float:left;display:block; width:86px; height:33px; }
.c_forum2 a:hover { background:url(images/cyborg/forum2.jpg); }
hier nochmal der inhalt des template header:

Code:
<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="center"><if($style['logoimage']!="")><then><a href="jgs_portal.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"><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>

   <div class="c_portal"><a class="c_portal2" href="jgs_portal.php{$SID_ARG_1ST}" title="Portal"></a></div>


      <a href="jgs_portal.php?sid=$session[hash]"><img src="{$style['imagefolder']}/portal.jpg" border="0" alt="" /></a>
<a href="map.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_usermap.gif" border="0" alt="{$lang->item['LANG_GLOBAL_USER_MAP']}" title="{$lang->item['LANG_GLOBAL_USER_MAP']}" /></a>
<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>
     <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>
 
   <div class="c_forum"><a class="c_forum2" href="jgs_portal.php{$SID_ARG_1ST}" title="Portal"></a></div>

    <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="jgs_portal.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>     
   </table>
     <a href="jgs_portal.php?sid=$session[hash]"><img src="{$style['imagefolder']}/portal.jpg" border="0" alt="" /></a>
wo könnte der fehler liegen?
Reply With Quote
  #4 (permalink)  
Old 27.12.2005, 12:41
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Kann man das mal Life sehen, ich glaube da Fehlen noch CSS Deklarationen.
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #5 (permalink)  
Old 27.12.2005, 13:22
Benutzer
 
Join Date: 01.2005
Posts: 30
Rep Power: 8
guhi is on a distinguished road
ich habe dir die zugangsdaten als PM gesandt
Reply With Quote
  #6 (permalink)  
Old 27.12.2005, 15:38
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Du musst, wenn du ein button bei der linken Seite hinzufügst, dasselbe auch auf der rechten Seite machen.
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #7 (permalink)  
Old 27.12.2005, 18:34
Benutzer
 
Join Date: 01.2005
Posts: 30
Rep Power: 8
guhi is on a distinguished road
buttons auf der linken seite, hat geklappt. wie bringe ich sie aber auf die rechte seite?
Reply With Quote
  #8 (permalink)  
Old 27.12.2005, 18:45
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Z.B. so:

Code:
.c_buttonname{ background:url(images/cyborg/c_buttonname.jpg);float:right;display:block; width:86px; height:33px; }
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #9 (permalink)  
Old 27.12.2005, 20:54
Benutzer
 
Join Date: 01.2005
Posts: 30
Rep Power: 8
guhi is on a distinguished road
danke. hat super geklappt
Reply With Quote
Reply

Lesezeichen

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist On.
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cyborg header ROBWR English customer support 18 31.12.2005 08:20
Cyborg VB buttons and header nimo English customer support 2 08.09.2005 15:43
Cyborg-dark-vbulletin-Style Grafik-Button Spielhalle AndreG Photoshop 2 28.08.2005 13:17
Neuen Button im Header einfügen Red-Life-wBB Style master_1 Style- & Web Template Support 7 15.06.2005 21:08
Darkblue header button help Boofo English Forums 4 15.04.2004 19:58


Copyright © 2006, Reuter & Bloeß GbR.
| Datenschutz | Sitemap | Unsere Partner | Top |
Home Products Forum Über uns Support & FAQs
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.
Tipp: Fussball | Heilerde
Shopsystem, Shop System, CMS, Webkatalog mit vBCMS CMS