Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Ajax Fisheye Menu Details »»
Ajax Fisheye Menu
Version: 0.95b, by BecomeUnbroken BecomeUnbroken is offline
Developer Last Online: Feb 2010 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.6.8 Rating:
Released: 10-16-2007 Last Update: 11-05-2007 Installs: 159
Uses Plugins Auto-Templates
Re-useable Code Additional Files Translations Is in Beta Stage  
No support by the author.

This modification was just something random that I adapted to vBulletin.. I will release it with the status of beta, and when it has been proven to be stable, I will update it...

Demo of fisheye effect:
Demo
Demo - Vbulletin Live example (slightly modified from original release)

Installation:
Step 1:
- Extract and Upload contents of the "upload" folder to your server

Step 2:
Admin CP> Plugins and Products> Manage Products> Add/Import Product> Import> product-ajax_fisheye_menu.xml

Step 3:
Admin CP> vBulletin Options> Ajax Fisheye Menu >
Change.... Path to 'fisheye' directory
Attachment 72006

Step 4:
- Add
Code:
$afm_menu
in whatever template you decide to show menu (most likely navbar or header template)

Step 5(skip if vBa CMPS is not installed):
If you have vBadvance CMPS installed, you will need to do the following in order for this to work on your homepage as well:
- Admin CP> vBa CMPS > Default Settings> Main Options>
- Under the 'Portal Output Global Variables' setting you will need to add "afm_menu"

Step 6:
- Now you will need to configure the menu entries.. open the 'afm_fisheye_menu' template under the 'Ajax Fisheye Menu' template group.
- To add new menu items just use the following format:
Code:
<a class="dock-item" href="#"><img src="fisheye/images/home.png" alt="home" /><span>Home</span></a>


To Update:

- Reupload contents of upload folder to forum root...
- Import new product XML file with the overwrite setting on

V. 0.95-beta
+ Added a couple necessary AdminCP options
--- Enable/Disable option
--- Path to fisheye directory option

V. 0.94-beta
+ Fixed IE Quick Edit bug
+ Fixed IE font size drop down bug
(I have a feeling that this version will fix most of the Ajax related bugs, but members will have to let me know...)

V. 0.93-beta
+ Fixed fisheye directory error... now you only have to upload to your root..
+ Mood Manager now able to change moods in IE..
+ Added a folder in zip called 'extras' that include a set of blue themed icons made from the original set...

V. 0.92-beta
[s] + Added $vboptions[bburl] reference to images and scripts for smoother integration (thanks yoyoyoyo)[/s]
+ Added install.txt within zip file

V. 0.91-beta
+ Fixed IE blocks bug
+ Moved Stylesheet to Templates for easier editing
-- You can now edit the stylesheet by going to the 'afm_fisheye_stylesheet' template
+ Cached Templates

V. 0.9 - beta release
+ Fisheye effect

Step 6:
Come back to this thread and give me some feedback...

Known Bugs:
[s] - One user reports hover effect doesn't work in opera browser[/s]
- User Reports conflicts with shoutbox and casino mod
[s] - Unable to change mood in Mood Manager while using IE6.. works in IE7 and firefox[/s]
[s] - Unable to use Quick Edit in IE[/s]
- User Reports bug with VBPicGallery: "
This mod looks fine everywhere except the gallery, where the icons show as a huge size, with text next to them."
[s] - Advanced Editor has weird code inside text size selector and font selector drop down boxes[/s]

Future Features
AdminCP Options
[s] - Enable/Disable[/s]
- Maybe options to set images and links in menu
- Any other suggestions welcome...


Script adapted from:
http://www.ndesign-studio.com/blog/mac/css-dock-menu

Here are some free icons you could possibly use with the dock:
http://www.dezinerfolio.com/2007/02/...a-gloss-icons/

This site has hundreds of icons.. but the site is in chinese...
http://www.tucoo.com/icon/index.htm
[S] I will provided limited support for this hack, and will continue to work on and update it when I can.. [/S]

I am no longer developing or supporting this MOD...


There are other things in life more important than VB you know

Supporters / CoAuthors

Show Your Support

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

Comments
  #102  
Old 10-21-2007, 10:16 AM
djyarasa djyarasa is offline
 
Join Date: Jun 2007
Location: Turkey
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MiahBeSmokin420 View Post
ok look i tried that

it worked and made the second one apear

BUT

its not in the footer

so what im going to attempt to do is this

im going to redownload that whole thing

then im going to recode it with diffrent words mostlikly just changing afm to mfa or something

then im going to reinstall it and then just add it in the footer that way

seems alot easier then i will just have 2 products the same name and then ya tada

well ill let you know how it works when im done seeing as how you are the coder

but it should only take about 2 mins to do with dreamweaver so ya ima go do that peace
If you wanna do 2 menus, on navbar and footer. You must add afm codes on right place...
on header, maybe between div tags, and footer maybe can be between table tags. Its your decide, choose.

But, there was some mistake on your site, I found.
Firstly, your first fisheye menu is -where under the navbar,- compatible for footer, cause links are on top of images...
Secondary, your footer fisheye menu does not working good. Images coming big when mouse is about 200px up from menu...

So, what you must do ?
You can delete your second added menu, -mfa- and you must add $afm_menu second place like navbar and footer...

OR

You can write first fisheye menus codes like --on right template, first menu template--

Code:
<span>LINK</span>
after
Code:
<img codes>
but I don't know how you can solve mouse problem, it is about "position" codes.
You will try and find...
Thanks,

AND I will going to solve this problems, before BecomeUnbroken (: (:
But, peacely... For us...
Reply With Quote
  #103  
Old 10-21-2007, 12:24 PM
BecomeUnbroken BecomeUnbroken is offline
 
Join Date: Jun 2007
Location: Miami, FL
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by citroenar View Post
if I remove mine,then lightbox dont work like should work (open picture normal,but on close it like redirect me back on forumhome) and if I remove yours then both dont work.
I found another error - se picture
I just checked my editor and that weird code you are getting in the text size selector isn't coming from my mod, because mine looks normal.

As for the lightbox problem, I will install that mod on my site later and try to debug it..
Reply With Quote
  #104  
Old 10-21-2007, 12:34 PM
BecomeUnbroken BecomeUnbroken is offline
 
Join Date: Jun 2007
Location: Miami, FL
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yinyang View Post
First off, thank you for a most wonderful mod.

I would like to put the menu descriptions on the top (when it is hovered) rather than the current bottom. How would I do that?
Thank you! As for the text.. on top, you need to change it to dock container 2.. i will be more detailed if you need me to be, but can't right now i'm in a rush sorry

Quote:
Originally Posted by Adam21 View Post
Strange,this mod interferes with my site's AJAX Quick edit in posts.Anyone has this similiar problem?
strange my quick editor is working normally... try using it without the menu installed.. then again with it installed.. just to make sure its this mod causing it

Quote:
Originally Posted by Konstantinos View Post
i got a similar problem with mod AJAX mood manager
Mine's working fine... are you sure it's this mod.. try uninstalling and using mood manager then reinstalling and using mood manager



As for everyone else.. i will have a little time this afternoon to answer other questions in more detail... so i will try and answer as many questions as i can today

as i said before, i will be unavailable most of this upcoming week due to college midterm exams

Thanks to those of you helping out with the support and debugging, i really do appreciate it...
Reply With Quote
  #105  
Old 10-21-2007, 02:03 PM
Konstantinos Konstantinos is offline
 
Join Date: Apr 2006
Posts: 443
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i did reinstall fisyey but same. mood manager doesnt change mood unless fisheye is disabled
Reply With Quote
  #106  
Old 10-21-2007, 02:08 PM
Konstantinos Konstantinos is offline
 
Join Date: Apr 2006
Posts: 443
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i just registered at your site, mood manager doesnt change there as well

edit

i did a recheck

Well it works with firefox but not in IE

in IE when fisheye is active mood doesnt chage
Reply With Quote
  #107  
Old 10-21-2007, 02:08 PM
chompychan's Avatar
chompychan chompychan is offline
 
Join Date: Mar 2007
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As soon as I can find a use for it on my forum, I am gonna install this. It looks so awesome.
Reply With Quote
  #108  
Old 10-21-2007, 03:19 PM
MiahBeSmokin420 MiahBeSmokin420 is offline
 
Join Date: May 2007
Location: Ohio
Posts: 311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by djyarasa View Post
If you wanna do 2 menus, on navbar and footer. You must add afm codes on right place...
on header, maybe between div tags, and footer maybe can be between table tags. Its your decide, choose.

But, there was some mistake on your site, I found.
Firstly, your first fisheye menu is -where under the navbar,- compatible for footer, cause links are on top of images...
Secondary, your footer fisheye menu does not working good. Images coming big when mouse is about 200px up from menu...

So, what you must do ?
You can delete your second added menu, -mfa- and you must add $afm_menu second place like navbar and footer...

OR

You can write first fisheye menus codes like --on right template, first menu template--

Code:
<span>LINK</span>
after
Code:
<img codes>
but I don't know how you can solve mouse problem, it is about "position" codes.
You will try and find...
Thanks,

AND I will going to solve this problems, before BecomeUnbroken (: (:
But, peacely... For us...

well hey its all good i already recoded the whole thing so now i have 2 products installed

fish eye menu top
and
fish eye menu bottom

if you want ill upload it all in a zip file with install details

cause i just put

$afm_menu in the header

and

$mfa_menu in the footer

im sure someone could code it to all be in one product

but i just didnt feel like doing all that

if someone wants to do that then ill gladly upload the one i recoded to work in the footer
Reply With Quote
  #109  
Old 10-21-2007, 04:25 PM
BecomeUnbroken BecomeUnbroken is offline
 
Join Date: Jun 2007
Location: Miami, FL
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i will have this in a future release
Reply With Quote
  #110  
Old 10-21-2007, 05:44 PM
MiahBeSmokin420 MiahBeSmokin420 is offline
 
Join Date: May 2007
Location: Ohio
Posts: 311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok sound good when i se it ill deffantly uninstall the ones i got and upgrade
Reply With Quote
  #111  
Old 10-21-2007, 07:12 PM
BozzaJos BozzaJos is offline
 
Join Date: Feb 2006
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks like a fun hack to have! Will make my site look way cooler.
Can you tell us when the future release will be finished approx.? And I tried to download this version but when I want to unpack it with WinRAR it says "unexpected end of archive".

Also, would it be possible to use it on vBAdvanced homepage in a module on the left? So with all the menu icons below eachother?

Great hack, thanks in advance!
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 04:43 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.06694 seconds
  • Memory Usage 2,334KB
  • Queries Executed 26 (?)
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
  • (6)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete