vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Mini Mods - Ajax Fisheye Menu (https://vborg.vbsupport.ru/showthread.php?t=160422)

Macmillion 10-18-2007 07:51 PM

I've tried it all over BU, footer, navbar, header etc....never works.

Sorry about this :/

Evolution06 10-18-2007 08:05 PM

What does a portion of your navbar look like? I put it in mine no problem maybe I can help ya out. Check mine out http://www.pandemicdesign.net/forums/index.php

I see the problem you are having macmillion, I had to upload fisheye folder 2 times to get my to work fine,
I uploaded it once to /public_html folder in the cpanel and once into /forums folder

I am trying to figure out right now why both folders need to be where they are give me a few. I think it might be just a change of links in the templets

Macmillion 10-18-2007 08:15 PM

Mine just clumps together, it does the loading thing that yours does but then it just stays there, unlike yours which works fine.

EDIT: Hmmm if thats so then the error would be easy to correct. Thanks i'll give it a go!

EDIT EDIT: That worked thanks :)

Evolution06 10-18-2007 08:24 PM

No problem, You will notice that if you delete the fisheye in /forums you images won't show I am thinking that changing the links in afm_fisheye_menu might fix this so then the fisheye folder can be deleted in /forums

BecomeUnbroken 10-18-2007 09:49 PM

what i will do in the next release is add an option in the Admin CP where you can enter the location of your /fisheye folder.. that way it can be anywhere you want it to be and still work with the right setting

Evolution06 10-18-2007 09:57 PM

Awesome because right now as you can see we have to have the fisheye folder in /public_html and /forums for all aspects of it to work correctly. I am at work so have limited time to see if I can find a fix myself. Although having the 2 folders does not bother me much really,

BecomeUnbroken 10-18-2007 10:23 PM

Quote:

Originally Posted by Evolution06 (Post 1363379)
Awesome because right now as you can see we have to have the fisheye folder in /public_html and /forums for all aspects of it to work correctly. I am at work so have limited time to see if I can find a fix myself. Although having the 2 folders does not bother me much really,

I have it only in my root directory and it works fine... but I also have my forum in the root directory and not in the /forum directory... so that's probably why it works ok for me... either way I'll try and see how I can make it a little more universal.. I'm new at this whole vBulletin thing, and coding in general.. so this is a learning process for me as well :D

rokked 10-19-2007 03:46 AM

Uploaded and it works great.

Any way to get the size of the icons to get less dramatic when you scroll over though? Like instead of going from 50 to 100 pixels, from 50 to 75?

BecomeUnbroken 10-19-2007 03:59 AM

Quote:

Originally Posted by rokked (Post 1363521)
Uploaded and it works great.

Any way to get the size of the icons to get less dramatic when you scroll over though? Like instead of going from 50 to 100 pixels, from 50 to 75?

yes.. in the afm_fisheye_menu template look for this code:

Code:

$('#dock').Fisheye(
                {
                    maxWidth: 50,
                    items: 'a',
                    itemsText: 'span',
                    container: '.dock-container',
                    itemWidth: 40,
                    proximity: 90,
                    halign : 'center'
                }

change the 'proximity' value to less so that the menu won't pick up your mouse from a mile away... and will also make the effect a bit less dramatic

change 'maxWidth' to the size in pixels you want the image to be when hovered over it.. and 'itemWidth' to the size when the menu is idle without being rolled over... If you go to my site you can see how mine is a bit different than the one in the release... here is what my code looks like...

Code:

$('#dock').Fisheye(
                {
                    maxWidth: 40,
                    items: 'a',
                    itemsText: 'span',
                    container: '.dock-container',
                    itemWidth: 30,
                    proximity: 30,
                    halign : 'right'
                }

Hope this helps a bit... :D

rokked 10-19-2007 04:04 AM

Wonderful. You're such a help.


All times are GMT. The time now is 01:18 PM.

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.01919 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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