|
|

13.04.2009, 23:05
|
Neuer Benutzer
|
|
Join Date: 10.2007
Posts: 12
Rep Power: 5
|
|
More buttons on navbar cyborg´s template
Hi, i have the cyborg´s template for vbulletin 3.8.1. I need to add 2 more buttons to the 8 already on the template but i don´t know the way to did it , any help? thanks in advance!
|

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

14.04.2009, 22:04
|
Neuer Benutzer
|
|
Join Date: 10.2007
Posts: 12
Rep Power: 5
|
|
|
Ok, thanks a lot. I´ll try to it!
|

15.04.2009, 10:53
|
Neuer Benutzer
|
|
Join Date: 10.2007
Posts: 12
Rep Power: 5
|
|
Hm, I followed the steps in this post, but I get exactly
As you see, it appears ARCADE, but not the button. The link to Foro de Informatica - Foro de Windows 7, Windows Vista y Noticias de informatica - Arcade works fine, but not appears the button.
Obviously i have upload the buttons called global_09.jp and Hovereffekt_09.jpg at http://www.razorman.net/forodeinform...designs/cyborg
this is the urls of the two buttons:
http://www.razorman.net/forodeinform.../global_09.jpg
http://www.razorman.net/forodeinform...reffekt_09.jpg
in the header i add this code:
 |
Quote: |
 |
|
|
|
|
|
|
|
|
|
<div class="c_arcade"><a class="arcade" href="arcade.php?$session[sessionurl]"title="$vbphrase[arcade]"><span>$vbphrase[arcade]</span></a></div> |
|
 |
|
 |
|
and i go to go on "all style options"...then go to the bottom under "Additional CSS Definitions" and i add this code:
.c_calendar{ background:url(/designs/cyborg/c_10.jpg);float:left;display:block; width:82px; height:33px; }
.c_calendar a:hover { background:url(/designs/cyborg/ch_10.jpg); }
.c_arcade{ background:url(/designs/cyborg/global_09.jpg);float:left;display:block; width:87px; height:33px; }
.c_arcade a:hover { background:url(/designs/cyborg/Hovereffekt_09.jpg); }
.c_log_out{ background:url(/designs/cyborg/c_15.jpg);float:right;display:block; width:86px; height:33px; }
.c_log_out a:hover { background:url(/designs/cyborg/ch_15.jpg); }
Please need help. Thanks in advance!
NOTE: while IT does not resolve this problem I removed the link ARCADE in the header
|

15.04.2009, 13:09
 |
Web Design
|
|
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
|
|
Path ist wrong:
Code:
.c_arcade{ background:url(/forodeinformatica/designs/cyborg/global_09.jpg);float:left;display:block; width:87px; height:33px; }
.c_arcade a:hover { background:url(/forodeinformatica/designs/cyborg/Hovereffekt_09.jpg); }
|

15.04.2009, 13:43
|
Neuer Benutzer
|
|
Join Date: 10.2007
Posts: 12
Rep Power: 5
|
|
Hi, ¿Why is wrong? it exists the button at:
 |
Quote: |
 |
|
|
|
|
Can you explain your request please?
|

15.04.2009, 13:47
 |
Web Design
|
|
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
|
|
Code:
.c_arcade{ background:url(/forodeinformatica/designs/cyborg/global_09.jpg);float:left;display:block; width:87px; height:33px; }
.c_arcade a:hover { background:url(/forodeinformatica/designs/cyborg/Hovereffekt_09.jpg); }
So is that correctly.  
|

15.04.2009, 13:51
|
Neuer Benutzer
|
|
Join Date: 10.2007
Posts: 12
Rep Power: 5
|
|
|
|

15.04.2009, 14:24
 |
Web Design
|
|
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
|
|
Your Code:
Code:
.c_arcade{ background:url(/designs/cyborg/global_09.jpg);float:left;display:block; width:87px; height:33px; }
.c_arcade a:hover { background:url(/designs/cyborg/Hovereffekt_09.jpg); }
my code
Code:
.c_arcade{ background:url(/forodeinformatica/designs/cyborg/global_09.jpg);float:left;display:block; width:87px; height:33px; }
.c_arcade a:hover { background:url(/forodeinformatica/designs/cyborg/Hovereffekt_09.jpg); }
|

15.04.2009, 14:33
|
Neuer Benutzer
|
|
Join Date: 10.2007
Posts: 12
Rep Power: 5
|
|
Yes yes , thanks Christian.
Now i have only two littles issues:
1.- In the navbar of the left, appears like this:
As you see appears the text Arcade on the botton Arcade ¿how i can fix this issue?
2.- The last issue, at the navbar of the right: ( see the picture )
i need to redirect the button called web to the url: Manual - Tutorial : reutiliza un viejo PC y reconviertelo en un NAS - Aqui teneis un fantastico tutorial donde se ex... | Razorman.net - Noticias de Informatica, Foro de Informatica, Windows Vista | Que, Glary, Utilities, Windows*-*Razorman.net - Not , but i don´t know , in the header of the template i have this:
 |
Quote: |
 |
|
|
|
|
|
|
|
|
|
<div class="c_web"><a class="web" href="index.php?$session[sessionurl]"title="$vbphrase[web]"><span>$vbphrase[web]</span></a></div> |
|
 |
|
 |
|
Thanks for your support Christian, it´s fantastic! ;-)
|

15.04.2009, 14:34
 |
Web Design
|
|
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
|
|
Add:
Code:
.c_arcade span {display:none;}
|

15.04.2009, 15:46
|
Neuer Benutzer
|
|
Join Date: 10.2007
Posts: 12
Rep Power: 5
|
|
Ok Christian, it works!
Now the problem it´s than the button Arcade doesn´t redirect to any direction. It must redirect to: http://www.razorman.net/forodeinformatica/arcade.php
This is the code that i have in Additional Style CSS:
 |
Quote: |
 |
|
|
|
|
|
|
|
|
|
.c_arcade{ background:url(/forodeinformatica/designs/cyborg/global_09.jpg);float:left;display:block; width:87px; height:33px; }
.c_arcade a:hover { background:url(/forodeinformatica/designs/cyborg/Hovereffekt_09.jpg); }
.c_arcade span {display:none;} |
|
 |
|
 |
|
and this is the code that i have in header:
 |
Quote: |
 |
|
|
|
|
|
|
|
|
|
<div class="c_arcade"><a class="arcade" href="arcade.php?$session[sessionurl]"title="$vbphrase[arcade]"><span>$vbphrase[arcade]</span></a></div> |
|
 |
|
 |
|
Sure, that´s the last problem. Thanks Christian for your help.
|

15.04.2009, 17:19
 |
Web Design
|
|
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
|
|
|
|

15.04.2009, 19:02
|
Neuer Benutzer
|
|
Join Date: 10.2007
Posts: 12
Rep Power: 5
|
|
|
|

16.04.2009, 13:53
|
Neuer Benutzer
|
|
Join Date: 10.2007
Posts: 12
Rep Power: 5
|
|
|
No more help? :-(
|
| 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
|
|
|
|