Name : Prash87's Dynamic Slide Navigation Bar for phpbb 3.0.x
Author : prash87
Language : English
Phpbb version : 3.0.x
Supported : Both Prosilver and Subsilver based themes.
Description: Handsome inside and out, prash87's slide-in menu will satisfy even the most demanding webmasters. Among it's long list of features are:
Ability to statically position menu on page, both x and y axis (as in demo), or simply inline
Support for loading link(s) in another frame or window
Support for multiple columns within each row
Fully customizable colors, dimensions etc
And to top if all off, the script is cross browser functional (including NS6).Note : Ive done a lot of search to find a suitable navigation bar for my forum and got into this superb slide bar. Its based on DHTML and Javascript.
Demo Board : Check to ur left...
6 simple steps to install Prash87's Dynamic Slide Navigation Bar for phpbb 3.0.x1. Open /styles/(subsilver or prosilver)/template/overall_header.html2. Find :
Code:
</head>
3. Add Before :Code:
<style type="text/css">
<!--
A.ssmItems:link {color:black;text-decoration:none;}
A.ssmItems:hover {color:black;text-decoration:none;}
A.ssmItems:active {color:black;text-decoration:none;}
A.ssmItems:visited {color:black;text-decoration:none;}
//-->
</style>
<SCRIPT SRC="ssm.js" language="JavaScript1.2">
//Dynamic-FX slide in menu v6.5 (By maXimus, http://maximus.ravecore.com/)
//Updated July 8th, 03' for doctype bug
//For full source, and 100's more DHTML scripts, visit http://www.dynamicdrive.com
</SCRIPT>
<SCRIPT SRC="ssmItems.js" language="JavaScript1.2"></SCRIPT>
4. Download the zip file attachment @ the bottom of the post and extract it.5. upload ssm.js and ssmitems.js to ur /root folder.6. Edit ssmitems.js with your favorite editor to customize the menubar and the links Your comments and questions are welcomed here........