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
  #122  
Old 10-28-2007, 12:56 AM
TheMilkCarton TheMilkCarton is offline
 
Join Date: Jan 2007
Posts: 294
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by 74corvette View Post
Just an FYI but I installed this on my 3.6.8 board and it killed my Inferno shoutbox. Too bad but I had to uinstall it.
Putting jQuery into "No Conflict" mode should solve any problems with any JS or AJAX on a page. There should be no other reason it conflicts.

I don't have this mod downloaded, but in the code find something like:

Code:
<!--dock menu JS options -->
<script type="text/javascript">
	
	$(document).ready(
		function()
		{
			$('#dock').Fisheye
and replace the "$" with "jQuery".

I haven't been able to test this "CSS Dock" on my board yet, though, so I can't be 100% positive this will fix all conflicts.
Reply With Quote
  #123  
Old 10-28-2007, 02:49 AM
74corvette 74corvette is offline
 
Join Date: Sep 2007
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No luck, Shoutbox gets hosed. Just says "loading" Thanks for the suggestion though.
Reply With Quote
  #124  
Old 10-28-2007, 05:10 AM
sparky5693 sparky5693 is offline
 
Join Date: Feb 2007
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm having problems with this mod and vbpicgallery. This mod looks fine everywhere except the gallery, where the icons show as a huge size, with text next to them.
Reply With Quote
  #125  
Old 10-28-2007, 06:11 PM
Raul7 Raul7 is offline
 
Join Date: Mar 2005
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is a great mod, i installed and worked fine, however in IE ,when you click on EDIT post, and try to edit and then click SAVE, it actually does the edit, the it keeps spinning and after a while you get a JavaScript error : style is null or not an object , this only happens in IE, i was wondering if anyone else is having this issue?
Thanks
Reply With Quote
  #126  
Old 10-28-2007, 06:22 PM
Raul7 Raul7 is offline
 
Join Date: Mar 2005
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i actually just tested this on the LIVE DEMO VB SITE posted in this thread, i get the same error ! so i guess if you have this mod installed the EDIT function wont work? any help is appreciated, btw, this only gets fixed if you DISABLE the plug in in prduct manager, even if you remove the "$afm_menu" from your template , eventhough you dont see the menu any more, you still end up getting the error. !
Reply With Quote
  #127  
Old 10-28-2007, 09:06 PM
sparky5693 sparky5693 is offline
 
Join Date: Feb 2007
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can edit in my forum no problem. It's also working with my inferno shout box, just not my gallery. Anybody out there able to give me some ideas about the gallery problem, or even a way to keep it out of the gallery all together (a last resort)
Reply With Quote
  #128  
Old 10-28-2007, 10:51 PM
Raul7 Raul7 is offline
 
Join Date: Mar 2005
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sparky5693 View Post
I can edit in my forum no problem. It's also working with my inferno shout box, just not my gallery. Anybody out there able to give me some ideas about the gallery problem, or even a way to keep it out of the gallery all together (a last resort)
strange, when i even tried it here
Demo - Vbulletin Live example (slightly modified from original release)
still it didnt work ! this is what i did
  • Make a post
  • then click on EDIT
  • do the edit (DO NOT CLICK on GO ADVANCE)
  • save
  • nothing happens and you get the Jscript error , however it does the edit, it just fails to close the box.
Reply With Quote
  #129  
Old 10-29-2007, 06:45 AM
BecomeUnbroken BecomeUnbroken is offline
 
Join Date: Jun 2007
Location: Miami, FL
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My last midterm is today (Monday)... When I'm done with it, I will go through this thread and make notes of all the bugs.. then I will start to work on this once again

so, please be patient with me, as you all have been thus far.. and I will do my best to debug this baby during the week

Thanks,
Reply With Quote
  #130  
Old 10-29-2007, 06:36 PM
yinyang's Avatar
yinyang yinyang is offline
 
Join Date: May 2004
Location: Los Angeles
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BecomeUnbroken View Post
My last midterm is today (Monday)... When I'm done with it, I will go through this thread and make notes of all the bugs.. then I will start to work on this once again

so, please be patient with me, as you all have been thus far.. and I will do my best to debug this baby during the week

Thanks,
dude, take your time. you've already done a lot with providing such a cool hack for free. good luck on your studies and make lots of money in the future so you can give us more free stuff!
Reply With Quote
  #131  
Old 10-29-2007, 09:12 PM
sparky5693 sparky5693 is offline
 
Join Date: Feb 2007
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BecomeUnbroken View Post
My last midterm is today (Monday)... When I'm done with it, I will go through this thread and make notes of all the bugs.. then I will start to work on this once again

so, please be patient with me, as you all have been thus far.. and I will do my best to debug this baby during the week

Thanks,
I'm just glad to hear you plan to continue work on it. Good luck with the midterms.
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 11:11 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.04998 seconds
  • Memory Usage 2,325KB
  • 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
  • (3)bbcode_code
  • (4)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