The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
rocket dock menu on forum:) [ jquery & Css ] support facebook & twitter + work on IE9 Details »» | |||||||||||||||||||||||||||||||||
rocket dock menu on forum:) [ jquery & Css ] support facebook & twitter + work on IE9
Developer Last Online: Sep 2015
hi how are you all my first post on vbulletin i'm happy to be with you ^^ so to day i have make changes & developments on rocket-dock menu [ jquery & Css ] to support vb4 i have added facebook & twitter + support internet explorer 9 see example : demo: click here install : ======>first: upload files to [VB] folder on your forum ======>second: you need to change on templates 1- If you want to display the rocket-dock below the header place the code at the end of template [header] 2-If you want to display the rocket-dock only in the home just insert the code at the end of template [forumhome] 3-If you want to display the menu in all pages + like the example, Place the code after the word Code:
[ </div><!-- closing div for above_body --> ] code: Code:
<!--- rocketDock Menu developed and Translated to Arabic By Twi[L]ighT Dz , www.shba7.cc/vb --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>CSS Mac Dock</title> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/bar.js"></script> <!--[if lt IE 7]> <style type="text/css"> div, img { behavior: url(iepngfix.htc) } </style> <![endif]--> <link href="css/style.css" rel="stylesheet" type="text/css" /> </head> <body> <div class="dock" id="dock"> <div class="dock-container"> <a class="dock-item" href="your link here"><img src="images/home.png" alt="home" /><span>home</span></a> <a class="dock-item" href="your link here"><img src="images/email.png" alt="contact us" /><span>contact us</span></a> <a class="dock-item" href="your link here"><img src="images/portfolio.png" alt="usercp" /><span>usercp</span></a> <a class="dock-item" href="your link here"><img src="images/fb.png" alt="facebook" /><span>follow as on facebook</span></a> <a class="dock-item" href="your link here"><img src="images/tw.png" alt="twitter" /><span>follow as on twitter</span></a> <a class="dock-item" href="your link here"><img src="images/history.png" alt="time" /><span>time</span></a> <a class="dock-item" href="your link here"><img src="images/calendar.png" alt="calendar" /><span>calendar</span></a> <a class="dock-item" href="your link here"><img src="images/rss.png" alt="rss" /><span>RSS</span></a> </div> </div> <script type="text/javascript"> $(document).ready( function() { $('#dock').Fisheye( { maxWidth: 50, items: 'a', itemsText: 'span', container: '.dock-container', itemWidth: 40, proximity: 90, halign : 'center' } ) } ); </script> </body> </html> i hope you enjoy this + if you install plz click install THANKS YOU ^^ --------------------------- By Twi[L]ighT Dz --------------------------- Download Now
Screenshots
Show Your Support
|
Comments |
#12
|
||||
|
||||
do you use other js script on the forum ? because sometimes its don't work
|
#13
|
||||
|
||||
I use many java on my site friend
|
#14
|
||||
|
||||
Awesome job
Easy install and I've even put my own custom .png's to match my board theme and color Also added some icons for easy navigation for my members Chrome works fine for me A+++ Installed |
#15
|
||||
|
||||
would love to get this working
|
#16
|
||||
|
||||
I have exactly the same issue as betts02. I hope we can get this to work. Really awesome addition.
|
#17
|
||||
|
||||
we will find the solutions don't worry brothers |
#18
|
||||
|
||||
in the future inchallah i will put some new icons match with themes + i will make some changes ^^
|
#19
|
||||
|
||||
http://www.nextgenerationgamers.co.uk/forums/ with the power of god i have fix the problems so for any one who got prob with having to many script jquery on forum he have to use this code : Code:
<!--- rocketDock Menu developed and Translated to Arabic By Twi[L]ighT Dz , www.shba7.cc/vb --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>CSS Mac Dock</title> <script type="text/javascript" src="http://shba7.cc/vb/js/jquery.js"></script> <script type="text/javascript" src="http://shba7.cc/vb/js/bar.js"></script> <!--[if lt IE 7]> <style type="text/css"> div, img { behavior: url(http://shba7.cc/vb/iepngfix.htc) } </style> <![endif]--> <link href="http://shba7.cc/vb/css/style.css" rel="stylesheet" type="text/css" /> </head> <body> <div class="dock" id="dock"> <div class="dock-container"> <a class="dock-item" href="your link here"><img src="images/home.png" alt="home" /><span>home</span></a> <a class="dock-item" href="your link here"><img src="images/email.png" alt="contact us" /><span>contact us</span></a> <a class="dock-item" href="your link here"><img src="images/portfolio.png" alt="usercp" /><span>usercp</span></a> <a class="dock-item" href="your link here"><img src="images/fb.png" alt="facebook" /><span>follow as on facebook</span></a> <a class="dock-item" href="your link here"><img src="images/tw.png" alt="twitter" /><span>follow as on twitter</span></a> <a class="dock-item" href="your link here"><img src="images/history.png" alt="time" /><span>time</span></a> <a class="dock-item" href="your link here"><img src="images/calendar.png" alt="calendar" /><span>calendar</span></a> <a class="dock-item" href="your link here"><img src="images/rss.png" alt="rss" /><span>RSS</span></a> </div> </div> <script type="text/javascript"> $(document).ready( function() { $('#dock').Fisheye( { maxWidth: 50, items: 'a', itemsText: 'span', container: '.dock-container', itemWidth: 40, proximity: 90, halign : 'center' } ) } ); </script> </body> </html> the deference between the first code and the second is : first code : you upload script js to host ( if you have too many script it will be a prob because some scripts will stop ) second code : to resolve the issue we call the scripts js from another host so i put from my own website + u can make changes always i hope that be helpful brother if you need something eals just ask from me |
#20
|
||||
|
||||
I need thissss
|
#21
|
||||
|
||||
Thanks for the fix, but unfortunately it made no difference. It is still the same.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|