#1 (permalink)  
Old 13.04.2009, 23:05
Neuer Benutzer
 
Join Date: 10.2007
Posts: 12
Rep Power: 5
fmntprsv is on a distinguished road
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!
Reply With Quote
  #2 (permalink)  
Old 14.04.2009, 10: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
Look here: http://www.vbdesigns.de/english-cust...html#post20379
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #3 (permalink)  
Old 14.04.2009, 22:04
Neuer Benutzer
 
Join Date: 10.2007
Posts: 12
Rep Power: 5
fmntprsv is on a distinguished road
Ok, thanks a lot. I´ll try to it!
Reply With Quote
  #4 (permalink)  
Old 15.04.2009, 10:53
Neuer Benutzer
 
Join Date: 10.2007
Posts: 12
Rep Power: 5
fmntprsv is on a distinguished road
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
Reply With Quote
  #5 (permalink)  
Old 15.04.2009, 13:09
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
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); }
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #6 (permalink)  
Old 15.04.2009, 13:43
Neuer Benutzer
 
Join Date: 10.2007
Posts: 12
Rep Power: 5
fmntprsv is on a distinguished road
Hi, ¿Why is wrong? it exists the button at:

Quote:
http://www.razorman.net/forodeinform.../global_09.jpg

Can you explain your request please?
Reply With Quote
  #7 (permalink)  
Old 15.04.2009, 13:47
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
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.
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #8 (permalink)  
Old 15.04.2009, 13:51
Neuer Benutzer
 
Join Date: 10.2007
Posts: 12
Rep Power: 5
fmntprsv is on a distinguished road
Quote:
Originally Posted by Christian View Post
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); }

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); }

Hi Christian again, my code and your code are the same ¿where is the difference? i don´t see any...
Reply With Quote
  #9 (permalink)  
Old 15.04.2009, 14: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
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); }
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #10 (permalink)  
Old 15.04.2009, 14:33
Neuer Benutzer
 
Join Date: 10.2007
Posts: 12
Rep Power: 5
fmntprsv is on a distinguished road
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! ;-)
Reply With Quote
  #11 (permalink)  
Old 15.04.2009, 14:34
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
Add:

Code:
.c_arcade span {display:none;}
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #12 (permalink)  
Old 15.04.2009, 15:46
Neuer Benutzer
 
Join Date: 10.2007
Posts: 12
Rep Power: 5
fmntprsv is on a distinguished road
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.
Reply With Quote
  #13 (permalink)  
Old 15.04.2009, 17:19
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
Change:

Code:
.c_arcade{
to

Code:
.c_arcade a{
works it now?
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #14 (permalink)  
Old 15.04.2009, 19:02
Neuer Benutzer
 
Join Date: 10.2007
Posts: 12
Rep Power: 5
fmntprsv is on a distinguished road
Yes, it works Christian. Thanks a lot! You´re a crack! ;-)

Quote:
Originally Posted by fmntprsv View Post

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:

<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! ;-)

Reply With Quote
  #15 (permalink)  
Old 16.04.2009, 13:53
Neuer Benutzer
 
Join Date: 10.2007
Posts: 12
Rep Power: 5
fmntprsv is on a distinguished road
No more help? :-(
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
Buttons anstatt navbar helmlein Allgemeines 0 15.10.2007 21:13
Cyborg-Style mit Standard-Navbar LordShelmchen Style- & Web Template Support 6 23.06.2007 08:35
Italian Buttons and NavBar for BlueWonder vB Skin Vins English customer support 0 15.03.2007 11:00
3 buttons for each template kick_1kick Photoshop 2 09.03.2006 15:02
Editing Navbar on Cyborg FROGGYJ English customer support 2 11.10.2005 09:15


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