|
|

21.11.2005, 03:03
|
Benutzer
|
|
Join Date: 09.2005
Posts: 34
Rep Power: 7
|
|
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.
|

21.11.2005, 11:30
 |
Web Design
|
|
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
|
|
|
Here your Buttons.
|

22.11.2005, 05:19
|
Benutzer
|
|
Join Date: 09.2005
Posts: 34
Rep Power: 7
|
|
|
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?
|

22.11.2005, 06:06
|
Benutzer
|
|
Join Date: 09.2005
Posts: 34
Rep Power: 7
|
|
|
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.
|

22.11.2005, 15:23
 |
Web Design
|
|
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
|
|
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;}
|

23.11.2005, 04:15
|
Benutzer
|
|
Join Date: 09.2005
Posts: 34
Rep Power: 7
|
|
|
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.
|

27.11.2005, 21:35
|
Benutzer
|
|
Join Date: 09.2005
Posts: 34
Rep Power: 7
|
|
|
bump...does anyone know how I can fix me header so everything doesn't shift to the right when I add a button?
|

27.11.2005, 22:24
 |
Web Design
|
|
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
|
|
|
|

28.11.2005, 01:09
|
Benutzer
|
|
Join Date: 09.2005
Posts: 34
Rep Power: 7
|
|
|
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?
|

28.11.2005, 17:02
 |
Web Design
|
|
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
|
|
|
Here your Buttons.
|

28.11.2005, 19:25
|
Benutzer
|
|
Join Date: 09.2005
Posts: 34
Rep Power: 7
|
|
|
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.
|

01.12.2005, 00:28
|
Benutzer
|
|
Join Date: 09.2005
Posts: 34
Rep Power: 7
|
|
|
bump...can someone help?
|

01.12.2005, 10:23
 |
Web Design
|
|
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
|
|
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; }
|

01.12.2005, 16:06
|
Benutzer
|
|
Join Date: 09.2005
Posts: 34
Rep Power: 7
|
|
|
thanks again! You should almost just make an english FAQ for such a thing because I'm sure people ask all the time.
|

02.12.2005, 23:40
|
Benutzer
|
|
Join Date: 09.2005
Posts: 34
Rep Power: 7
|
|
|
Christian...sorry to be a pain. Can you make me 1 more button for each style. I need one that says "Arcade"
|
| Thread Tools |
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
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.
HTML code is Off
|
|
|
|