Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Dock in Rock !!! Details »»
Dock in Rock !!!
Version: 1.00, by kawe kawe is offline
Developer Last Online: May 2014 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.8.x Rating:
Released: 03-16-2009 Last Update: Never Installs: 22
Template Edits
Code Changes Additional Files Translations  
No support by the author.

Simple mod.
From http://www.ndesign-studio.com/blog/mac/css-dock-menu
1. Go to navbar template
Find :
PHP Code:
<!-- breadcrumbloginpm info --> 
add before :
PHP Code:
<!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/interface.js"></script>

<!--[if 
lt IE 7]>
 <
style type="text/css">
 
divimg behaviorurl(iepngfix.htc) }
 </
style>
<![endif]-->

<
link href="style.css" rel="stylesheet" type="text/css" />
</
head>
<
body>
<
div class="dock" id="dock">
  <
div class="dock-container">
  <
class="dock-item" href="#"><img src="images/home.png" alt="home" /><span>Home</span></a
  <
class="dock-item" href="#"><img src="images/email.png" alt="contact" /><span>Contact</span></a
  <
class="dock-item" href="#"><img src="images/portfolio.png" alt="portfolio" /><span>Portfolio</span></a
  <
class="dock-item" href="#"><img src="images/music.png" alt="music" /><span>Music</span></a
  <
class="dock-item" href="#"><img src="images/video.png" alt="video" /><span>Video</span></a
  <
class="dock-item" href="#"><img src="images/history.png" alt="history" /><span>History</span></a
  <
class="dock-item" href="#"><img src="images/calendar.png" alt="calendar" /><span>Calendar</span></a
  <
class="dock-item" href="#"><img src="images/rss.png" alt="rss" /><span>RSS</span></a
</
div>
</
div>
<
script type="text/javascript">
    
    $(
document).ready(
        function()
        {
            $(
'#dock').Fisheye(
                {
                    
maxWidth50,
                    
items'a',
                    
itemsText'span',
                    
container'.dock-container',
                    
itemWidth40,
                    
proximity90,
                    
halign 'center'
                
}
            )
        }
    );

</
script>
</
body>
</
html
2. upload all file under " upload " folder to ur forum roots
3. For more icons here http://www.iconspedia.com/

u can add/change icon and link with :
PHP Code:
<class="dock-item" href="#"><img src="images/home.png" alt="home" /><span>Home</span></a
remember please click install

Download Now

File Type: zip Dock in Rock.zip (201.7 KB, 252 views)

Screenshots

File Type: gif ScreenShot001.gif (13.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 03-17-2009, 04:23 PM
OcR Envy's Avatar
OcR Envy OcR Envy is offline
 
Join Date: May 2008
Location: Boston
Posts: 248
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No credit to the origonal author? Shame on you.

http://www.ndesign-studio.com/blog/mac/css-dock-menu
Reply With Quote
  #3  
Old 03-17-2009, 04:28 PM
sensimilla sensimilla is offline
 
Join Date: Dec 2004
Location: Poland
Posts: 555
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice hack, and thanks for the icons site
Reply With Quote
  #4  
Old 03-17-2009, 05:41 PM
DjEddie DjEddie is offline
 
Join Date: Nov 2007
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed into another navbar mod.. works perfect... nice one for this
Reply With Quote
  #5  
Old 03-17-2009, 06:14 PM
Jasem's Avatar
Jasem Jasem is offline
 
Join Date: Feb 2006
Location: www.menokia.com
Posts: 594
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great, thank you!

Installed
Reply With Quote
  #6  
Old 03-17-2009, 06:32 PM
schlottkej schlottkej is offline
 
Join Date: Apr 2007
Posts: 226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had this on one of my test sites for a while (few months, about a year ago).. it won't be a solid design because when someone wants to click a regular navbar link they begin to make the hover flicker.. its pretty unprofessional...

Cool idea, but it needs to be added to a div below the forum or something.
Reply With Quote
  #7  
Old 03-17-2009, 09:14 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by OcR Envy View Post
No credit to the origonal author? Shame on you.

http://www.ndesign-studio.com/blog/mac/css-dock-menu
I found mine here..

https://vborg.vbsupport.ru/showthread.php?t=203535

Use it & love it plus tweaking the code makes for good results!
Reply With Quote
  #8  
Old 03-18-2009, 01:09 PM
TilkiBey's Avatar
TilkiBey TilkiBey is offline
 
Join Date: Jul 2008
Location: Konya, TR
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

good job man
maybe i can add to my navbar (tilkibey navbar)
Reply With Quote
  #9  
Old 03-18-2009, 06:25 PM
K4GAP K4GAP is offline
 
Join Date: Mar 2008
Posts: 1,255
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When I first installed this it made my forums disappear. So I stripped the suggested code down to...
Code:
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/interface.js"></script>

<!--[if lt IE 7]>
 <style type="text/css">
 div, img { behavior: url(iepngfix.htc) }
 </style>
<![endif]-->

<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="dock" id="dock">
  <div class="dock-container">
  <a class="dock-item" href="#"><img src="images/home.png" alt="home" /><span>Home</span></a> 
  <a class="dock-item" href="#"><img src="images/email.png" alt="contact" /><span>Contact</span></a> 
  <a class="dock-item" href="#"><img src="images/portfolio.png" alt="portfolio" /><span>Portfolio</span></a> 
  <a class="dock-item" href="#"><img src="images/music.png" alt="music" /><span>Music</span></a> 
  <a class="dock-item" href="#"><img src="images/video.png" alt="video" /><span>Video</span></a> 
  <a class="dock-item" href="#"><img src="images/history.png" alt="history" /><span>History</span></a> 
  <a class="dock-item" href="#"><img src="images/calendar.png" alt="calendar" /><span>Calendar</span></a> 
  <a class="dock-item" href="#"><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>
After doing this everything worked great and I got my forums back!
Reply With Quote
  #10  
Old 03-19-2009, 04:46 PM
marshal_ramdev marshal_ramdev is offline
 
Join Date: Mar 2009
Location: Ludhiana
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:34 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08288 seconds
  • Memory Usage 2,357KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (3)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete