Q: The link doesn't look right on the navbar
A: While on your forums view the source and search for id="navbar_search"
To the right should be "class" (For the default skin the class is "vbmenu_control")
Edit the navbar template
Find:
PHP Code:
<td id="custom_links" class="vbmenu_control">
Replace the "class" so it's the same as the search's class.
Let's say you're class is "nav_element" then it should look like this
In your CMPS settings under Portal Output Global Variables place:
custom_droplinks
custom_singlelinks
Excuse my ignorance, but where exactly is this located?
I've been able to change the name of 'Extras' and added my links, but they won't show up on my CMPS. Obviously because I haven't done what it says in the instructions, but I can't find where to type them.
Hmmm, the dropdown inserts don't seem to be working right when viewing from any of the error templates. Does anyone else have this happening? :cross-eyed:
the Hack ist great and I would love to clean up my whole navbar with it. But ... I´m missing the funktion to put in more then one dropdown-Element.
There are two parts I want to put in dropdowns:
Fun-Stuff
Things like Arcade and Chat
UserCP
I don´t like the left Navigation-Block in the User-CP, so I like to completely put the UserCP into a Navbar-Dropdown.
Well ... the greatest thing would be to completely configure the navbar with this tool ... but it also would be a great progress if I only could manage two Drop-Down-Links with this extension.
just installed your customnavbar hack. Could you tell me how to remove: menu_open.gif image?
I am putting it in a custom skin, those are all connected images, that image breaks up the layout.
I tried chaning the class, but it seems I can't find the proper one, and leaving the class specification out doesn't help much either.
Code:
In your forums admin cp, go to the following destination:
Styles & Templates -> Style Manager -> Edit Templates -> Expand All Templates
Find the template 'navbar'
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
FIND:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
UNDERNEATH ADD:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
<script type="text/javascript">
<!--
function OpenRadio(){
Radio = window.open('vBRadio.php','vBRadio','directories=no,height=320,width=650,location=no,menubar=no,resizable=no,status=no,toolbar=no')
return false;
}
-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpenRadio()">vBRadio</a></td>
::: Save Template 'navbar'
/-------------------------------------------=----------------\
|/\ vBRadio v1.0 Is Now Installed On Your Forum - Enjoy! /\|
\------------------------------------------------------------/
Any chance that link can go into the customlinks menu?
I am looking forward to your reply! Be gentle it's my 2nd day on vB