The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBAdvanced Cleaner Site Navigation Module - CSS Driven Rollovers Details »» | |||||||||||||||||||||||||||
vBAdvanced Cleaner Site Navigation Module - CSS Driven Rollovers
Developer Last Online: Jan 1970
vBAdvanced Cleaner Site Navigation Module - CSS Driven Rollovers
What's new: Releasing the 3.5 version of this for 3.6.x. What it does: Replace your default vBAdvanced navigation pane with a cross-browser, CSS driven rollover menu. Time to install: 10 Minutes Tested: IE, Firefox, Maxthon, Opera Difficulty: Easy Templates: 2 CSS Edit: 1 Demo: http://www.sevenstring.org I wasn't happy with the stock look of the vBAdvanced portal navigation. It's very plain, and I personally like rollovers (if done properly) for adding a little bit of organic movement to static pages. Here's the default CMPS on the left, and my module on the right. The screenshots don't really do it justice, for the full effect check out my website linked above. I am using it both for navigation and for the "Artist Reviews & Interviews" portal templates. Default: This Mod: Step 1: Create the New Module AdminCP -> vBA CMPS -> Add Module -> Template Module Title: Site Navigation Column: Left Column Display Order: 1 Active: Yes Update All Pages: Yes Template to Include: (adv_portal)clean_nav Style: (Your style) Template content is as follows: Code:
<tr><td class="alt1"><table border="0" width="165" class="portalnav"> <tr><td bgcolor="#444444" width="100%" onclick="window.location='http://www.youdomain.tld/forum/link.php'" style="cursor:pointer; background-color:#444444" onmouseover="this.style.backgroundColor='#555555';" onmouseout="this.style.backgroundColor='#444444';"><span class="portalnav">Link Description</span></td></tr> </table></td></tr> Code:
<tr><td bgcolor="#444444" width="100%" onclick="window.location='http://www.youdomain.tld/forum/link.php'" style="cursor:pointer; background-color:#444444" onmouseover="this.style.backgroundColor='#555555';" onmouseout="this.style.backgroundColor='#444444';"><span class="portalnav">Link Description</span></td></tr> Usergroups: All set to yes Other template edits: In my example, #444444 is my ON color, and "#555555" is my OFF color. Change these to whatever you like. I also have a fixed table width in the initial table call, here: Code:
width="165" Step two: CSS Definitions ACP -> Styles & Templates -> Style Manager -> (Your Style) -> Main CSS Scroll down to Additional CSS Definitions At the bottom, Add: Code:
.portalnav { color:#FFCC00; font: bold 10px verdana; Text-Decoration: none; } .portalnav a, .portalnav a:link, .portalnav a:visited, .portalnav a:hover, .portalnav a:active { text-decoration:none; color: #FFCC00; font: bold 10px verdana; } Step 3: Disable your old navigation block. ACP -> vBA CMPS -> Edit Modules -> Site Navigation Set "Active" to No. Keep in mind that you'll have two modules named Site Navigation now, so make sure you disable the non-template driven, default module and not the one you just created. Show Your Support
|
Comments |
#32
|
|||
|
|||
is it possible to make it as a dropdown in the navbar?
|
#33
|
||||
|
||||
Quote:
|
#34
|
|||
|
|||
A tree type menu from this would be awesome!!
|
#35
|
|||
|
|||
How can i integrate a backgroundimage ?
thanks a lot |
#36
|
|||
|
|||
i have no idea how to install this lol....
i don't even know how to get to vbcmp or whatever that is...can you hel please |
#37
|
|||
|
|||
Quote:
You'll need this CMPS to install this hack. This hack replaces the default Navigation module that comes with the CMPS. |
#38
|
|||
|
|||
How do I recreate the default adv_portal_navigation? I accidentally named the clean one navigation too and then deleted it not realizing it had overwritten the default one.
I can't get the clean one to show up correctly. www.shatteredplanet.org The links work but the look of it is off. |
#39
|
|||
|
|||
adv_portal_navigation is just the following:
Code:
<tr> <td class="$bgclass"> $navigationbits $customnavigationbits </td> </tr> |
#40
|
||||
|
||||
I've just installed this mod but I'm facing some strange thing with this. The backgroungs in the links are not filled like they should.
This is the code I'm using for this template and that's pretty much the same as original. Code:
<tr><td class="alt1"><table border="0" width="165" class="portalnav"> <tr><td bgcolor="#444444" width="100%" onclick="window.location='http://www.forum.com/link.php'" style="cursor:pointer; background-color:#444444" onmouseover="this.style.backgroundColor='#555555';" onmouseout="this.style.backgroundColor='#444444';"><span class="portalnav">Ve?culos</span></td></tr> <tr><td bgcolor="#444444" width="100%" onclick="window.location='http://www.forum.com/link.php'" style="cursor:pointer; background-color:#444444" onmouseover="this.style.backgroundColor='#555555';" onmouseout="this.style.backgroundColor='#444444';"><span class="portalnav">Painel do Aventureiro</span></td></tr> <tr><td bgcolor="#444444" width="100%" onclick="window.location='http://www.forum.com/link.php'" style="cursor:pointer; background-color:#444444" onmouseover="this.style.backgroundColor='#555555';" onmouseout="this.style.backgroundColor='#444444';"><span class="portalnav">Acontece no Mundo A&O</span></td></tr> <tr><td bgcolor="#444444" width="100%" onclick="window.location='http://www.forum.com/link.php'" style="cursor:pointer; background-color:#444444" onmouseover="this.style.backgroundColor='#555555';" onmouseout="this.style.backgroundColor='#444444';"><span class="portalnav">Turma do A&O</span></td></tr> <tr><td bgcolor="#444444" width="100%" onclick="window.location='http://www.forum.com/link.php'" style="cursor:pointer; background-color:#444444" onmouseover="this.style.backgroundColor='#555555';" onmouseout="this.style.backgroundColor='#444444';"><span class="portalnav">Navega??o e Comunica??o</span></td></tr> <tr><td bgcolor="#444444" width="100%" onclick="window.location='http://www.forum.com/link.php'" style="cursor:pointer; background-color:#444444" onmouseover="this.style.backgroundColor='#555555';" onmouseout="this.style.backgroundColor='#444444';"><span class="portalnav">Suporte T?cnico</span></td></tr> </table></td></tr> |
#41
|
||||
|
||||
Thanks........
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|