vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Magnifier 3.5.x (https://vborg.vbsupport.ru/showthread.php?t=109719)

C_P 03-07-2006 08:49 PM

Well, since IE is still one of the most popular browsers out there (unfortunately or not) I would say either correct the IE issues or remove the compatibility with IE verbiage.
Others may have different results however so don't be so quick on my part.

Reef 03-08-2006 05:39 PM

This is a great concept but it seemed to slow page loads badly on my forum

cd1986 03-08-2006 10:27 PM

When loading in FF, i had a couple of users report that they would see the page zoomed out 1 notch from default. I also noticed the same behaviour with my admin account. I've had to disable it for now, but i think the idea is great!

cloyal 03-08-2006 11:18 PM

My users are noticing that the Zoom goes in and out by the use of commas and periods, while they type. Where is the setting of this? Or is there one?

adamgessel 03-09-2006 03:00 AM

That is an extremely good idea.

POST# 100 for me! Woohoo!

cloyal 03-10-2006 02:53 AM

Quote:

Originally Posted by cloyal
My users are noticing that the Zoom goes in and out by the use of commas and periods, while they type. Where is the setting of this? Or is there one?


Any one got answer for this? I realize that the two keys mentioned with the shift will cause the same thing, but I have had several poster experience this problem. If anything how do I go about deactivating the key strokes for this completely?

emin3m 03-10-2006 05:08 AM

edit the plugin,, there will be keycodes mentioned make them zero..

cloyal 03-10-2006 08:42 PM

Not exactly sure which code to edit. Since I have some extremely impatient posters, It's a bit hard to learn this from editing the code. :cross-eyed:

I tried at one point removing the following code and it works in FF but IE has the screen zooming in and out.

Quote:

// Keys for "hard" zooming in (with and without CAPS lock). Default: ">"
var keyinIe = 46;
var keyinIeCAPS = 62;

// Keys for "hard" zooming out (with and without CAPS lock). Default: "<"
var keyoutIe = 44;
var keyoutIeCAPS = 60;
Thanks and I do appreciate the time spent helping, I understand how this can be frustrating.

emin3m 03-11-2006 12:59 PM

where ever the key code like this is asked in code
make it 0
e.g.
PHP Code:

// Keys for "hard" zooming in (with and without CAPS lock). Default: ">"
var keyinIe 0;
var 
keyinIeCAPS 0;

// Keys for "hard" zooming out (with and without CAPS lock). Default: "<"
var keyoutIe 0;
var 
keyoutIeCAPS 0


Strat 03-15-2006 03:31 AM

My users see the forum zoomed in or out one notch more than default automatically. The problem seems to be affecting IE users more than any other browser, but it nevertheless still happened to me and I use the latest version of FF.

If there's an eventual fix that gets released, I'll re-activate the plug-in, but for now I need to disable it as my members are quite the PC-illiterate crowd and it was creating nothing but confusion.

Good idea, though! Just needs to be tweaked before I can re-activate it. Good luck!


All times are GMT. The time now is 07: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.01077 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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