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-17-2007 11:19 AM

I just posted v.0.91... which included a fix for IE browsers... I will continue to investigate other reported bugs

Thanks..

BecomeUnbroken 10-17-2007 11:50 AM

Quote:

Originally Posted by GrendelKhan{TSU (Post 1362113)
hmm....doesn't seem work properly with vbCMPS v3.0

doubled up links and no images show up.

make sure that the fisheye folder is in your root directory and not in your forum directory.. it looks as if your browser cannot find the javascript files and images so it displays everything as plain links (the lowercase links aren't actually links.. they are the alt rollover captions for the images, but since the images aren't being loaded properly they appear as if they are links)...

I am pretty sure this is due to the fisheye folder being in the wrong place.. because it seems the template is being parsed, even by vbadvanced

yoyoyoyo 10-17-2007 12:16 PM

I would appreciate it if you would put the install info in a text file and add it to the zip file - that's usually how it is done.

yoyoyoyo 10-17-2007 12:22 PM

I uploaded the folder to the root public_html directory, as you suggested ,and in vbadvanced it does not display correctly - it displays all of the images on the left hand side all bunched up together, and in the forum the images are not visible at all.

BecomeUnbroken 10-17-2007 12:23 PM

Quote:

Originally Posted by yoyoyoyo (Post 1362278)
I would appreciate it if you would put the install info in a text file and add it to the zip file - that's usually how it is done.

will do.. next time i upload an update :o

TheBlackPoet 10-17-2007 12:25 PM

i like it... im going to use it on my forum... i will change the images but the script is going in!!

installed

yoyoyoyo 10-17-2007 12:27 PM

Instead try this in vbadvanced:

upload the "fisheye" directory to the FORUM directory.

edit the afm_fisheye_menu template and replace the contents with this instead:

Code:

<!--top dock -->
<div class="dock" id="dock">
  <div class="dock-container">
      <a class="dock-item" href="index.php"><img src="$vboptions[bburl]/fisheye/images/home.png" alt="home" /><span>Home</span></a>
      <a class="dock-item" href="vbms.php"><img src="$vboptions[bburl]/fisheye/images/email.png" alt="contact" /><span>Contact</span></a>
      <a class="dock-item" href="forum.php"><img src="$vboptions[bburl]/fisheye/images/portfolio.png" alt="portfolio" /><span>Portfolio</span></a>
      <a class="dock-item" href="#"><img src="$vboptions[bburl]/fisheye/images/music.png" alt="music" /><span>Music</span></a>
      <a class="dock-item" href="#"><img src="$vboptions[bburl]/fisheye/images/video.png" alt="video" /><span>Video</span></a>
      <a class="dock-item" href="#"><img src="$vboptions[bburl]/fisheye/images/history.png" alt="history" /><span>History</span></a>
      <a class="dock-item" href="#"><img src="$vboptions[bburl]/fisheye/images/calendar.png" alt="calendar" /><span>Calendar</span></a>
      <a class="dock-item" href="#"><img src="$vboptions[bburl]/fisheye/images/rss.png" alt="rss" /><span>RSS</span></a>
      <a class="dock-item" href="#"><img src="$vboptions[bburl]/fisheye/images/rss.png" alt="rss" /><span>RSS</span></a>
      <a class="dock-item" href="#"><img src="$vboptions[bburl]/fisheye/images/rss2.png" alt="rss" /><span>RSS2</span></a>
  </div>
</div>

<!--dock menu JS options -->
<script type="text/javascript">
   
    $(document).ready(
        function()
        {
            $('#dock').Fisheye(
                {
                    maxWidth: 50,
                    items: 'a',
                    itemsText: 'span',
                    container: '.dock-container',
                    itemWidth: 40,
                    proximity: 90,
                    halign : 'center'
                }
            )
            $('#dock2').Fisheye(
                {
                    maxWidth: 60,
                    items: 'a',
                    itemsText: 'span',
                    container: '.dock-container2',
                    itemWidth: 40,
                    proximity: 80,
                    alignment : 'left',
                    valign: 'bottom',
                    halign : 'center'
                }
            )
        }
    );

</script>

edit - well I tried it, but in vbadvanced all of the images are all bunched up together on the left hand side instead of being displayed in the middle, but it works in the forum now.

BecomeUnbroken 10-17-2007 12:31 PM

Quote:

Originally Posted by yoyoyoyo (Post 1362287)
I got this to work in vbadvanced - here is how to do it:

upload the "fisheye" directory to the FORUM directory.

edit the afm_fisheye_menu template and replace the contents with this instead:

Thank you.. I will include this in the next release... :up:

BecomeUnbroken 10-17-2007 01:03 PM

Quote:

Originally Posted by yoyoyoyo (Post 1362287)
edit - well I tried it, but in vbadvanced all of the images are all bunched up together on the left hand side instead of being displayed in the middle, but it works in the forum now.

try v.0.92.. I made similar changes to the script so it should reference the same directory, whether you are in your root directory or your forum/ directory... It might fix your problem

Kaleem 10-17-2007 05:22 PM

Update didn't work. But the older version working fine i m still making changes to it.

http://www.friendskorner.com/forum


All times are GMT. The time now is 02:56 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.01133 seconds
  • Memory Usage 1,750KB
  • 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
  • (4)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