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)

Jase2 04-26-2008 09:00 AM

KURTZ conformed that this works with that hack. Anyone else having the same problem?

carrlos 04-26-2008 07:42 PM

Installed and working fine. 3.7 RC4 and Random Album pictures on homepage ok!

madmax1228 04-26-2008 08:11 PM

carrlos, may I ask what you are using to get random pics to the homepage?

furst 04-26-2008 09:24 PM

Quote:

Originally Posted by madmax1228 (Post 1500068)
carrlos, may I ask what you are using to get random pics to the homepage?

https://vborg.vbsupport.ru/showthread.php?t=174445

madmax1228 04-26-2008 10:07 PM

Great! Got it installed...WOW!

asj 04-26-2008 10:24 PM

Problem in the user :down:

mannaraja 04-28-2008 05:42 AM

100%Working

Nice posting thankyou.

Keep on sharing.......

Kadi 04-28-2008 07:55 AM

Hi,

Will this work on 3.6.10?

Jase2 04-28-2008 01:49 PM

Yes, it should do.

dashed 04-29-2008 08:13 PM

Does this resize images in social groups?

Jase2 04-29-2008 08:44 PM

Currently, no. However, when I get the time to work on an update, I can add compatibility with the social groups. :)

rizelim 04-29-2008 08:56 PM

thanks and install

dashed 04-29-2008 11:16 PM

Quote:

Originally Posted by Jase2 (Post 1502700)
Currently, no. However, when I get the time to work on an update, I can add compatibility with the social groups. :)

I'm looking for an image resize mod that'll resize images to comply with the new features of 3.7.x. The image resize mod I have currently doesn't have this feature.

I wish that you add compatibility, as it is useful.

LasT-ChaNcE 04-30-2008 12:21 PM

I just received this error message when selecting Yes for the Clear User Settings Option:

Quote:

Fatal error: Call to a member function query_write() on a non-object in /includes/adminfunctions_options.php(473) : eval()'d code on line 11
Any particular reason why this may be happening?

Jase2 04-30-2008 02:01 PM

That is a known issue. I'll work on the fix.

Charlie98902 04-30-2008 04:14 PM

In what folder do I upload the js file to on the server?

Thanks in advance.

Jase2 04-30-2008 05:17 PM

/clientscript.

Charlie98902 04-30-2008 06:43 PM

Thank you I overlooked that folder. :D

johnny713 04-30-2008 11:54 PM

How come mine don't work? I upload the js file to clienscript folder, then I import the xml file through the Manage Products. Then I went to Image Resizer Option in the Vbulletin Option and ENABLE it. But my doesn't resize like the demo your had. Did I miss any step? What is wrong with mine? I use Vbulletin 3.6.5, it should be working right?

Screen Shot:
http://i29.tinypic.com/2gsoh1d.jpg

bongwater 05-01-2008 10:25 AM

is it possible to change the background color and font color of the image bar? We have a dark forum and would like to modify the color of this, if it is possible.

http://img122.imageshack.us/img122/8...zerraveij2.png

hawkeye1 05-01-2008 02:40 PM

Little confused. Does this resize an image that a user has posted in a thread using [img] tags getting the image from another server. If so its what I need. :) thanks

tmiland 05-01-2008 05:37 PM

Quote:

Originally Posted by bongwater (Post 1504378)
is it possible to change the background color and font color of the image bar? We have a dark forum and would like to modify the color of this, if it is possible.

That is possible :)

In template "ncode_imageresizer_headinclude"
change:
Code:

table.ncode_imageresizer_warning {
    background: #869BBF url($vboptions[bburl]/images/gradients/gradient_tcat.gif) repeat-x top left;
    color: #FFFFFF;
    border: 1px solid #CCC;
    cursor: pointer;
}

To whatever fits your style :D

It might look different for you, since i have modified it for my style (default).

*edit*
Quote:

Originally Posted by hawkeye1 (Post 1504617)
Little confused. Does this resize an image that a user has posted in a thread using [img] tags getting the image from another server. If so its what I need. :) thanks

That is correct, this would be just what you need! ;)

gim 05-02-2008 03:34 AM

GREAT!

:up:

Zweeper 05-02-2008 09:07 AM

Quote:

Originally Posted by KURTZ (Post 1494027)
OK, just installed ... works like a charm ... :D

anyway Jason you don't have fixed the profile 'issue' ... check the attachment ...

someone fixed this problem?
or when is the next release comming? ;)

Jase2 05-02-2008 12:36 PM

I'm working on a new version. I really don't want to rush a new version out. I want to take many feature requests, and implement the best ones. :)

The userCP options can be tricky, as they are phrases. So, I'm working on a workaround for the <fieldset class="fieldset"> ;)

Zweeper 05-02-2008 01:05 PM

okay, well, im awaiting the new release ;)
good job so far

furst 05-04-2008 12:30 AM

Anyone figured out a way to get this to work in user albums yet?

brendanc 05-04-2008 01:05 AM

Working great on my forums. I'm only using this for threads... and it works flawlessly in Firefox too.

q8manar 05-04-2008 05:28 AM

problem with vb 3.7.0

the product made the IE close after one minutes , it gave me messegae the IE has accured problem and it close..

Jase2 05-04-2008 06:16 PM

q8manar, not getting that error here. Are you sure it isn't another hack?

danielc2384 05-05-2008 03:02 PM

Only probably (minor) is that when a page loads up the image automatically opens big for a split second. I would prefer if it was the smaller size when opened.

Other then that great mod!

Andy92 05-05-2008 07:46 PM

Same, if this could be fixed then it would be awesome!

Stubbed 05-06-2008 06:17 AM

Quote:

Originally Posted by danielc2384 (Post 1509357)
Only probably (minor) is that when a page loads up the image automatically opens big for a split second. I would prefer if it was the smaller size when opened.

Other then that great mod!

That's because the script is executed when the page is completely loaded, there's not really any way around this, as there are other effects on page loading/image viewing time.

There are a couple of bugs:

In readme.html

Quote:

Please report all bugs, or feature requests at: https://vborg.vbsupport.ru/showthread.php?t=176531
That actually links to /www.paulsonny.com

When selecting the option to reset the users settings, I get this error:

Quote:

Fatal error: Call to a member function query_write() on a non-object in /var/www/nzhondas.com/forum/includes/adminfunctions_options.php(473) : eval()'d code on line 11
Also, the settings in the user control panel appear to be broken. *edit* - I just noticed you are aware of that issue..

All of this is on 3.7 Gold.

Andy92 05-06-2008 04:24 PM

What you need to update is this...

1) Make the image auto resize before they have loaded. Because page breaks then fixes once the image has loaded.

2) Instead of when the person clicks the bar at the top of the image and then it opens up a new tab or window with the image url in, why not make it open with a lightbox? Like the click it, the page fades out and it appeares in that javascript lightbox?

Mrdby 05-06-2008 06:15 PM

Quote:

Originally Posted by Stubbed (Post 1510111)
That's because the script is executed when the page is completely loaded, there's not really any way around this, as there are other effects on page loading/image viewing time.

There are a couple of bugs:

In readme.html



That actually links to /www.paulsonny.com

When selecting the option to reset the users settings, I get this error:



Also, the settings in the user control panel appear to be broken. *edit* - I just noticed you are aware of that issue..

All of this is on 3.7 Gold.

same issue

Jase2 05-06-2008 09:10 PM

Yes, that error is known. I will try get a fix provided asap.

Stubbed 05-07-2008 02:29 AM

Quote:

Originally Posted by Andy92 (Post 1510658)
1) Make the image auto resize before they have loaded. Because page breaks then fixes once the image has loaded.

I don't see how you would do this, the hack is javascript based and is only going to know the full size of the image once it is completely loaded. You could in theory make a complete ground up hack using php to check the file dimensions first, and that would create much more traffic/load.

To me, the temporary breakage in theme is acceptable, if this was something that the coder would want to undertake it would have to be optional.

Quote:

Originally Posted by Andy92 (Post 1510658)
2) Instead of when the person clicks the bar at the top of the image and then it opens up a new tab or window with the image url in, why not make it open with a lightbox? Like the click it, the page fades out and it appeares in that javascript lightbox?

Again, all these are great feature ideas for some people, but shouldn't be made the default/one and only option. A lot of my users don't use Lightbox because it's to slow.

XiZa 05-07-2008 08:01 AM

couldn't you use max-width (css) and ie hack to make sure it doesn't display the big image for a split second ?

XiZa 05-07-2008 08:02 AM

#posts img {
max-width:400px;
width: expression(this.width > 400 ? 400: true);
}

DieselMinded 05-09-2008 01:29 AM

Is this a stable mod or is it in Beta ?


All times are GMT. The time now is 08:37 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.01762 seconds
  • Memory Usage 1,818KB
  • 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
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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