The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
adding additional navbar buttons in custom template
hi folks,
i try to add a additional link Button to the vBdesigns.de Cyborg style?. ok, i've already created the gfx for the buttons? now i go into AdminCP/Style Manager?choose my style and select "all style options" i will see now several editors? the two sections i need to hack are the header section and the Additional CSS Definitions. in the header there is this line Code:
<div class="c_calendar"><a class="c_calendar" href="http://www.dreamslayerartworks.com/manor/index.php" title="old DSA Forum"><span>$vbphrase[calendar]</span></a></div> the defination for the c_calendar class is in the Additional CSS Definitions Section: Code:
.c_calendar{ background:url(/designs/cyborg-dark/archive_c.jpg);float:left;display:block; width:82px; height:33px; } .c_calendar a:hover { background:url(/designs/cyborg-dark/archive_ch.jpg); } i also change the grafix file?.. ok, now i can add a div class=c_something to my header?. but the funny thing is that i'll only get a textlink beside the calendar button saying calendar? ok, now what i'm doing or understanding wrong here? i think it has something to do with Code:
$vbphrase[calendar] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|