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)

j-n 04-11-2008 03:52 AM

thank you

toucan42 04-13-2008 08:37 AM

This conflicts with other AJAX features (as others have noted), but for me it was the AJAX Collapsible First Post https://vborg.vbsupport.ru/showthread.php?t=145187 that didn't play nice. I have temporarily (hopefully) removed this from my forum as the other mod is more important - this is eye candy (damn fine eye candy!). I'd still love to get this working. If anyone has suggestions please let me know. Thanks

joopster 04-15-2008 01:47 AM

Is there a way to make the menu extend the full width of the header? What I mean is change the width. Right now it is very small. If I only have 8 or so icons I would still like it to span from the left side of the screen to the right.

ams3521 04-29-2008 12:51 AM

Hi looks a great addon for any forum thanks. Ive managed to get it installed ok but on Firefox im getting it placed in the middle of the forum (my ie is broken and cant check but i have been advised its ok on ie) I was wanting it top right. sorry if i have missed anything. Anyone any ideas or help for me?

thanks

view it here-
http://www.thedailypunt.com/forum/index.php?styleid=93

ams3521 05-05-2008 09:33 PM

Problem sorted, seemed firefox didnt like the css of that particular style, I had to rejig the header by using a split cell then move fisheye across.

baklash 05-11-2008 03:51 AM

thanks bro thats awesome

roadrunna 07-29-2008 12:00 AM

Quote:

Originally Posted by sparky5693 (Post 1370203)
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.

Probably a bit late for you but I just had the same problem with vbpicgallery.

The reason is that the vbpicgallery 'vbpicgallery_main' template doesn't call the headerinclude template so the fisheye include can't be added.

I added an extra plugin on the parse_templates hook to handle the vbpicgallery_headinclude template.

No idea if it's the best way to fix the problem but it works :) here's my plugin code

PHP Code:

if($vbulletin->options['afm_onoff']){

$vbulletin->templatecache['vbpicgallery_headinclude'] = str_replace($vbulletin->templatecache['vbpicgallery_headinclude'], $vbulletin->templatecache['vbpicgallery_headinclude'] . "

fetch_template('afm_fisheye_headinclude') . "

fetch_template('afm_fisheye_stylesheet') . "

"
$vbulletin->templatecache['vbpicgallery_headinclude']);



Anyone know how to code the plugin to check if it's on a vbpicgallery page ? Would checking against THISSCRIPT work inside a plugin ?

aquariumpros 11-26-2011 02:25 AM

Has anyone determined if this will still work under vB 4.x ... or is there a comparable mod that works under vB 4.x ??

(thanks in advance for any insight)


All times are GMT. The time now is 06:14 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.01199 seconds
  • Memory Usage 1,739KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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