vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - Image Resizer (https://vborg.vbsupport.ru/showthread.php?t=176531)

ArnyVee 07-05-2008 08:09 PM

Quote:

Originally Posted by D.Baker (Post 1567077)
If you want a mouse over instead of a yellow bar read post 271, I provided a hack to do it.

I'd love an option where I wouldn't have to mess with a 'core' file. Can the yellow bar be altered/changed to a 'mouse-over' option automatically by the author of this mod/hack?

PoetJA-1975 07-07-2008 09:45 AM

Thanx!

Jacquii.

suvari1794 07-07-2008 11:26 AM

there is a bug in IE 7 browser :) please view attachments.

Ingress 07-07-2008 11:59 AM

Can't reproduce that, neither in my customized nor in default style. Did you test it with the default one?

Ingress

Jase2 07-07-2008 02:29 PM

I also cannot reproduce that. Create a new styles with no parent style. This will cause it to use all default templates. Now, view your forums with this style with the product enabled. Does the problem still occur?

cartooner 07-07-2008 07:13 PM

Quote:

Originally Posted by ArnyVee (Post 1567639)
I'd love an option where I wouldn't have to mess with a 'core' file. Can the yellow bar be altered/changed to a 'mouse-over' option automatically by the author of this mod/hack?

Thats what I was wondering to. For now I'll mess with the core file, i did for the older image resize hack. But I agree it would be nice if it was an option.

cartooner 07-07-2008 07:21 PM

Quote:

Originally Posted by D.Baker (Post 1563069)
Hey Alliya, to remove the yellow warning box from images embedded using IMG tags, add the following CSS to your style.

Code:

.ncode_imageresizer_warning {
    display: none;
}

After doing that you will notice that there is no way to click on the image to enlarge it, so you'll need to do the following. I don't like doing it this way because it involves editing a core file, but it's the only way I could figure it out. Maybe Jase knows a better way.

Using FTP, browse to /includes/ and edit the following line of PHP code in the file "class_bbcode.php".

PHP Code:

return '<img src="' .  $link '" border="0" alt="" />'

change to:
PHP Code:

return '<a target="_blank" href="' $link '"><img src="' $link '" border="0" alt="" /></a>'


This should get it working, but you will then notice that the images sit flush on top of each other (they have no margin), which looks bad when they are posted in that way (see here for an example of what I am talking about, note that I have not disabled the warning box).

One more question...where is this code added??

.ncode_imageresizer_warning {
display: none;
}

...into theAdditional CSS Definitions on each style?? or is it added into the .js file??

pab 07-11-2008 07:28 AM

Installed works great for 3.7.2 sp1

redlabour 07-11-2008 11:56 AM

Isn?t this working much better : The Image Resizer (powered with Lytebox / Highslide) as it works with Forum, Blogs, Album and Attachments?

Wheezy 07-12-2008 11:18 PM

/me installs

Thanks!


All times are GMT. The time now is 04:27 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.02002 seconds
  • Memory Usage 1,741KB
  • 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
  • (2)bbcode_php_printable
  • (3)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