#1 (permalink)  
Old 21.11.2005, 03:03
Benutzer
 
Join Date: 09.2005
Posts: 34
Rep Power: 7
FROGGYJ is on a distinguished road
Need 2 buttons
I have purchased Cyborg and Cyborg Dark styles.....and I have recently installed a gallery on my website. Can you make me 2 buttons that say "Gallery"....1 for each style...please and thanks.
Reply With Quote
  #2 (permalink)  
Old 21.11.2005, 11:30
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
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
Here your Buttons.
Attached Images
File Type: jpg dark-global_09.jpg (2.3 KB, 106 views)
File Type: jpg dark-Hover_09.jpg (2.3 KB, 106 views)
File Type: jpg global_09.jpg (2.2 KB, 105 views)
File Type: jpg Hovereffekt_09.jpg (2.2 KB, 105 views)
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #3 (permalink)  
Old 22.11.2005, 05:19
Benutzer
 
Join Date: 09.2005
Posts: 34
Rep Power: 7
FROGGYJ is on a distinguished road
thanks Christian.....how do I add buttons? I see you have to edit the header template....but I'm not sure how to point to use the button image I specify...where does that go?
Reply With Quote
  #4 (permalink)  
Old 22.11.2005, 06:06
Benutzer
 
Join Date: 09.2005
Posts: 34
Rep Power: 7
FROGGYJ is on a distinguished road
nevermind I found it....for anyone else you have to go to your style manager and select the style, then click go on "all style options"...then go to the bottom under "Additional CSS Definitions" and you will get the idea.
Reply With Quote
  #5 (permalink)  
Old 22.11.2005, 15:23
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
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
Hello,

search in the Header Template:

Code:
<div class="c_faq"><a class="c_faq" href="faq.php?$session[sessionurl]" accesskey="5" title="$vbphrase[faq]"><span>$vbphrase[faq]</span></a></div>
after this code you can add your button.

Democode:

Code:
<div class="c_gallery"><a class="gallery" href="gallery.php?$session[sessionurl]" accesskey="5" title="$vbphrase[gallery]"><span>$vbphrase[gallery]</span></a></div>
after you must make a new CSS Definition, look at follow example;

Code:
.c_user_cp{ background:url(/designs/cyborg-dark/c_07.jpg);float:left;display:block; width:86px; height:33px; }
.c_user_cp a:hover { background:url(/designs/cyborg-dark/ch_07.jpg); }
.c_register{ background:url(/designs/cyborg-dark/c_register.jpg);float:left;display:block; width:86px; height:33px; }
.c_register a:hover{ background:url(/designs/cyborg-dark/ch_register.jpg); }
.c_faq{ background:url(/designs/cyborg-dark/c_08.jpg);float:left;display:block; width:87px; height:33px; }
.c_faq a:hover { background:url(/designs/cyborg-dark/ch_08.jpg); }
.c_member{ background:url(/designs/cyborg-dark/c_09.jpg);float:left;display:block; width:87px; height:33px; }
.c_member a:hover { background:url(/designs/cyborg-dark/ch_09.jpg); }
.c_calendar{ background:url(/designs/cyborg-dark/c_10.jpg);float:left;display:block; width:82px; height:33px; }
.c_calendar a:hover { background:url(/designs/cyborg-dark/ch_10.jpg); }

.c_log_out{ background:url(/designs/cyborg-dark/c_15.jpg);float:right;display:block; width:86px; height:33px; }
.c_log_out a:hover { background:url(/designs/cyborg-dark/ch_15.jpg); }
.c_menu{ background:url(/designs/cyborg-dark/c_13.jpg);float:right;display:block; width:87px; height:33px; }
.c_menu a:hover { background:url(/designs/cyborg-dark/ch_13.jpg); }
.c_new_posts{ background:url(/designs/cyborg-dark/c_14.jpg);float:right;display:block; width:87px; height:33px; }
.c_new_posts a:hover { background:url(/designs/cyborg-dark/ch_14.jpg); }
.c_daily_posts{ background:url(/designs/cyborg-dark/c_14d.jpg);float:right;display:block; width:87px; height:33px; }
.c_daily_posts a:hover { background:url(/designs/cyborg-dark/ch_14d.jpg); }
.c_search{ background:url(/designs/cyborg-dark/c_12.jpg);float:right;display:block; width:82px; height:33px; }
.c_search a:hover { background:url(/designs/cyborg-dark/ch_12.jpg); }
.c_register_right{ background:url(/designs/cyborg-dark/c_register.jpg);float:right;display:block; width:86px; height:33px; }
.c_register_right a:hover{ background:url(/designs/cyborg-dark/ch_register.jpg); }
.c_user_cp span, .c_register span, .c_member span, .c_calendar span, .c_faq span, .c_search span, .c_new_posts span, .c_menu span, .c_daily_posts span, .c_log_out span, .c_register_right span{display:none;}
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #6 (permalink)  
Old 23.11.2005, 04:15
Benutzer
 
Join Date: 09.2005
Posts: 34
Rep Power: 7
FROGGYJ is on a distinguished road
thanks Christian! 1 last thing. Ever since I added the button that part of the header has shifted to the right. Of course this only is happening with Internet Explorer....I use firefox and nothing happened. See attachment.
Attached Images
File Type: jpg header.JPG (8.1 KB, 21 views)
Reply With Quote
  #7 (permalink)  
Old 27.11.2005, 21:35
Benutzer
 
Join Date: 09.2005
Posts: 34
Rep Power: 7
FROGGYJ is on a distinguished road
bump...does anyone know how I can fix me header so everything doesn't shift to the right when I add a button?
Reply With Quote
  #8 (permalink)  
Old 27.11.2005, 22:24
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
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
Quote:
Originally Posted by FROGGYJ
bump...does anyone know how I can fix me header so everything doesn't shift to the right when I add a button?

You must add a second Button on the right side in the header.
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #9 (permalink)  
Old 28.11.2005, 01:09
Benutzer
 
Join Date: 09.2005
Posts: 34
Rep Power: 7
FROGGYJ is on a distinguished road
oh are you serious? ummm I got no other buttons lol. Or I know I could do home on the left and gallery on the right. Could you create a "Home" button for those 2 styles, cyborg and cyborg dark?
Reply With Quote
  #10 (permalink)  
Old 28.11.2005, 17:02
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
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
Here your Buttons.
Attached Images
File Type: jpg dark-global_09.jpg (2.0 KB, 82 views)
File Type: jpg dark-Hover_09.jpg (2.0 KB, 82 views)
File Type: jpg global_09.jpg (1.9 KB, 83 views)
File Type: jpg Hovereffekt_09.jpg (1.9 KB, 82 views)
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #11 (permalink)  
Old 28.11.2005, 19:25
Benutzer
 
Join Date: 09.2005
Posts: 34
Rep Power: 7
FROGGYJ is on a distinguished road
thanks Christian.....I can't get any buttons to show up on the right side. How do you move them to the right? I tried moving the code all over the header template, but they just end up under the first row on the left.
Reply With Quote
  #12 (permalink)  
Old 01.12.2005, 00:28
Benutzer
 
Join Date: 09.2005
Posts: 34
Rep Power: 7
FROGGYJ is on a distinguished road
bump...can someone help?
Reply With Quote
  #13 (permalink)  
Old 01.12.2005, 10:23
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
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
Hello, when you want the button on the right side you must make:

Code:
.c_faq{ background:url(/designs/cyborg-dark/c_08.jpg);float:right;display:block; width:87px; height:33px; }
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #14 (permalink)  
Old 01.12.2005, 16:06
Benutzer
 
Join Date: 09.2005
Posts: 34
Rep Power: 7
FROGGYJ is on a distinguished road
thanks again! You should almost just make an english FAQ for such a thing because I'm sure people ask all the time.
Reply With Quote
  #15 (permalink)  
Old 02.12.2005, 23:40
Benutzer
 
Join Date: 09.2005
Posts: 34
Rep Power: 7
FROGGYJ is on a distinguished road
Christian...sorry to be a pain. Can you make me 1 more button for each style. I need one that says "Arcade"
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



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