vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Home Enhancements - Vbdock (https://vborg.vbsupport.ru/showthread.php?t=203535)

Lift for Life 01-30-2009 12:17 AM

I'm playing with it. Have tired in a few different skins. Its a nice effect but a bit redundant because it resides under the standard menu. Nice work regardless.

Lift

tafreeh 01-30-2009 04:08 AM

is it gonna increase the page size ?
nice mod tho...thnx

WarLion 01-30-2009 05:52 AM

y pensar que dedique horas haciendo lo mismo en flash jajaja gracias

translation
and to think that dedicate hours doing the same thing in flash jajaja thanks

DJTREX 01-30-2009 08:15 AM

very very nice
thanks;)

adhmwagde 01-30-2009 11:51 AM

good work man ... installed :)

figu120 01-30-2009 01:17 PM

Spanish:
Gracias a todos ustedes...
Pues viendo la buena acogida mirare si hago una nueva versi?n que trabaje con db para no tener que agregar los botones manualmente

English:
Thank you all ...
Well, seeing the good reception when I watch a new version that works with db to avoid having to manually add the buttons

wicked80 01-30-2009 01:37 PM

Hi,
Is there anyway to make this mod work on a non-vb page. I am using wordpress as frontend of my site and I was just wondering, if I can display this on my wordpress homepage.

Any pointers would be appreciated.
Thanks

figu120 01-30-2009 01:50 PM

if you can put this code below the header editing codes wp

Code:

<!-- CSS Mac Dock -->
<script type="text/javascript" src="clientscript/jquery.js"></script>
<script type="text/javascript" src="clientscript/interface.js"></script>
<!--[if lt IE 7]>
 <style type="text/css">
 div, img { behavior: url(images/dock/iepngfix.htc) }
 </style>
<![endif]-->
<link href="images/dock/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="dock" id="dock">
  <div class="dock-container">
  <a class="dock-item" href="$vboptions[bburl]$session[sessionurl_q]"><img src="images/dock/home.png" alt="home" /><span>P?gina Principal</span></a>
  <a class="dock-item" href="memberlist.php$session[sessionurl_q]"><img src="images/dock/users.png" alt="usuarios" /><span>Miembros</span></a>
  <a class="dock-item" href="search.php?$session[sessionurl]do=getnew"><img src="images/dock/newpost.png" alt="nuevos mensajes" /><span>Nuevos Mensajes</span></a>
  <a class="dock-item" href="private.php$session[sessionurl_q]"><img src="images/dock/mp.png" alt="mensajes privados" /><span>Mensajes Privados</span></a>
  <a class="dock-item" href="usercp.php$session[sessionurl_q]"><img src="images/dock/usercp.png" alt="panel de control" /><span>Panel de Control</span></a>
  <a class="dock-item" href="calendar.php$session[sessionurl_q]"><img src="images/dock/calendar.png" alt="calendar" /><span>Calendar</span></a>
  <a class="dock-item" href="faq.php$session[sessionurl_q]"><img src="images/dock/faq.png" alt="FAQ" /><span>FAQ</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>
<br /><br /><br /><br />
<!-- / CSS Mac Dock -->


wicked80 01-30-2009 02:08 PM

Thanks for your quick reply but I see some vbulletin tags in that code i.e. $vboptions[bburl], so how would these tags work under wordpress????

figu120 01-30-2009 02:11 PM

that label is only used to go to the homepage if there is need to change the url of your home page ...
But do not worry if you have cookies will work perfectly well placed ...

but let me know or look we can do.


All times are GMT. The time now is 01:07 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.01069 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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