|
#1
| |||
| |||
| editing red Carboin for 3.8
do you have the css edits for vb 3.8 integration withe red carbon?
|
|
#2
| |||
| |||
| Re: editing red Carboin for 3.8
At the moment we're not supporting vBulletin 3.8 until it reaches stable I'm afraid. Thanks |
|
#3
| |||
| |||
| Re: editing red Carboin for 3.8
Thanks for the reply! can you just tell me where to go to edit the Tabs part of the skin? and where to edit if you want to add a drop down to a tab?
|
|
#4
| |||
| |||
| Re: editing red Carboin for 3.8
That tabs should be in the header template. To edit the drop downs, you'll find them in the navbar template (right near the bottom).
|
|
#5
| |||
| |||
| Re: editing red Carboin for 3.8
thanks for the info! what if I wanted to add drop downs to the Tabs? Do I do this in the header?
|
|
#6
| |||
| |||
| Re: editing red Carboin for 3.8
Yes, in the tab html you need to add the vbulletin script that adds the menu. Here's is the code that adds the search box as an example: Code: <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search", true); </script></if>
|
|
#7
| |||
| |||
|
So if I wanted to add a tab called Galeries and would be drop down called "image gallery" (photoplog page) and another one called "Video Gallery" (vtbube home page), what would be the process? Thanks
|
|
#8
| |||
| |||
| Re: editing red Carboin for 3.8
For this sort of customization I would check out vBulletin.org and a guide here: http://www.vbulletin.org/forum/showthread.php?t=122523 Hope this helps |
|
#9
| |||
| |||
| Re: editing red Carboin for 3.8
Thanks for the reply! I see that is how to add drop down for a navbar. The Tabs are in the header! where would I put this if I wanted to add a tab and then a drop down to that tab? Also how do I create a new tab in the header? thanks For the help
|