vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Forum Home Enhancements - rocket dock menu on forum:) [ jquery & Css ] support facebook & twitter + work on IE9 (https://vborg.vbsupport.ru/showthread.php?t=261618)

mun3im 04-06-2011 10:00 PM

rocket dock menu on forum:) [ jquery & Css ] support facebook & twitter + work on IE9
 
1 Attachment(s)


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 :
https://vborg.vbsupport.ru/attachmen...1&d=1302210414

demo: click here

install :
======>first:
upload files to [VB] folder on your forum
https://vborg.vbsupport.ru/attachmen...1&d=1302210414

======>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 --> ]
in the [ navbar ] template

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>

don't forget to put your links :)

i hope you enjoy this ;) + if you install plz click install
THANKS YOU ^^
---------------------------
By Twi[L]ighT Dz
---------------------------

ProFifaLeagues 04-07-2011 08:41 PM

Great work and simple install thank you :)

mun3im 04-07-2011 09:36 PM

Quote:

Originally Posted by rammieone (Post 2182094)
Great work and simple install thank you :)

your welcome brother always ^^

betts02 04-08-2011 05:57 AM

<a href="http://www.nextgenerationgamers.co.uk" target="_blank">www.nextgenerationgamers.co.uk</a>

I installed this and as you can see its not showing correctly

Uploaded to as stated

forums/vb

Even tried to upload it to forums/ then the files wioutout the VB

But as you can see its not workinjg

ProFifaLeagues 04-08-2011 06:01 AM

Betts open the zip file and extract it then inside this you will have a few items like css folder images folder etc upload these to your ftp inside the main forum folder (the one with your admin cp folder and archive folder is located you should be good to go then mate!

betts02 04-08-2011 06:21 AM

I have done that mate

But all thats coming up is the RSS image and link as you can see

I have tried to view this in crome and IE8 but it just seems as though the JS aint working

If i view page source it has ecerything there that should be, But for some reason its niot working

ProFifaLeagues 04-08-2011 06:30 AM

Yeah something seems to be stopping the Js mate sorry i couldn't be of any help there

mun3im 04-08-2011 09:49 AM

Quote:

Originally Posted by betts02 (Post 2182214)
I have done that mate

But all thats coming up is the RSS image and link as you can see

I have tried to view this in crome and IE8 but it just seems as though the JS aint working

If i view page source it has ecerything there that should be, But for some reason its niot working

brother the folder [vb] = [forums] in you forum so u have to upload the folders into the [VB] in your principal forum folder [forums]
i hope it work for you ;)
if you need help just send msg okey ^^

mun3im 04-08-2011 09:51 AM

Quote:

Originally Posted by rammieone (Post 2182212)
Betts open the zip file and extract it then inside this you will have a few items like css folder images folder etc upload these to your ftp inside the main forum folder (the one with your admin cp folder and archive folder is located you should be good to go then mate!

that's right rammieone thank you a lot for help :)

betts02 04-08-2011 10:33 AM

I uploaded them to /forums the first time

I must state i have vbadvanced as my home page if this makes a difference ?


All times are GMT. The time now is 09:27 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01851 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete