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)

BecomeUnbroken 10-18-2007 04:38 PM

Quote:

Originally Posted by citroenar (Post 1363144)
It make problem with "Lightbox/ThickBox works with Inline Editing" (https://vborg.vbsupport.ru/showthrea...=126501&page=7)
with code at the top of postbit legacy

Code:

<if condition="$show['thumbnailattachment']">
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/thickbox.js"></script>
</if>

If I remove this code it works normal.

Well you are loading jquery two times.. since both these mods use JQuery you should remove one of the instances.. I recommend to remove it from my mod instead of the Lightbox, since mine is still in beta.. I might add a control panel option in a future release to enable/disable Jquery in these type of cases...

EDIT::
Actually now when I think about it.. you should remove the LightBox JQuery code.. because the menu need JQuery on every page.. not just on pages where the postbit is displayed.. so remove the code from the postbit_legacy, and just remember where it goes if you need to put it back later...

to be more specific, remove this piece of the code..
<script type="text/javascript" src="js/jquery.js"></script>

Evolution06 10-18-2007 05:43 PM

This is a awesome mod! I implemented it as my navbar http://www.pandemicdesign.net/forums/index.php with a few tweaks of the skin. But did you make the icons or find them somewhere? the reason I ask is I need a few more.

BecomeUnbroken 10-18-2007 05:50 PM

Quote:

Originally Posted by Evolution06 (Post 1363229)
This is a awesome mod! I implemented it as my navbar http://www.pandemicdesign.net/forums/index.php with a few tweaks of the skin. But did you make the icons or find them somewhere? the reason I ask is I need a few more.

Glad you like it.. The icons used are from the original script/maker... http://www.ndesign-studio.com/blog/mac/css-dock-menu

I'm sure you can find more on Google... just type something like "free osx icons" or something of the sort..

Also.. check if your shoutbox is working properly.. for some reason this mod has been haveing issues with people's shoutboxes

Evolution06 10-18-2007 06:07 PM

Cool so far I see no problems with my shoutbox yet. When I hover over the icons the descript text is white but other then that shoutbox works fine.

BecomeUnbroken 10-18-2007 06:13 PM

Quote:

Originally Posted by Evolution06 (Post 1363241)
Cool so far I see no problems with my shoutbox yet. When I hover over the icons the descript text is white but other then that shoutbox works fine.

you can change alot of the visual settings in the 'afm_fisheye_stylesheet' template

Evolution06 10-18-2007 06:30 PM

Yes I looked in the css as dock-item and the code is #000 which should be black so maybe its because it's cutting into the shoutbox on hover over. No Biggie really I should be able to fix it.

Macmillion 10-18-2007 07:17 PM

Its a good idea, but it doesn't work for me :/

http://www.mactopiaseeds.com/forum/

It all piles up together.

BecomeUnbroken 10-18-2007 07:28 PM

Quote:

Originally Posted by Macmillion (Post 1363282)
Its a good idea, but it doesn't work for me :/

http://www.mactopiaseeds.com/forum/

It all piles up together.

where you put your $afm_menu try doing this...

Code:

<table style="width: 100%;"><tr><td style="width: 100%;">
$afm_menu
</td></tr></table>

Let me know if it works...

Macmillion 10-18-2007 07:37 PM

I've put it in Navbar just below the first line <br/>

And no that didn't work sorry.

BecomeUnbroken 10-18-2007 07:49 PM

Quote:

Originally Posted by Macmillion (Post 1363299)
I've put it in Navbar just below the first line <br/>

And no that didn't work sorry.

try placing it in another spot... let's say the footer template, just to see if it's a template problem or something with the actual code conflicting with your site..


All times are GMT. The time now is 10:55 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.01235 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
  • (5)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