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)
-   -   Show Thread Enhancements - Image resizer (https://vborg.vbsupport.ru/showthread.php?t=118048)

wacodep 02-14-2007 06:19 PM

Nevermind ... I see ... the resized image was too small ... ;)

wacodep 02-14-2007 07:33 PM

I would like to send a few bucks, but your PayPal link goes to the a non-English/non-US display. I don't have any Euros to send you, and can't read it anyways ... :)

Can I just PayPal some $US from the US PayPal to jorrit [at] ncode [dot] nl ??

Smoothie 02-15-2007 01:12 AM

Just checked a site that was running this mod and the text is not viewable when browsing with safari. Any chance of getting that fixed?

ReQueM 02-15-2007 06:50 PM

thank u
*installed*

Eagle Creek 02-16-2007 12:15 PM

Problem!

http://www.nucia.nl/forum/showthread.php?p=222209 (post #4 and #10)

As u can see, the picture isn't resize properly. It looks like the resize to keep the height-width-ratio. Can somebody confirm this?
That shouldn't happen because I gave up a MAXIMUM height and WIDTH in my ACP. So it shouldn't be wider then X, even if that means the picture isn't shown "nice" anymore.

EDIT:
I fixed it jusing this code in the JS file:
Code:

NcodeImageResizer.prototype.scale = function() {
        var cs = 0;
        cs += NcodeImageResizer.MAXWIDTH  > 0 && this.originalWidth  > NcodeImageResizer.MAXWIDTH  ? 1 : 0;
        cs += NcodeImageResizer.MAXHEIGHT > 0 && this.originalHeight > NcodeImageResizer.MAXHEIGHT ? 2 : 0;
        if (cs == 3) cs -= this.originalWidth / NcodeImageResizer.MAXWIDTH > this.originalHeight / NcodeImageResizer.MAXHEIGHT ? 2 : 1;
        switch (cs) {
              case 1:
                        resized = true;
                        this.img.width = NcodeImageResizer.MAXWIDTH;
                        this.img.height = (NcodeImageResizer.MAXWIDTH / this.originalWidth) * this.originalHeight;
                        break;
                case 2:
                        resized = true;
                        this.img.height = NcodeImageResizer.MAXHEIGHT;
                        this.img.width = (NcodeImageResizer.MAXHEIGHT / this.originalHeight) * this.originalWidth;
                        break;
                }



        this.warning.width = this.img.width;
        this.warning.onclick = function() { return this.resize.unScale(); }


Spleasure 02-16-2007 02:30 PM

Quote:

Originally Posted by Eagle Creek (Post 1182429)
Dude.. You are making it so confusing with all those seperate files and then the zip file.. I just want to make in in Dutch, what should I do. Where could I upload the seperate Dutch file? Or the zip Dutch file? Why is there a size difference??

The -nl file contains just phrases, it should be imported separately in the language manager.
Quote:

Originally Posted by wacodep (Post 1182650)
I would like to send a few bucks, but your PayPal link goes to the a non-English/non-US display. I don't have any Euros to send you, and can't read it anyways ... :)

Can I just PayPal some $US from the US PayPal to jorrit [at] ncode [dot] nl ??

Yes you can, and I have updated the paypal links. Thanks by the way :) I really appreciate it

Tralala 02-16-2007 04:57 PM

Quote:

Originally Posted by Spleasure (Post 1176800)
The lightbox effect is something I consider for a future version.

Spleasure, another coder by the name of mini2 (who uses this ncode image resizer, BTW) has the best lightbox effect for vBulletin, called highslide. It works really nicely for attachments.

mini2 has posted that he's trying to make it work with the [img] tag... and I thought your two scripts might be a marriage made in vb modding heaven.

Just throwing out the idea and good karma.

Paypal donation is also on the way. :)

Spleasure 02-16-2007 06:09 PM

Quote:

Originally Posted by Tralala (Post 1184022)
Spleasure, another coder by the name of mini2 (who uses this ncode image resizer, BTW) has the best lightbox effect for vBulletin, called highslide. It works really nicely for attachments.

mini2 has posted that he's trying to make it work with the [img] tag... and I thought your two scripts might be a marriage made in vb modding heaven.

Just throwing out the idea and good karma.

Paypal donation is also on the way. :)

I like the effects definitely :) I don't like the fact that for his mod you have to do all kinds of edits yourself, I like to make everything as easy as possible for users. I will have a look into integrating highslide after 1.0. I want to have 1.0 finished soon with the current features and as stable as possible.

fly 02-16-2007 06:17 PM

Quote:

Originally Posted by Spleasure (Post 1184080)
I like the effects definitely :) I don't like the fact that for his mod you have to do all kinds of edits yourself, I like to make everything as easy as possible for users. I will have a look into integrating highslide after 1.0. I want to have 1.0 finished soon with the current features and as stable as possible.

Did you happen to see my message regarding the 'bug' with IE?

Spleasure 02-16-2007 06:28 PM

Quote:

Originally Posted by flypaper (Post 1184085)
Did you happen to see my message regarding the 'bug' with IE?

yes, and the slowdowns at posts with many small images which do not have to be resized anyway is gone in the upcoming version.
Quote:

Originally Posted by mini2 (Post 1184086)
The only file edits you have to do yourself are if you want extra functions. Sadly hooks are not in the right places for some things such as altering pre-defined bbcodes.

You also have to customise the highslide files to match your own URLs, no more difficult than setting your preferences in the admin control panel.

The template mods could maybe be packaged up as a product though, I'm not generally a mod releaser, I just thought the highslide thing worked well and seemed to fill a demand.

I'm not sure how highslide would help this mod really, as it's just a resizer, maybe if you shrank every attached image above the limits down to a thumbnail with a highslide zoom code that could work, but the thing I like about this image resizer is it's very simple in the way it works. Does what it should with little fuss.

Regarding rewriting predefined tags: I rewrote the img tag, and that's quite possible. I'm still thinking how this should be done.


All times are GMT. The time now is 02:50 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.01775 seconds
  • Memory Usage 1,756KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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