View Full Version : Add-On Releases - The Image Resizer. Powered with Lytebox / Highslide / Lightview / and many more!
gabrielt
08-25-2008, 11:36 PM
Hey,
I found a small bug on nCode Image Resizer: UserCP inclusion plugin.
Where is:
$customfields['threadview'] .= '<fieldset class="fieldset">
<legend><label for="theimageresizer">' . $vbphrase['ncode_imageresizer_profileoptions_title'] . '</title></legend>' . $vbphrase['ncode_imageresizer_profileoptions_title_desc'] . '';
Should be:
$customfields['threadview'] .= '<fieldset class="fieldset">
<legend><label for="theimageresizer">' . $vbphrase['ncode_imageresizer_profileoptions_title'] . '</label></legend>';
Two errors: you used </title> instead of </lable> and you can post a text ($vbphrase['ncode_imageresizer_profileoptions_title_desc']) outside the table that follows or you will have a break in layout. In fact, $vbphrase['ncode_imageresizer_profileoptions_title_desc'] and $vbphrase['ncode_imageresizer_mode_description'] are identical, showing that the above piece was added by mistake.
Cheers,
Gabriel.
zeroyon
08-26-2008, 10:59 AM
There seems to be an issue with "errors on page" improper syntax if used with the Zoints Profile system.. any clues...
Line 390 Character 30 Improper syntax... attached is the page code..
TCattitude
08-26-2008, 12:38 PM
Nice. Installed. A small bug though. Line 120 from ncode_imageresizer.js must be changed from
mimg.src = NcodeImageResizer.BBURL+'/images/statusicon/wol_error.gif';
to
mimg.src = '/images/statusicon/wol_error.gif';
Thanks
Gabriel.
For me (and many others) in multiples installs, this works ok. Comes in that way from ncode image resizer for vb's 3.6.x.
I just change (in headinclude template) the order of the javascripts. Now it declare first, and then call the ncode .js
Hey,
I found a small bug on nCode Image Resizer: UserCP inclusion plugin.
Where is:
$customfields['threadview'] .= '<fieldset class="fieldset">
<legend><label for="theimageresizer">' . $vbphrase['ncode_imageresizer_profileoptions_title'] . '</title></legend>' . $vbphrase['ncode_imageresizer_profileoptions_title_desc'] . '';
Should be:
$customfields['threadview'] .= '<fieldset class="fieldset">
<legend><label for="theimageresizer">' . $vbphrase['ncode_imageresizer_profileoptions_title'] . '</label></legend>';
Two errors: you used </title> instead of </lable> and you can post a text ($vbphrase['ncode_imageresizer_profileoptions_title_desc']) outside the table that follows or you will have a break in layout. In fact, $vbphrase['ncode_imageresizer_profileoptions_title_desc'] and $vbphrase['ncode_imageresizer_mode_description'] are identical, showing that the above piece was added by mistake.
Cheers,
Gabriel.
Was already mentioned earlier in the thread, and is already fixed in v1.2.7 ;)
...
@Subah, i'm not ignoring you. It's just this threads for keep bugfixing and feature request are not efficient at all. Sorry.
TCattitude
08-26-2008, 01:32 PM
Having lettle problem with the sighutre when i click on the bar to see the orginal size "inlargment in the same windows" its work fine but i click on it again to return to the small size it would`nt ?!
Fixed in v1.2.7
Hi,
How can I disable this (brilliant!) plug-in for a specific style? I don't want all this javascript in my mobile vBulletin styles. Any ideas? Thanks!
Implemented in v1.2.7
zglows
08-26-2008, 03:00 PM
This is an awesome mod TCattitude.
In a forum I visit when you add a very large image through [IMG] bbcode, and load the final post the image is not displayed until is fully loaded.
So the style never breaks.
Is this possible to accomplish?
TCattitude
08-26-2008, 04:52 PM
W3 validation error
Any ideas?
Fixed. New option/choice in v1.2.7
Arjan
08-26-2008, 06:49 PM
This mod works just fine with the IMG tags for me.
But with the embedded attachments it does not work for me. The embedded attachments stay the original size.
When I look in the HTML code, I see "onLoad" added to the IMG tag for the IMG BB-code but not for the embedded attachments.
Here you can see it in one post: external image is resized, attachment stays original size:
http://www.nederlandseluchtvaart.nl/forums/f13-fokker/toegangsdeur-fokker-t-v-entrance-door-fokker-t-v-3537/index3.html#post4081
Tested on my other site: Same issue:
http://www.simmerspaintshop.com/forums/test/2054-resize-test.html
Any clue what is going wrong here?
vbboarder
08-26-2008, 09:03 PM
This mod works just fine with the IMG tags for me.
But with the embedded attachments it does not work for me. The embedded attachments stay the original size.
When I look in the HTML code, I see "onLoad" added to the IMG tag for the IMG BB-code but not for the embedded attachments.
Here you can see it in one post: external image is resized, attachment stays original size:
http://www.nederlandseluchtvaart.nl/forums/f13-fokker/toegangsdeur-fokker-t-v-entrance-door-fokker-t-v-3537/index3.html#post4081
Tested on my other site: Same issue:
http://www.simmerspaintshop.com/forums/test/2054-resize-test.html
Any clue what is going wrong here?
This mod works fine for me for both external images and attachments. What media player are you using? I'm using Shadowbox with no problems.
TCattitude
08-26-2008, 11:36 PM
v1.2.7 (August 26th, 2008)
- Added. Option to exclude certain styles from apply all the image-resizer thing.
That way you can exclude you "mobile" style (mobile style hack @ vb.org)
and not overload that with all the javascripts from lightboxes.
Downsize: images in those excluded styles will not resize images.
- Added. CSS Class for resized images. You can easily customize your needs for HOW
to display a downsized image, borders, spacers, and many others only using
the defined CSS Class.
CSS class for img tags are:
tcattdimgresizer ->normal IMG tag
tcattdimglink -> IMGLINK tag
- Fixed. Proper fieldset in UserCP options for Image Resizer. Now really fixed (i hope).
- Fixed. Using "resize in same window" for signatures not downsize well the image
after user click to go back from full size to small size.
- Fixed. Not a fix really, but implemented the downsize of image attachments in vbadvanced
news module. I'm not using vbadv anymore, that's why i don't "see" that before.
- Fixed/Added. Fix the Not Valid XHTML 1.0 Transitional.
Added an option to choose a new javascript metod to resize images, that's
100% valid. Is optional, so you can keep the old and nice Ncode mode,
or change it to the new one.
vbboarder
08-27-2008, 12:28 AM
Thanks for the update! Everyone, vote for this mod (I'm sure it can win or at least get 2nd place ;) ): https://vborg.vbsupport.ru/showthread.php?t=186918
Currawong
08-27-2008, 12:33 AM
Edit: Can download it now.
zglows
08-27-2008, 05:08 AM
voted for mod of the month.
thanks for the update!
Can you please answer my previous question?
Arjan
08-27-2008, 05:29 AM
This mod works fine for me for both external images and attachments. What media player are you using? I'm using Shadowbox with no problems.
You mean you see things correctly on my pages?
I can hardly believe that, since for the embedded attachemnts the tag onload="NcodeImageResizer.createOn(this);" is missing, which is there in the external images.
And I have the feeling you haven't even taken a look, since you have to ask which mediaplayer I use...
jambo_1969
08-27-2008, 05:46 AM
For some reason - PNG files won't show ?
Arjan
08-27-2008, 06:11 AM
This mod works just fine with the IMG tags for me.
But with the embedded attachments it does not work for me. The embedded attachments stay the original size.
When I look in the HTML code, I see "onLoad" added to the IMG tag for the IMG BB-code but not for the embedded attachments.
Here you can see it in one post: external image is resized, attachment stays original size:
http://www.nederlandseluchtvaart.nl/forums/f13-fokker/toegangsdeur-fokker-t-v-entrance-door-fokker-t-v-3537/index3.html#post4081
Tested on my other site: Same issue:
http://www.simmerspaintshop.com/forums/test/2054-resize-test.html
Any clue what is going wrong here?
Meanwhile installed the new version on the second site. and tried TCattd mode. Embedded attachments are still not downsized
Tried turning off CMPS and vbSEO, but problem is still there.
Disabled PassiveVid, no avail.
As a test and possible quick and dirty fix I tried to put onload="NcodeImageResizer.createOn(this);" into the class_bbcode.php in this line$replace[] = "<img src=\"{$this->registry->options['bburl']}/attachment.php?{$this->registry->session->vars['sessionurl']}attachmentid=\\1&d=$attachment[dateline]\" border=\"0\" alt=\""
I tried a few different ways, but the all cause errors. Can someone tell me what the line should look like with onload="NcodeImageResizer.createOn(this);" in it?
Stoebi
08-27-2008, 06:17 AM
Hi
Thanks for the update. :)
It is possible to update highslide 3.3.22 to 4.0.4, please?
Regards, Stoebi
Sakera
08-27-2008, 08:12 AM
Has anyone found a solution for highslide not centering images when zooming external images ? They Zoom out from upper left corner instead of from the image itself....
GrendelKhan{TSU
08-27-2008, 11:14 AM
couldn't find the answer...
anyone know if this works with VBAGALLERY (aka vbphotopost gallery)?
Subah
08-27-2008, 11:40 AM
couldn't find the answer...
anyone know if this works with VBAGALLERY (aka vbphotopost gallery)?
No it is not
TCattitude
08-27-2008, 12:25 PM
This is an awesome mod TCattitude.
In a forum I visit when you add a very large image through [IMG] bbcode, and load the final post the image is not displayed until is fully loaded.
So the style never breaks.
Is this possible to accomplish?
That will require server resources to check the image dimensions and "hide" it until is fully loaded, i think, and that's not the point of this mod (to use server resources for image downsizing).
Really, i don't figure out how they (from your example) did it (in case they don't use server resources for that).
couldn't find the answer...
anyone know if this works with VBAGALLERY (aka vbphotopost gallery)?
I don't own that product, so... sorry, nothing i can do.
You mean you see things correctly on my pages?
I can hardly believe that, since for the embedded attachemnts the tag onload="NcodeImageResizer.createOn(this);" is missing, which is there in the external images.
And I have the feeling you haven't even taken a look, since you have to ask which mediaplayer I use...
It works like that.
Attach "integration" only means about replacement for vb's default lightbox to lightbox selected by you in the admincp.
Attachments have thumbnails and when i test it, i use those, so i don't see a point in downsize them if already have a downsize version of the image within the thumb itself.
But, it's not a bug.
Hi
Thanks for the update. :)
It is possible to update highslide 3.3.22 to 4.0.4, please?
Regards, Stoebi
Yeah sure. Will release a minor update today i hope, 1.2.7b, just for that.
Arjan
08-27-2008, 12:58 PM
It works like that.
Attach "integration" only means about replacement for vb's default lightbox to lightbox selected by you in the admincp.
Attachments have thumbnails and when i test it, i use those, so i don't see a point in downsize them if already have a downsize version of the image within the thumb itself.
But, it's not a bug.
OK, I thought it would also resize embedded attachments. I know it is possible from a hardcoded resize mod.
I didn't consider it a bug, but thought something on my boards was getting in the way somehow.
Reason why I want it on embedded attachments, because I do not use thumbnails since I want to display the full image in articles and tutorials.
But that does also allow users to post (too) big images at other places.
Could you tell me how to add onload="NcodeImageResizer.createOn(this);" in the line in the php file, like I asked before? My attempts with a / before the " did throw up errors.
If I manage to add it, then this mod works exactly like I would want it to.
jambo_1969
08-27-2008, 01:29 PM
PNG images files ?
Actually now I dig deeper, using Lytebox, it seems very hit or miss whether it actually works ?
Sometimes it opens in a new window, sometimes I get a hanging white box, other times, it does work...
What am I missing ?
irishblue
08-27-2008, 03:23 PM
thanks for the update! love this mod :)
however it is still not working on vbadvanced in its img tags, do we need to insert some code in the vbadvanced templates?
ps: lytebox doesn't seem to work in the new version, it opens just the image in the same window but without the lightbox effect. I switched to lightview and it is working fine.
TCattitude
08-27-2008, 03:46 PM
OK, I thought it would also resize embedded attachments. I know it is possible from a hardcoded resize mod.
I didn't consider it a bug, but thought something on my boards was getting in the way somehow.
Reason why I want it on embedded attachments, because I do not use thumbnails since I want to display the full image in articles and tutorials.
But that does also allow users to post (too) big images at other places.
Could you tell me how to add onload="NcodeImageResizer.createOn(this);" in the line in the php file, like I asked before? My attempts with a / before the " did throw up errors.
If I manage to add it, then this mod works exactly like I would want it to.
Solved.
Added and option in v1.2.8 to downsize attachs with no thumbs.
thanks for the update! love this mod :)
however it is still not working on vbadvanced in its img tags, do we need to insert some code in the vbadvanced templates?
ps: lytebox doesn't seem to work in the new version, it opens just the image in the same window but without the lightbox effect. I switched to lightview and it is working fine.
I have no vbadvanced install running on live, and... too lazy to install it on the test board (for now; thing to do outside here). Some example url to "see" the problem?.
NO lightbox was touched in this update (and in v1.2.8 just highslide will be updated). So, i think it's not a problem with this mod and his update.
TCattitude
08-27-2008, 03:53 PM
Update released.
v1.2.8 (August 27th, 2008)
- Updated. Highslide from 3.3.22 to 4.0.4
- Added. Option to downsize attached images with no thumbnail.
- Fixed. A problem with highslide image path in forums with vb's files
in the server root. Before some installs take the paths well, some not.
Changed the way it load the CSS into the highslide template (just path vars)
to fix that, using vboptions->bburl for full path.
To upgrade you need to:
- upload (and overwrite) the file folder /clientscript/highslide/
Then, re-import the new 1.2.8 product (allow overwrite = yes).
irishblue
08-27-2008, 03:56 PM
Solved.
Added and option in v1.2.8 to downsize attachs with no thumbs.
I have no vbadvanced install running on live, and... too lazy to install it on the test board (for now; thing to do outside here). Some example url to "see" the problem?.
NO lightbox was touched in this update (and in v1.2.8 just highslide will be updated). So, i think it's not a problem with this mod and his update.
here's an example url for vbadvanced: http://www.denisehocc.com/
it works in the thread: http://www.denisehocc.com/forum/showthread.php?t=5822
Subah
08-27-2008, 04:04 PM
Thanks for the update again ;)
Bansidhe
08-27-2008, 04:30 PM
here's an example url for vbadvanced: http://www.denisehocc.com/
it works in the thread: http://www.denisehocc.com/forum/showthread.php?t=5822
Hello Irishblue -
I used Highslide and I actually installed this mod last night and updated it myself to version 4.0.4. Sorry TC it was before I woke up this morning to see that you have already done that in the lastest version.
With vbadvanced, Highslide works fine with [img] attachments. It auto downsized the images on the portal page. You can check it out here:
http://dpworldgaming.dpguild.net/
See more of the [img] tage here :
http://dpworldgaming.dpguild.net/forums/showthread.php?t=3358
And attachment look here (post #20):http://dpworldgaming.dpguild.net/forums/showthread.php?t=3358&page=2
I didn't do anything special for the [img] downsizing to work. I use the same mod. I just changed the way my Highslide looks when used.
Thanks for the latest upgrade, but that's how the latest URL for some images looks like now:
forums/clientscript/highslide/clientscript/highslide/graphics/loader.gif
jambo_1969
08-27-2008, 05:02 PM
Nope.
Nada works.
Can someone tell me whether I need to manually alter ANY CSS/Template or the JS files ?
THanks in advance for your support - but I'm getting sick of seeing a white box with a swirly thing going round and no picture....
Do I need to disable the standard VB settings for resizing or Lightbox ?
TCattitude
08-27-2008, 05:18 PM
Thanks for the latest upgrade, but that's how the latest URL for some images looks like now:
forums/clientscript/highslide/clientscript/highslide/graphics/loader.gif
template tcattd_imageresizer_headinclude_highslide was changed in 1.2.8, you need to revert it.
Hello Irishblue -
I used Highslide and I actually installed this mod last night and updated it myself to version 4.0.4. Sorry TC it was before I woke up this morning to see that you have already done that in the lastest version.
With vbadvanced, Highslide works fine with [img] attachments. It auto downsized the images on the portal page. You can check it out here:
http://dpworldgaming.dpguild.net/
See more of the [img] tage here :
http://dpworldgaming.dpguild.net/forums/showthread.php?t=3358
And attachment look here (post #20):http://dpworldgaming.dpguild.net/forums/showthread.php?t=3358&page=2
I didn't do anything special for the [img] downsizing to work. I use the same mod. I just changed the way my Highslide looks when used.
Yes. I just get a friend's vbulletin with vbadvanced. Installed this same mod (v1.2.8) and resizing in homepage, news module, works.
Do nothing special.
So, i don't know irishblue.
vbboarder
08-27-2008, 05:22 PM
Thanks for such a fast update!
Suggestion: It's great that you provide support for 11 different JS image viewer scripts. But I doubt some of those viewers are used much. To reduce compatibility headache and focus support better, you may want to start a poll to see which viewer scripts are most popular. Maybe provide support for the top 5. IMO, top 5 are: shadowbox, lightwindow, lightview, highslide, & thickbox. But it's your mod, so your call - just a suggestion ;)
template tcattd_imageresizer_headinclude_highslide was changed in 1.2.8, you need to revert it.
Yes. I just get a friend's vbulletin with vbadvanced. Installed this same mod (v1.2.8) and resizing in homepage, news module, works.
Do nothing special.
So, i don't know irishblue.
Thanks, works fine now.
serpents.guild
08-27-2008, 05:51 PM
Updated my boards last night, seems that potential registers get an error in IE only when attempting to register ... Internet Explorer pops up with an "Operation Aborted" error ... problem only occurs in IE 6 or 7 ... disabled the product and I was able to register with IE fine ... anyone else see this happening?
serpents.guild
08-27-2008, 06:05 PM
seems to be limited to using roe box v0.9
TCattitude
08-27-2008, 07:13 PM
Updated my boards last night, seems that potential registers get an error in IE only when attempting to register ... Internet Explorer pops up with an "Operation Aborted" error ... problem only occurs in IE 6 or 7 ... disabled the product and I was able to register with IE fine ... anyone else see this happening?
Read the... readme.
Known issues.
jambo_1969
08-27-2008, 07:58 PM
Read the... readme.
Known issues.
What about the questions I asked earlier ?
Thanks in advance
TCattitude
08-27-2008, 08:35 PM
PNG images files ?
Actually now I dig deeper, using Lytebox, it seems very hit or miss whether it actually works ?
Sometimes it opens in a new window, sometimes I get a hanging white box, other times, it does work...
What am I missing ?
Try with the default vb's style, and see whats happen.
gabrielt
08-27-2008, 10:04 PM
Hello,
I loved the idea -- we've been using nCode Image Resizer for a while now. Nice upgrade.
However we bumped into a real problem. In our forums we have lots of people posting images like this:
[ URL=url_to_the_big_image][ IMG=little_thumbnail_image][ /IMG][ /URL]
(the spaces before the tag were added so this forum wouldn't try to convert them into HTML).
For obvious reasons this makes any of the "fancy" lightview options to recognize only what is inside the IMG tag, which is the thumbnail, not the big image. Thus when we enable any of these lightview options, they display only the small thumbnails, not the big images...
I was wondering how difficult it would be to hack your mod to allow it to detect this [URL][IMG] tag nesting and "fix" this behaviour.
I hope I was clear enough for you to understand what we are facing here.
Cheers,
Gabriel.
TCattitude
08-27-2008, 10:39 PM
Hello,
I loved the idea -- we've been using nCode Image Resizer for a while now. Nice upgrade.
However we bumped into a real problem. In our forums we have lots of people posting images like this:
[ URL=url_to_the_big_image][ IMG=little_thumbnail_image][ /IMG][ /URL]
(the spaces before the tag were added so this forum wouldn't try to convert them into HTML).
For obvious reasons this makes any of the "fancy" lightview options to recognize only what is inside the IMG tag, which is the thumbnail, not the big image. Thus when we enable any of these lightview options, they display only the small thumbnails, not the big images...
I was wondering how difficult it would be to hack your mod to allow it to detect this [URL][IMG] tag nesting and "fix" this behaviour.
I hope I was clear enough for you to understand what we are facing here.
Cheers,
Gabriel.
Readme, known issues, IMGLINK tag.
ExTincTi0N
08-27-2008, 10:56 PM
Ok guess you didn't see my post. But I am "trying" to use this mod. I selected lytebox as my image thing. But it didn't work it just took me to a new window/tab/or in same window or tab with the image. Lytebox doesn't even work when I select it.
TCattitude
08-27-2008, 11:07 PM
Ok guess you didn't see my post. But I am "trying" to use this mod. I selected lytebox as my image thing. But it didn't work it just took me to a new window/tab/or in same window or tab with the image. Lytebox doesn't even work when I select it.
Other lightbox works for you?. Which?
Reupload all v1.2.8 files and re-import the product (overwrite). Then, try the vb's default style, and see what happen.
ExTincTi0N
08-28-2008, 12:13 AM
Thank you very much, I got it to work with the update. Just wondering is there a way to select certain forums this mod will not work on like the gfx tutorial forums?
verino
08-28-2008, 03:18 AM
thank's for the update :up:
irishblue
08-28-2008, 03:37 AM
Hello Irishblue -
I used Highslide and I actually installed this mod last night and updated it myself to version 4.0.4. Sorry TC it was before I woke up this morning to see that you have already done that in the lastest version.
With vbadvanced, Highslide works fine with [img] attachments. It auto downsized the images on the portal page. You can check it out here:
http://dpworldgaming.dpguild.net/
See more of the [img] tage here :
http://dpworldgaming.dpguild.net/forums/showthread.php?t=3358
And attachment look here (post #20):http://dpworldgaming.dpguild.net/forums/showthread.php?t=3358&page=2
I didn't do anything special for the [img] downsizing to work. I use the same mod. I just changed the way my Highslide looks when used.
thanks! I checked out ur site and realised I didn't have the latest vbadvanced cmps ver. I upgraded it and it's working like a charm now! :D
jambo_1969
08-28-2008, 04:18 AM
Try with the default vb's style, and see whats happen.
Tried it and it was very sporadic.
Updated/Overwritten to 1.2.8, but more worryingly after the update, my server spiked to 157 load average....
After uninstalling the product, all calmed down a little....so not entirely sure what was going on there !
Bansidhe
08-28-2008, 04:40 AM
thanks! I checked out ur site and realised I didn't have the latest vbadvanced cmps ver. I upgraded it and it's working like a charm now! :D
Don't you hate it when that happens? :) You rack your brain till all your hair falls out wondering wtf is going on, why it isn't working and then all of a sudden you see the problem and it's so small and under your nose the whole time.....for you it was just an older version that just needed to be updated. :D
Arjan
08-28-2008, 07:00 AM
Solved.
Added and option in v1.2.8 to downsize attachs with no thumbs.
Thanks, it works like a charm :)
Arjan
08-28-2008, 07:08 AM
I discovered one little problem while toying around with the options.
When you have a lightbox selected (both nCode and TCatted mode) then the attachment is not clickable to view the large version.
In the plain versions (which I use) where you have the bar above the image it works fine.
Arjan
08-28-2008, 07:59 AM
Other lightbox works for you?. Which?
Reupload all v1.2.8 files and re-import the product (overwrite). Then, try the vb's default style, and see what happen.
I didn't mention, but on one of my sites I had that with Shadowbox. While on the other it worked just fine. Maybe because I only uploaded the js files and nit the lightbox directories while installing 1.2.7 over 1.2.6?
After upgrading to 1.2.8 it worked fine for me. I uploaded the complete thing and I changed Add rel="nofollow" to Links pointing TO Member Profiles FROM Forumhome
in vbSEO to no to have it the same as on the board where it was working allready.
Hope this provides some things to try and solve it.
GrendelKhan{TSU
08-28-2008, 09:03 AM
I don't own that product, so... sorry, nothing i can do.
just for reference in case you ever get to it (A LOT of vbull users use this):
http://www.photopost.com
(there is PRO and a version specifically for vbulletin)
--> vbaPhotoPost Gallery demo (http://unrealaddicts.com/forums/gallery/)
Anyway..great product!! Hope you can make it work for vbagallery someday :) I'm all over it if so. :)
Arjan
08-28-2008, 11:51 AM
just for reference in case you ever get to it (A LOT of vbull users use this):
http://www.photopost.com
(there is PRO and a version specifically for vbulletin)
--> vbaPhotoPost Gallery demo (http://unrealaddicts.com/forums/gallery/)
Anyway..great product!! Hope you can make it work for vbagallery someday :) I'm all over it if so. :)
Maybe you should have a look at Photoplog. I choose it for my second website over Photopost which I have on my first site. Since it is fully integrated with vBulletin and has features like Highslide, for example. It costs as much as the yearly fee for Photopost.
I am planning to switch to it for my first site as well.
Sakera
08-28-2008, 07:39 PM
Has anyone found a solution for highslide not centering images when zooming external images ? They Zoom out from upper left corner instead of from the image itself....
To solve this I had to specify to highslide, using "thumbnailId" preference, the ID of the correct javascript container.
To achieve this i added a variable in the regexp witch i assigned to both the "thumbnailId" preference and as an ID on the <IMG> tag. I then had to change the ncode javascript to use my ID instead of creating it's own.
Thomas
Hi,
Great mod.
I'm sure this is related to the known img link issue - but if I attach a PDF to a post that includes a thumbnail - then the resizers attempt to resize the thumbnail (unsuccessfully) rather than open the attached PDF. Any easy way to overcome this. I can disable thumbnails for PDFs - but it's an undesirable sacrifice.
Thanks,
Ben
Magnumutz
08-28-2008, 10:50 PM
For some damn odd reason, my images don't get resized, no matter what method i choose.
Sunsetdriver
08-29-2008, 11:13 AM
Great mod, however I'm experiencing some glitches here and there:
Resize external Images in Signatures
Even if I set it to OFF, signatures are clickable and open in lightboxes (of course sizes are smaller than the maximum allowed ones.
Same happens with images hosted in my server and with dimensions smaller than the maximum ones. You can hover those images and open them in lightbox. :confused:
djawir
08-30-2008, 04:39 AM
tcattd_imageresizer.js not compatible with IE browser please fix them
when open new reply, new thread, send message, register page get "operation abort" warning
yotsume
08-30-2008, 04:41 AM
Is there anyway to make this mod work with attached images in the vb blog system? I see it works with the img tag but why not with the attached blog images? I really need some sort of highslide type mod for the blog system.
Bansidhe
08-30-2008, 04:54 AM
Great mod, however I'm experiencing some glitches here and there:
Resize external Images in Signatures
Even if I set it to OFF, signatures are clickable and open in lightboxes (of course sizes are smaller than the maximum allowed ones.
Trying to help. I don't have any problems with any signatures being open by Highslide in this mod. I have users that upload or use external links to display their signatures. Do you have the mod set to the following?
Resize external Images in Signatures - No
IMGLink tag, kill in signatures? - Yes (this will default the mod to use the forums [img] tag setting and not use TC's imglink tag)
If this is set, then all external images used for signatures will no resize or open with the mod.
Hope it helps.
Spicey LA
09-01-2008, 01:21 AM
I keep gettin this error message when I try to edit the settings via admincp...
Fatal error: Call to a member function query_write() on a non-object in /home/horrorfa/public_html/includes/adminfunctions_options.php(490) : eval()'d code on line 17
Can someone plz help me out? thanx!
lolo?
09-01-2008, 07:20 AM
hy
if i use lightview 2.3 internet explorer crash not fire fox i think there is a problem with this
TCattitude
09-01-2008, 12:25 PM
Thank you very much, I got it to work with the update. Just wondering is there a way to select certain forums this mod will not work on like the gfx tutorial forums?
Nice suggestion. Excluded forums. Will see for next version.
For some damn odd reason, my images don't get resized, no matter what method i choose.
Try using the vb's default style, and see whats happen.
Great mod, however I'm experiencing some glitches here and there:
Resize external Images in Signatures
Even if I set it to OFF, signatures are clickable and open in lightboxes (of course sizes are smaller than the maximum allowed ones.
Same happens with images hosted in my server and with dimensions smaller than the maximum ones. You can hover those images and open them in lightbox. :confused:
That's how it works. One thing is resizing the images down, and another thing is if they are clickeable for open into lightboxes or not. The second one happen always, no matter the size of the image, and/or if it was downsized or not.
tcattd_imageresizer.js not compatible with IE browser please fix them
when open new reply, new thread, send message, register page get "operation abort" warning
It's not that javascript, it's a lightbox problem and it covered in the "known issues" of the readme.
Read the readme, that's why those files exists.
Is there anyway to make this mod work with attached images in the vb blog system? I see it works with the img tag but why not with the attached blog images? I really need some sort of highslide type mod for the blog system.
Should work on vbblogs. I personally not try that, but i will see and if it not working, will added in next version.
hy
if i use lightview 2.3 internet explorer crash not fire fox i think there is a problem with this
Same reply given to djawir:
Read the readme, that's why those files exists.
Known issues.
Spicey LA
09-01-2008, 01:35 PM
I keep gettin this error message when I try to edit the settings via admincp...
Fatal error: Call to a member function query_write() on a non-object in /home/horrorfa/public_html/includes/adminfunctions_options.php(490) : eval()'d code on line 17
Can someone plz help me out? thanx!
yahoooh
09-01-2008, 07:00 PM
i have issue with :
Links and Downloads Manager!
i use in description of some entries :
and the image which should use this hack to show in the fullbage it will open in another page
how to make it use this hack as threads and other addon that i use on them [img]
any help plz
ShiZoPhreN
09-04-2008, 08:07 PM
Hello,
I have a Feature Request, many User of my Forum use the BBCode "IMG" and not the "IMGLINK", so its bad when any1 use eg. Imagehacks-Thumbnails, the Thumbnails are small, and when i click on it, the Highslide display me the small Thumbnails, so my Idea is, the hack has an Option to exclude urls eg. Imageshack.us.
Sorry for my bad English and i hope you understand me :)
Thanks in Advance
i am wondering why my picture attachments are not showing as a picture its still a link to picture? tnx
PoetJA-1975
09-05-2008, 06:32 AM
Hello,
I have a Feature Request, many User of my Forum use the BBCode "IMG" and not the "IMGLINK", so its bad when any1 use eg. Imagehacks-Thumbnails, the Thumbnails are small, and when i click on it, the Highslide display me the small Thumbnails, so my Idea is, the hack has an Option to exclude urls eg. Imageshack.us.
Sorry for my bad English and i hope you understand me :)
Thanks in Advance
Great suggestion!
Jacquii.
G3mInI
09-07-2008, 06:13 AM
Nice mod. Lightview is the best in my opinion. Installed no problems or issues 3.7.3 PL1.
Thanks.
yotsume
09-08-2008, 05:56 AM
Why can this not handle attached images in blogs? Can your PLEASE make this to handle attached blog images that are uploaded by users.
DoB Rhapsody
09-09-2008, 11:24 PM
I'm having a little problem with mine. It seems that 25% of the time the image just doesn't re-size. For example, i can reload a thread several time and at least a couple times the image will not re-size. This is a problem for me because my homepage relys on images not stretching the layout.
yotsume
09-09-2008, 11:37 PM
In Firefox my site does the same thing. The first time I make a post it will show the larger images. When I hit refresh it will then resize. In IE ive notuced this is not a problem for me.
Usually after one refresh the images are resized correctly. Is this a bug or cross browser issue?
directprint
09-10-2008, 11:02 AM
I seem to have a problem with external images using lightbox, it just times out everytime when it goes to get the larger image. Also have VBSEO installed, not sure if that would effect anything.
xoutlawz00x
09-12-2008, 10:02 PM
my highslide pic align to the left any way to fix this?
Chadi
09-13-2008, 03:11 AM
It appears url based images (inline) do not work with your hack. Had the same problem with the lytebox mod from another author too.
There are css errors also relating to the IE6 portion...
URI : http://www.talkjesus.com/clientscript/lightview/lightview.css
377 * html #lightview Value Error : margin-top Lexical error at line 377, column 89. Encountered: "?" (63), after : "" ? document.documentElement.scrollTop : 0) + (Lightview.navbarHeight | 0)) + 'px');
378 margin-left Value Error : margin-top Parse Error margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
381 margin-left Value Error : margin-top Parse error - Unrecognized }
384 html #overlay Value Error : height Lexical error at line 384, column 48. Encountered: "&" (38), after : "" && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
385 width Value Error : height Parse Error width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
386 width Value Error : height Parse error - Unrecognized }
Chadi
09-13-2008, 05:45 PM
Another problem with this hack:
When enabled, you cannot view my site (everything below navbar area is blank) in IE only. This is odd, but it is.
It shows only this portion, everything below is blank (see screenshot)
nerofix
09-13-2008, 07:51 PM
I got the problem, that when I set "External Images default maximum Width" AND "Resize Images in vB's Albums" to yes, then all album images are getting resized to the max width settings of the external image options.
Are album images counted as "External Images" or why it takes the max size settings of the external option? It ignores the max size settings for the albums images. :-/
Is there a fix?
yotsume
09-13-2008, 08:39 PM
Is there any chance that this mod would mess up a database where I can no longer change the attachment storage type from database to the file system?
MeMySelfNi
09-14-2008, 04:35 AM
<font face="Comic Sans MS">Seems like every other post, someone is having a problem with this. I guess i'll wait to install it, when things get straightened out with this. </font>
mholtum
09-14-2008, 04:49 AM
Thanks. Easy and works great
yotsume
09-14-2008, 04:50 AM
Seems like every other post, someone is having a problem with this. I guess i'll wait to install it, when things get straightened out with this.
My issue was fixed and had nothing to do with this mod. I have this installed and works say 90% perfect on my 3.7.3x site. There is no database error causing issue here.
inciarco
09-14-2008, 07:26 AM
Great Mod, and Great Improvements. :up::up:
Thank You Very Much For Sharing It.
Two Ideas for Future Updates:
1. Would be Nice to Restrict the Options for Each Usergroup for the Dropdown Resize Mode Selection, so that Admins can Give more Options to Certain Usergroups and Less to others (Not to Give Much Resources to New Registered Users), could be with a Yes/No radio Button or Dropdown Box to Select Yes/No I Wish to Allow Certain Script (Highslide and others, one by one).
(Perhaps would be also Good to have Master General Options on the Mod Options, and another one to Decide for wish Usergroups will be Used the Custom Options and for wish other ones the Master General Options).
2. Would be Nice to Add an Option for the Resized Size of the Image on the Screen and other for the Maximum Size of the Image on the Open Box of each System, because right now they're Using the same Values, so if I set Maximum Width and Height of 1,000 Pixels then on Screen the Image will be Displayed on 1,000 Pixels and when Opening the Box (Highslide for Example) the Maximum Value will be also 1,000; it would be nice to have the Size on Screen to Fit the Window (I like to Use Widht of 650 Pixels) and another Maximum Values for the Image Shown with the Script Box (Highslide and Others); the idea is to Set on the Script Box Highg Values to be able to see Images at Maximum Size and Keep the Image on the Screen Small Enough to Fit the Window, of Course the Admin Being Able to Set the Screen Value and Would be Super Nice if Users can Set it Too as they Wish.
I Hope this Ideas Help, the Improvements are Really Good.
My Best Regards.
:)
Rocket_Man
09-15-2008, 08:46 PM
[...] so my Idea is, the hack has an Option to exclude urls eg. Imageshack.us.[...]
This is almost exactly what I need too.
I want to only allow external images from 8-10 image hosts. Many hosts are troubled with rules, they are slow etc. so I want users to only be able to use the hosts I trust and whitelist. Besides, I don't want my users to hotlink and steal images (bandwidth!) from here and there (some users tend to hotlink). Using not whitelisted URLs should replace the image with a text like "This image host not allowed...." or similar.
I have a custom made plugin that does exactly this, but it conflicts with your great plugin.
I think we will see an increasing amount of external image hosts, with the possibility many of them are bad or unwanted from specific forums (they have strange rules, slow speeds, bad scripts altering images, they delete images too soon, they ban domains etc.). We need to control what hosts our users use! Please add such a feature and The Image resizer will be complete :)
At first hand it might seem a bit strange to ask for such a feature when the image resizer is about handling images only. You might say another plugin should do this trick. But your plugin is essential in how images are handled all around and should in my humble opinion also have the little feature letting us do the above explained :) Would be great if possible.
Chadi
09-16-2008, 07:59 PM
edit:
Has anyone gotten lightview to work in IE browser by any chance? Its the nicest one of the bunch and does not work in IE unfortunately.
Hostboard
09-17-2008, 02:01 PM
Can support for Project Tools be added???
Allan
09-17-2008, 06:05 PM
French language ;)
Translator: Billyboule (team vBr)
ArnyVee
09-18-2008, 01:52 AM
Has anyone gotten lightview to work in IE browser by any chance? Its the nicest one of the bunch and does not work in IE unfortunately.
I had big issues with IE when attempting to use that. :(
Supposedly it messes with the javascript or something. I don't know much about it. But, I'd like to know if this can be altered to make it work with IE as well.
theOZer
09-18-2008, 03:16 PM
Hey Arny,
Lightview works for me in both IE7 and IE8 Beta 2, and FireFox V3. I'm ONLY running vB3.7.3PL1 & Blog. I don't have vBadvanced or vBSEO.
~OZ
P.S. I like HighSlide. Also, you can go to HighSlide.com, build your own HighSlide.js file, use that file in place of the HighSlide.js file that comes with this hack.
Chadi
09-18-2008, 03:41 PM
Hey Arny,
Lightview works for me in both IE7 and IE8 Beta 2. I'm ONLY running vB3.7.3PL1 & Blog. I don't have vBadvanced or vBSEO.
~OZ
P.S. I like HighSlide. Also, you can go to HighSlide.com, build your own HighSlide.js file, use that file in place of the HighSlide.js file that comes with this hack.
I tried doing that. I want the transparent navigation like the one found here, so when there is more than one image attachment, it will show that navigation. I copied the complete css and .js and uploaded both to the highslide folder, did a hard refresh. I still see no navigation.
http://highslide.com/example-mini-gallery.html
Main page:
http://highslide.com/index.htm
00christian00
09-18-2008, 04:09 PM
Awesome mod man! I love it.
I found a bug,when using TCattd resize javascript the signatures doesn't get resized because the javascript check the image size against the size specified for post not the one specified for signatures.
At line 11 and 22 :
if (theImg[i].width > tcimgrWidthMax) {
It check that size regardless of the type of image.
It doesn't check tcimgrWidthSizeToSigs
theOZer
09-18-2008, 08:27 PM
chadi,
Concerning HighSlide, although I could not get the Left - Right Navigation buttons to show when you mouse over an image after clicking on it you can still use the Left & Right Arrow Buttons (as the Mouse Over Message explains you can) to view any and ALL attachment pictures in a thread. The only 'glitch' I saw was there's no 'End.' For example, if there are 2 pics and you've clicked on the 1st pic, a Right Arrow goes to the 2nd pic, but, any additional Right Arrows can't find a new pic to show so it just closes the 2nd pic with no new pic to show; it doesn't just stop at the 2nd pic knowing there are no other pics to show.
P.S. The HighSlide.js that comes with this mod has the Left & Right Arrow capability already in it.
maf1973
09-18-2008, 08:31 PM
In Firefox my site does the same thing. The first time I make a post it will show the larger images. When I hit refresh it will then resize. In IE ive notuced this is not a problem for me.
Usually after one refresh the images are resized correctly. Is this a bug or cross browser issue?
I have the same problem with Firefox, any clues?
Jaxel
09-18-2008, 08:37 PM
I found a small bug with this mod...
The [IMG] tag resizes fine... [URL][IMGLINK] resizes fine as well...
However, if someone uses the [IMGLINK] tag, without encasing it in a [URL] tag, it doesn't et resized. Members on my forum are starting to use the IMGLINK tag without a URL to bypass the system.
ArnyVee
09-19-2008, 07:46 PM
Hey Arny,
Lightview works for me in both IE7 and IE8 Beta 2, and FireFox V3. I'm ONLY running vB3.7.3PL1 & Blog. I don't have vBadvanced or vBSEO.
~OZ
P.S. I like HighSlide. Also, you can go to HighSlide.com, build your own HighSlide.js file, use that file in place of the HighSlide.js file that comes with this hack.
Hey Oz,
I'm using HighSlide now. Kinda cool.
But the Lightview really messed with some javascript and kept promoting those operation aborted messages through IE. It could have a conflict with my slideshow on the homepage or maybe vBSEO...not sure. :(
theOZer
09-19-2008, 09:36 PM
my highslide pic align to the left any way to fix this?
To center the pic try this:
Go to highslide.com.
Click on the Configurator.
On the right side of the page, under Gallery, click on Advanced Positioning, then click UPDATE (don't pack it).
Edit the new highslide.js changing:
from: graphicsDir : 'highslide/graphics/',
to: graphicsDir : 'clientscript/highslide/graphics/',
For CYA/backup recovery: Rename the original highslide.js that came with this mod
to, say, highslide_original.js then start using your new highslide.js in place of it.
This method worked for me.
~OZ
P.S. I also needed to clear my browser history and refresh before it started using the new highslide.js version.
Flying Girl
09-20-2008, 05:32 AM
Hello,
Thanks. It is great.
Please how to let the text be bigger ?
the " text " that shows that the picture is smaller and they have to click it to be bigger
:rolleyes:
yotsume
09-21-2008, 07:17 PM
Internet Explorer 6x and 7x Error!
I just discovered that when I have this mod enabled I can not use IE6 or IE7 to post to my forum or blog. My members get an error message window which I have attached. The error come up when you try to make a new thread or try to reply in the forum. Also, if you try to post to your blog.
As soon as I disable this mod IE works again.
How can I fix this issue? I need help ASAP please. My site runs on vb3.7.3x and I have version 1.2.8 of this mod installed. I am using Lightview v2.3, TCattd mode, outer glow...
Thanks!
Bilderback
09-21-2008, 07:56 PM
Create a new bbcode for Images "with a link", and use that.
Version 1.2.6, added the auto-creation of bbcode on product's install: imglink
Isnt there an easier way than creating a new bbcode and having your members learn a non-standard way to post a hyperlinked image?
Maybe if a plugin was hooked to the complete to preg_match any posted [URL=url][IMG]
which would then bypass the Resizer parsing or something?
Also, has anyone addressed the bug below?
I found a small bug with this mod...
The [IMG] tag resizes fine... [URL][IMGLINK] resizes fine as well...
However, if someone uses the [IMGLINK] tag, without encasing it in a [URL] tag, it doesn't et resized. Members on my forum are starting to use the IMGLINK tag without a URL to bypass the system.
yotsume
09-22-2008, 12:49 AM
Lightview IE Browser Sonflict Found
So I found that my problem I posted about with IE is solved when I do not use Lightview. Is there a fix for Lightview and this with this mod being used with the IE browser?
ArnyVee
09-22-2008, 10:32 AM
Yotsume, that was reported as an issue for the last few pages of this mod. There isn't a fix, because Lightview has conflicts with javascript in our pages. So, not sure if there's a work around other than not using Lightview as your image resizing option.
Unimatrix01
09-22-2008, 10:42 AM
Super Addon! :) Unfortunately, I have a problem with my albums. I use highslide and if I enlarge an image, the image is always in the upper left corner.
What do I need to configure that the enlarged image with high centered slide appears?
Greetings, Mathias
yotsume
09-23-2008, 06:55 AM
Super Addon! :) Unfortunately, I have a problem with my albums. I use highslide and if I enlarge an image, the image is always in the upper left corner.
What do I need to configure that the enlarged image with high centered slide appears?
Greetings, Mathias
I think you can edit the settings for all of the different photo effects inside each of the .js files. So maybe look in the highslide .js files. You might have to consult the main highslide website for the specific settings. Maybe ask in their forum. I know the positioning of the pop-ups are configurable.
theOZer
09-23-2008, 04:00 PM
Unimatrix01,
Maybe post # 344, page 23 might help you out here. This change will center your displayed images in HighSlide.
~OZ
Gersfan
09-25-2008, 01:04 PM
Looking a great mod but i've got an Error.
***
Fatal error: Cannot redeclare ncode_imageresizer_replace() (previously declared in /home/*********/public_html/forum/global.php(365) : eval()'d code:106) in /home//*********//public_html/forum/global.php(365) : eval()'d code on line 263
***
I didn't change any settting's I just uploaded all the files as said and installed the product, turned it on and the forum displayed this..
Hope you can help.
Thanks,
yumyumcat
09-28-2008, 08:48 AM
I'm a little confused here. I would love to install this, but I don't know which zip(s) to download. I have no other image resizers to upgrade to. Can someone give me a little direction on this? You guys have been great to me in the past! Thanks in advance!
ExTincTi0N
09-28-2008, 04:52 PM
Isnt there an easier way than creating a new bbcode and having your members learn a non-standard way to post a hyperlinked image?
Maybe if a plugin was hooked to the complete to preg_match any posted [URL=url][IMG]
which would then bypass the Resizer parsing or something?
Also, has anyone addressed the bug below?
Yes come on I don't want my members having to do that. One of them uses the url and img link alot to post his gfx tutorials.
crazy-girl
09-29-2008, 01:39 AM
Thank you for this Image Resizer,
this ist cool :D Very very NICE
Vindictive
09-29-2008, 01:48 AM
Installed.
arauf
09-29-2008, 03:25 AM
i installed it was working perfect in Firefox Mozilla. but in Internet Explorer its showing a horrible error ( Internet Explorer Could open this site. Connection Aborted ) :( so i disabled it ...
anyways thanks ...
yotsume
09-30-2008, 04:16 AM
I use Floatbox and have a question. The first time I enter a post which has multiple inline photos and click on the first image it expands and shows a previous and next buttons at the left and right edges of the image. When I click to the second image the previous and next buttons no longer show up. Can this be change so the previous and next buttons always show when you mouse over the images?
Attached is a screen shot of the nice next button. To bad it only shows up once! I need this to be on all the images every time. This is the same in Firefox or IE so its either a bug or a code setting. I hope its a code setting we can change???
Ok sorry for the post but maybe this will help others: I found my own answer by going to the developers website for Floatbox. All the settings are described on the developers site: Floatbox Options (http://randomous.com/tools/floatbox/options.php)
There is an option to show only once the nav buttons or always or never:
showUpperNav - 'always'|'once'|'never'
digibyte
09-30-2008, 12:10 PM
I really like this mod, but I would appreciate it when this feature is implemented in the next version:
Limit the number of visible external images in posts (without counting the smilies!). For instance, only the 3 first external images are visible in the posts and the following images are represented by a link.
Thanks in advance if anybody could help to implement this feature.
acquiesce
10-03-2008, 01:00 PM
Works brilliantly. Thanks :D
theOZer
10-04-2008, 01:13 PM
In HighSlide has anyone found out how to get the left - right arrows (previous - next) to wrap?
solidlink
10-04-2008, 04:21 PM
Fatal error: Call to undefined function ncode_imageresizer_replace() in /home/navigk/domains/onestash.com/public_html/forums/blog.php(2768) : eval()'d code on line 10
May i know how to fix this error when accessing the vblog?
Jaxel
10-06-2008, 04:14 AM
Unfortunately... I'm having problems with this mod... It takes too long to activate.
I load a page, and click an image, instead of opening up in the box, it goes to the direct link of the image. Unfortunately, a user must wait until EVERY image has loaded, before the mod starts working with the box. So for threads that are heavy in images, they pretty much have to load the thread, and then wait a long time for all the images to load before they can start viewing as a gallery.
Example: http://www.8wayrun.com/f64/the-cas-thread-56k-wont-be-happy-t241/
Lars T
10-06-2008, 04:46 PM
This mod has been installed..great...:up:
Sandgrinder
10-07-2008, 07:56 PM
Having some trouble with it in my album:
For an example:
http://crinale.com/forums/album.php?albumid=7&pictureid=14
It works properly in the forum posts and such though.
Still the image is resized and open in a new tab. Not unresized and opened in a awesomebox or lightview.
Spinball
10-08-2008, 11:05 AM
Could you automatically have img BB codes changed to imglink when the image is surrounded by a link? The photographic community of my forums are concerned because their existing photos don't link through to flickr any more, thereby breaking the flickr terms and conditions.
Also would it be possible to enter a list of forum ids in which the modification is ignored?
I think our photo forum users would rather police it themselves.
the Sandman
10-08-2008, 10:12 PM
I'm having a strange issue - in member's signatures, the word "posts" is changed to "signatures" by this plugin. It's not a replacement variable, doesn't happen in posts - only signatures, and only occurs when this plugin is enabled.
Blackhat
10-09-2008, 09:18 AM
great stuff! :)
theOZer
10-09-2008, 06:37 PM
In my testvb I've upgraded from vB3.7.3 PL1 to vB3.8.0 Beta 1 and now this (fantastic) mod if set up to use HighSlide doesn't seem to work. Has anyone else run into this problem?
Alien
10-09-2008, 06:39 PM
The new 3.8.0 Beta has this type of functionality now, does it not?
Is this modification still superior?
theOZer
10-09-2008, 06:46 PM
LightBox now uses the Left & Right arrow buttons for Previous & Next and they wrap, but, left-right only works in the immediate post; LightBox doesn't appear to be able to find/show all pics posted in the entire thread (or at least it didn't for me). HighSlide had been doing this prior to vB3.8.0 Beta 1, though the buttons did not wrap.
Magnumutz
10-11-2008, 09:01 AM
It's not resizing any images for me...
Here's the link to a thread that should have images resized: http://www.cotilleando.com/showthread.php?p=644532
Really, i've installed it properly... but it's not resizing.
thenewuser
10-11-2008, 10:56 AM
Nice! Thanks!
thenewuser
10-11-2008, 01:53 PM
Where does the user change the image resizing behavior when I have it selected to do so? I am not seeing it in the CP...
Thanks!
theOZer
10-11-2008, 07:58 PM
If you've changed the User Options default 'Allow No Changes' to any other option the user should then start seeing in userCP -> Edit Options ->
within Thread Display Options
The Image Resizer sub-pane and any options you've selected that the user can use.
thenewuser
10-12-2008, 04:26 AM
Working! Thanks!
Great product. Works great :)
barcena
10-12-2008, 05:16 PM
I'd installed on my site but is not working, everything is installed properly, I'm missing something?.
Thanks.
Nikoo
10-12-2008, 05:54 PM
Hi, i wonder why image reziser dont work whit firefox or chrome im using vbseo could this affect in some way?
theOZer
10-13-2008, 09:08 PM
The Image Resizer mod's Highslide does not "work" in vB3.8.0 Beta 1. Whatever they did to the vB LightBox when they added left (previous) - right (next) buttons that wrap now screws up HighSlide. Thumbnailed Attachments now open directly into a separate browser viewing window (does not bring up the image by itself in it's own floating window). IMG links will still display in HighSlide. Also, HighSlide does not now "recognize" thumbnailed attachments if you use the left - right buttons in HighSlide. BUMMER!
Until this mod's HighSlide is tweaked to work with vB3.8x I will not be upgrading to vB3.8x. This mod is that important to our forum. Fix it, please, TCattitude.
puertoblack2003
10-14-2008, 02:12 AM
works well with 3.8.0
saotome
10-14-2008, 03:58 AM
lytebox not working or not compatible if you are using vbanonymizer plugin, i manually remove vbanonymizer plugin now its working perfectly with vbulletin v3.73 patch level1.
Magnumutz
10-14-2008, 06:09 AM
It's not resizing any images for me...
Here's the link to a thread that should have images resized: http://www.cotilleando.com/showthread.php?p=644532
Really, i've installed it properly... but it's not resizing.
Still not working for me T_T
Andyrew
10-14-2008, 04:01 PM
When some users upload attachments they just show as a text link.
theOZer
10-14-2008, 04:09 PM
works well with 3.8.0
Hello,
Are you using HighSlide? HighSlide is not working for me in vB3.8.0 Beta 1 as it was/has been working in vB3.7x (see my post #382).
puertoblack2003
10-14-2008, 05:02 PM
Hello,
Are you using HighSlide? HighSlide is not working for me in vB3.8.0 Beta 1 as it was/has been working in vB3.7x (see my post #382).
yea, i personality don't use highslide i use light view. and its working fine...but highslide had upgrade there package to 4.0.7. the latest.
Kihon Kata
10-15-2008, 08:11 PM
<i>I have a Feature Request! Can we somehow exclude certain forum IDs?
</i>
Kihon Kata
10-15-2008, 11:12 PM
FYI: Roebox causes IE crash on 3.7.3
saotome
10-19-2008, 04:57 AM
i nominate this plugin of this month :)
Pottsy
10-21-2008, 06:46 PM
I use thumbnails to reduce b/w.
This mod is great, but (using Floatbox) all the large images are loaded with the page.
Is there any way to stop Floatbox from loading the large images with the page, instead only loading them when the thumb is clicked?
TIA,
nerofix
10-23-2008, 05:02 PM
nice work
fodvapor
10-23-2008, 08:02 PM
What is the "Black" resizer box ? I know that lytebox is the white one....but i like the black one better :)
Great MOD
jack the lad
10-23-2008, 09:40 PM
Installed and working a treat :up:
titodj
10-28-2008, 01:44 AM
Does it impact the performance on a big forum?
3,000.000+ posts.
Thanks.:confused:
I noticed that in highslide mode the attachments seem to smoothly transition to the larger size but the [img] tagged images seem to jump from the upper left side of the screen. I've tried it in several different browsers to the same effect. It's especially bad in the albums area. Is anyone else experiencing this?
This mod is great, but (using Floatbox) all the large images are loaded with the page.
Same here.
Here is an example of what I'm talking about
http://www.homebuiltairplanes.com/testforums/members/jman-albums-hba-tutorial-images-picture4-not-everyone-will-like-new-forum-layout-reason-ive-made-old-layout-available-anyone-who-cares-use.html
ShawneyJ
10-28-2008, 08:27 AM
thanks ;)
theOZer
10-28-2008, 04:40 PM
Hello 58D,
Possibly my post # 344 on page 23 might help you. Adding 'Advanced positioning' to your highslide.js centers your images on the screen; they don't jump up upper left. You can also try adding 'Transitions' (fade in/out) but you may not like the results. Give it a try.
~OZ
Oz. Thanks for the reply. I'll check it out and post my results.
Well Oz, it worked for the the photo album but not for the [img] tagged image in the post. It does go to the center but it jumps left rapidly before moving to the center. Could you take a look:
http://www.homebuiltairplanes.com/testforums/test-forum/4698-test-image.html
I did delete all my internet files and refreshed.
theOZer
10-29-2008, 08:52 PM
58D,
I looked at your recent example tag. (Nice plane! Helluva forum you got there.)
HighSlide appears to 'build' an [img] tagged image starting in the upper left hand corner of the area within which it builds the entire picture view, as it is also moving to center (if you have Advanced positioning) . That could just be a quirk that you'll need to live with. Looking at your example, for me it's not unsightly; it doesn't appear to be something a forum member would see as a 'problem.' But, that's just my opinion; I could be wrong.
~OZ
Thanks Oz. I appreciate you going to the trouble to take a look at it. Aesthetically I've come to the same conclusion. It's not ideal but it's definitely not a deal killer.
(Nice plane! Helluva forum you got there.) Thanks.
DieselMinded
10-31-2008, 05:59 AM
/me installed ,
You cannot change just the dimension settings in its options or it wont save you have to change something else then hit save then go set it back to get the px dimensions to change
DieselMinded
10-31-2008, 08:23 AM
using high slide ,
on a post with both an attached img and a linked to img only the thumbnail (attached image will work) , if you click on the linked to img at the top left of the page theres a loading thing but it never loads ,
if you click edit post then hit enter the linked to image will work fine but the attached image (thumbnail) is MIA , if you refresh the page then your right back where you started the thumbnail will work but not the linked to image
theOZer
10-31-2008, 01:55 PM
DiesellMinded,
Are you running vB3.8.0 Beta 1? What you're experiencing so have I in vB3.8. See my post # 382, page 26.
Also, I tried in my vB3.8 testvb using the Resize IMG tag with HighSlide by ry215. It, also, doesn't work 'right' in vB3.8ville.
DieselMinded
10-31-2008, 05:23 PM
Im on (vBulletin 3.7.2 Patch Level 2)
adamskiii
11-02-2008, 11:48 PM
Thanks Man!! Love This Mod!!
markblair
11-03-2008, 01:35 AM
Awesome, works great! Installed.
Mazinger
11-04-2008, 06:14 PM
Fantastic!!! Installed!! Thank you very much!
ElForro
11-07-2008, 07:56 PM
I think this is not working in Private forums [only viewable by Moderators and Administrators]... Do you know what could be the reason?
The images are not resized, but they keep the link to the Ligthbox thing... And it keeps "loading" the image forever...
EDIT: It was a problem with a vBSEO option: "Redirect ALL External URLs Posted in Private Forums" It seems that the lightbox can't load the imagen when they're like "redirect=http://www.externaldomain.com/image.jpg"
CycoreFredde
11-07-2008, 11:22 PM
Hi!
Great mod, I have one issue though...
I have flash banners on my site, and the imagebox seems to popup below the banners.
Is there anyway to get around that?
/Fredde
BatMs.com
11-08-2008, 02:11 AM
DiesellMinded,
Are you running vB3.8.0 Beta 1? What you're experiencing so have I in vB3.8. See my post # 382, page 26.
Also, I tried in my vB3.8 testvb using the Resize IMG tag with HighSlide by ry215. It, also, doesn't work 'right' in vB3.8ville.
Glad I caught that. Thanks for the heads up. Jeepers things have changed in 3.8!
Marked for re-install after downgrade*
bleros
11-08-2008, 02:55 AM
error in next image :(
goxy63
11-08-2008, 03:51 AM
Hi
I got this error:
Parse error: syntax error, unexpected T_STRING in /home/goxy63/public_html/forums/includes/class_postbit.php(489) : eval()'d code on line 1
Only when I choose "use lightwindow v2.0"
Maybe cuz other hacks ?
And what would be too many hacks on Vb, how can I know that, when my board slow down or...?
Bit new to all of this so...
Thanks
It seems to work very well! Thanks for this hack.
I noticed one problem though: I have a posting with 10 images, the last 2-4 (it varies) are not resized, the first 6-8 are resized. Is this a known issue? I have seen this with Highslide and with Floatbox. Settings 400x400px, the pictures sizes are all >400px. Browser version FF3.03, IE7 doesn't seem to have this issue.
ElForro
11-09-2008, 09:20 PM
Is there any chance to fix the [URL][IMG] thing in a future release? I mean, instead of using IMGLINK...
I can't use this Mod only for that reason, and I would love to use it...
goxy63
11-11-2008, 01:49 PM
Problem with working in Internet Explorer, when I disable this mod everything is just fine, when I anable it crushes IE ???
DieselMinded
11-12-2008, 07:26 PM
Tried it and it was very sporadic.
Updated/Overwritten to 1.2.8, but more worryingly after the update, my server spiked to 157 load average....
After uninstalling the product, all calmed down a little....so not entirely sure what was going on there !
AHHH HA !! maybe its this mod thats been spiking my server !!
DieselMinded
11-12-2008, 07:28 PM
How do i uninstall?
DieselMinded
11-12-2008, 07:38 PM
Uninstalled and removed all files from file system
mangus580
11-13-2008, 02:53 PM
89313Ok, I installed this mod this morning, and I have noticed some new buttons in my editor. Was this a result of this mod? I dont recall seeing them before.
HELP.
Also, my quick replies dont post via ajax now... also seems to have happened at the same time.
Ok i installed and seen that hidden links are seen as `{param}. So i uninstalled it. However i see that links are still seen as {param}. Then i upgraded from 3.73 to 3.74. And still same problem. Then i disable hide hack but again same problem. Any help would be appreciated to recover my forum back...
http://img90.imageshack.us/img90/1594/adszjj1.jpg
thank you allot for this awesome plug
i allready install it and its work very fine
thank you man
mangus580
11-16-2008, 02:26 PM
I think found my ajax answer.... it only does it in threads there are pictures posted. Must be designed for making it so the slideshows reload properly?
Any chance of adjusting it so it only does it when attachments are added? as that is the only time it matters.
Gustafsson
11-17-2008, 05:32 PM
Really awesome mod. Thanks!
Jaydee 2
11-17-2008, 05:36 PM
Hi,
even installed (30 Minutes ago) and it works great in (German) 3.7.4 - thanks a lot! :)
The best way is to leave "highslide" and so on and resize in the same window.
Otherwise you can't see the Original-Size (in spite of Indication "full size").
I've translated all relevant Phrases into German-Language and it's possible now, to switch between small and Full-Size by Click. :)
Very useful Add-on.
Greetings
Jaydee (from vbulletin-germany.com)
Maxwell the Cat
11-17-2008, 10:54 PM
Do I need to change any settings anywhere else to get this to work? Right now I have it installed, all files uploaded, but it doesn't do anything.
Gustafsson
11-18-2008, 08:53 AM
Do I need to change any settings anywhere else to get this to work? Right now I have it installed, all files uploaded, but it doesn't do anything.
Check your settings here: ACP -> vBulletin Options -> The Image Resizer Options
Make sure the mod is enabled.
Maxwell the Cat
11-18-2008, 05:06 PM
Check your settings here: ACP -> vBulletin Options -> The Image Resizer Options
Make sure the mod is enabled.
Yes, its most definitely enabled. Do I need to change any settings elsewhere?
mallick
11-18-2008, 06:25 PM
excellent mod thanks for this!!
one thing i would like with this u can tell me is it possible or not..
i want to show embedded image as thumbnails.. (that i understood can be done with this plugin) what i want is that when a "guest or unregistered" user clicks on the reduced image size (which would be visible to guest)... it asks for "registering" instead of enlarging to its true size.. i.e. take it to that message that says u need to be registered or you donot have permission ..
i would appreciate it very much!! and thanks again for this beautiful mod..
Thank you very much! Works like a charm!!
SteamyLightning
11-20-2008, 12:16 PM
None of the lightbox options work. Do I need to install something else?
theOZer
11-20-2008, 01:54 PM
Yes, its most definitely enabled. Do I need to change any settings elsewhere?
Hello Maxwell the Cat,
Which viewer/resize mode are you trying to use? Highslide, for example?
What's not showing up? Attachment thumbnails? Attachment links? IMG Links?
If you didn't know, The Image Resizer options can be found going to:
AdminCP -> vBulletin Options -> vBulletin Options
then scroll down to The Image Resizer - Options.
Note: This entire mod, aspects of it at least, and, definitely, HighSlide does NOT work (at least for me) in any of the vB3.8.0 Betas, so far.
demoniavbh
11-21-2008, 02:37 PM
Is it possible to remove the warn bar??
thanks
snoopy5
11-23-2008, 08:03 AM
Hi
I am interested in this hack. Although I would like to use it for a different purpose. My question is, whether the following process could be done with this hack:
I do not want my users to upload external images at all. I want them to upload them only directly on my server.
I want to use this script, set the maximum dimensions to "zero" and as soon as they try to show an external image show an alert that external images are not allowed and that they should please use the normal way of uploading directly on the server. Or a link to a thread with explanations within the forum how to upload on the server.
Would this be possible with this script and if yes, how can I do this?
(vb 3.7.3 pl1)
Thanks in advance
Hi, I have just installed this and nothing has happened to the images as far as resizing is concerned. I have read most of the comments here and no one seems to reply to the other people who have this problem... other than to say "have you made sure it's on"... well yes I have... I even tried putting in a small 300x200 max size and still nothing happens. I noticed that some posts say use the default theme, but I am already using the default theme.
What is missing from the instructions to get this working please? The instructions say upload clientscript, (done) import xml (done and confirmed as installed) and then it says you're done...
I have been through the options for the image resizer in admin cp and apart from setting the first option to yes, there doesn't seem to be anything further to do.
IPAULR
11-25-2008, 02:56 AM
Thanks for the hack
jalmz
11-27-2008, 01:56 AM
very cool .. thanks
Arcade Fire
12-01-2008, 05:15 AM
Thanks, it works in vB 3.8.0 B4 :)
Thryller
12-02-2008, 02:55 AM
This one is great! Thanks.
Installed and marked.
Ryan Beal
12-03-2008, 03:12 PM
I'm not usually one to complain, but Lytebox isn't working at all (just opens a new page) with some key parts of vBSEO enabled, and not having a quick way to see that an image has been resized isn't the greatest.
I've kept it installed and plan to switch everything back to using the old ncode method, just disappointed none of the new features really work at all for our site.
theOZer
12-03-2008, 05:20 PM
With vB3.8.0 RC1 finally released will you be working on a vB3.8.x compatible version of Image Resizer? I hate to be a stick-in-the-mud here, but, we haven't heard from you here since 01 Sep 2008. What's the deal? Where's your support for this mod?
This entire mod, or aspects of it at least, and, definitely, HighSlide does NOT work (at least not for me) in any of the vB3.8.0 Betas or RC1, so far. Using Ncode mode or TCattd mode has no improving effect.
Whatever they did to the vB LightBox when they added left (previous) - right (next) buttons that wrap now screws up HighSlide. Thumbnailed Attachments now open directly into a separate browser viewing window (does not bring up the image by itself in it's own floating window). IMG links will still display in HighSlide. Also, HighSlide does not now "recognize" thumbnailed attachments if you use the left - right buttons in HighSlide. BUMMER!
Until this mod's HighSlide is tweaked to work with vB3.8x I will not be upgrading to vB3.8x. This mod is that important to our forum. Fix it, please, TCattitude.
Regards, Dennis "theOZer" Osborne
P.S. In vB3.8 the Image Resizer using HighSlide DOES work properly when viewing attachments in the Blog posts and when looking at user's pictures in Albums.
Ryan Beal
12-03-2008, 06:06 PM
I just think at the very least disclaimers should be included about when this won't work with other major vB products. Having to find that out after the fact isn't the most fun. Right now I'm not sure if we should be waiting on a fix or if vBSEO with nofollow enabled (important for us) just won't ever work with this period.
If what the poster above says is correct, this mod needs to be marked as unsupported.
redlabour
12-04-2008, 03:06 AM
With vB3.8.0 RC1 finally released will you be working on a vB3.8.x compatible version of Image Resizer?
Thanks, it works in vB 3.8.0 B4 :)
And BTW - i and the most others can?t confirm your other Problems.
I just think at the very least disclaimers should be included about when this won't work with other major vB products. Having to find that out after the fact isn't the most fun.
99% are working. You have to find it out by yourself. This is the way it is - not only at this Mod.
It is impossible to watch every other Product for changes.
djxcee
12-04-2008, 11:11 AM
Great add-on :D!!
I got vBadvanced Dynamics and was wondering if you can help me make this addon compatible with it.
theOZer
12-04-2008, 09:12 PM
'and the most others'? Oh really.
Is anyone else having a problem in vB3.8.0 beta/RC/whatever using Image Resizer HighSlide? Or, smolly, is it just me?
popmyzit
12-05-2008, 01:36 AM
thanks!
japancars
12-05-2008, 04:59 AM
just awsome!!! Thanks
I think this is an amazing image resizer, and by far my favorite, but I had to remove it as *anyone* browsing the site using Internet Explorer 6+ would receive a critical error when trying to quote, multi-quote, reply or send a PM.
https://vborg.vbsupport.ru/external/2008/12/98.jpg
Sarthek
12-06-2008, 07:55 AM
Hi,
tnx for this mod. I think its one of the best and most usefull and should be in core already.
However, here is question:
Is it somehow possible to limit height and with on different forums differently. For example forum 1 has 100x100 and forum 2 has 400x800.
And if can be set that in vBadvanced has different dimensions than in forums.
Ryan Beal
12-06-2008, 09:07 PM
99% are working. You have to find it out by yourself. This is the way it is - not only at this Mod.
It is impossible to watch every other Product for changes.
I am not new to this. This mod is definitely bugged over the previous ncode version (randomly doesn't downsize; confirmed by multiple users on our board), and the "changes" you're talking about with vBSEO (major product for many) are nothing new. You'll note this same issue was reported earlier in the thread as well, and it's still nowhere to be found in any of the known issues from the author.
Regardless, the person who is supposed to be supporting this is clearly not. That would be fine if it was marked as such, but it's not.
Uninstalled. First for me to publicly say so.
Mazinger
12-08-2008, 11:28 AM
It doesn't always resize images at the first time, reloading fixes this however.
Can you look into it? for a post with alot of images.
erotikforum
12-10-2008, 04:23 PM
i installed it! thank you for that.
a bit oversized with all the different lightboxes and so on, but its okay :P
movslow
12-10-2008, 05:24 PM
Installed VB advanced over the weekend and this lost functionality.
Uninstalled VB advanced, and reinstalled this Add-on and no luck.
Dead.
This is on every page, IE detects a scripting error.
http://siadam.com/stuff/resize_fail.jpg
Marked as Uninstalled.
:down:
ClemsonJeeper
12-19-2008, 03:49 PM
Anyone have a fix for the "Initial Load Doesn't Resize" issue? My users are complaining about this.
Once they reload it looks fine.
jiteshdubey11
12-20-2008, 02:58 AM
thanx bro........
Mazinger
12-20-2008, 11:25 AM
Uninstalled!
KevinL
12-21-2008, 03:01 AM
Ok I read through this whole thread and this is the closest thing I could see that I was looking for. I am really just looking for usergroup settings. I would like it so say unregistered can see the thumbnail but once clicked on the popup comes up saying like 'please register' or something along those lines. I'm using the lytebox option and everything else is working fine :)
Great Mod, and Great Improvements. :up::up:
Thank You Very Much For Sharing It.
Two Ideas for Future Updates:
1. Would be Nice to Restrict the Options for Each Usergroup for the Dropdown Resize Mode Selection, so that Admins can Give more Options to Certain Usergroups and Less to others (Not to Give Much Resources to New Registered Users), could be with a Yes/No radio Button or Dropdown Box to Select Yes/No I Wish to Allow Certain Script (Highslide and others, one by one).
(Perhaps would be also Good to have Master General Options on the Mod Options, and another one to Decide for wish Usergroups will be Used the Custom Options and for wish other ones the Master General Options).
2. Would be Nice to Add an Option for the Resized Size of the Image on the Screen and other for the Maximum Size of the Image on the Open Box of each System, because right now they're Using the same Values, so if I set Maximum Width and Height of 1,000 Pixels then on Screen the Image will be Displayed on 1,000 Pixels and when Opening the Box (Highslide for Example) the Maximum Value will be also 1,000; it would be nice to have the Size on Screen to Fit the Window (I like to Use Widht of 650 Pixels) and another Maximum Values for the Image Shown with the Script Box (Highslide and Others); the idea is to Set on the Script Box Highg Values to be able to see Images at Maximum Size and Keep the Image on the Screen Small Enough to Fit the Window, of Course the Admin Being Able to Set the Screen Value and Would be Super Nice if Users can Set it Too as they Wish.
I Hope this Ideas Help, the Improvements are Really Good.
My Best Regards.
:)
skcyber
12-23-2008, 12:03 PM
great mod tanks !! ;)
but it's doesn't work in the albums ... :( (works fine on the forum, social groups, etc)
i'm using hightslide
PhanZero
12-24-2008, 09:14 AM
Always get the error "Internet Explorer could not open... Operation aborted." on IE, no matter what Resizer is used. -> vB 3.7.4
Anyone knows how to fix that?
japancars
12-26-2008, 08:07 PM
i had problems with roebox... If i activate it, i cant use edit post...
and some of the scripts wont work korrekt...
newsoftw
01-05-2009, 05:37 PM
it's error get with vb 3.7.4 on IE.......
plz any idea , how fix it..........
jlew24asu
01-05-2009, 06:56 PM
I tried to upload some pictures to my album and got this..
"Your submission could not be processed because a security token was missing or mismatched.
If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error."
any ideas what that means?
Jedric
01-05-2009, 10:47 PM
Can we get this for 3.8 please? :)
manning
01-06-2009, 03:41 PM
I guess this mod is not supported ... N/M
Aeolian
01-09-2009, 10:53 PM
hope there will be an update to this mod!
lowey
01-10-2009, 03:07 PM
Please update! For me (v3.8) it's not working at all. At least for attached images. :(
sNator
01-12-2009, 02:00 PM
Please update! For me (v3.8) it's not working at all. At least for attached images. :(
I agree, this hack i awsome and i would like to see an update for 3.8.
ebed146
01-12-2009, 02:38 PM
PLEASE work on 3.8! This mod is amazing.
ClemsonJeeper
01-13-2009, 02:07 AM
So I think I may have fixed the issue (at least on my forum) with the "initial load" of images being normal sized, then when you reload, they are resized properly.
To fix, go into AdminCP -> Plugins & Products -> Plugin Manager
look for "Product: TCattd - The Image Resizer" and click on "nCode Image Resizer: Replacer in Cached Data".
Replace:
$this->ncode_imageresizer_do = false;
if(defined('NCODE_IMAGERESIZER_INIT') && strtolower(get_class($this)) == 'vb_bbcodeparser' && ($forumid != "signature" || $this->registry->options['ncode_imageresizer_resizesignatures'] == '1')) {
if(!empty($parsedtext) && $parsedhasimages) {
$parsedtext = $this->handle_bbcode_img($parsedtext, $dobbimagecode, $parsedhasimages);
$parsedtext = ncode_imageresizer_replace($parsedtext);
$parsedhasimages = false;
} else {
$this->ncode_imageresizer_do = true;
}
}
with:
$this->ncode_imageresizer_do = false;
if(defined('NCODE_IMAGERESIZER_INIT') && strtolower(get_class($this)) == 'vb_bbcodeparser' && ($forumid != "signature" || $this->registry->options['ncode_imageresizer_resizesignatures'] == '1')) {
flush();
if(!empty($parsedtext) && $parsedhasimages) {
$parsedtext = $this->handle_bbcode_img($parsedtext, $dobbimagecode, $parsedhasimages);
$parsedtext = ncode_imageresizer_replace($parsedtext);
$parsedhasimages = false;
} else {
$this->ncode_imageresizer_do = true;
}
}
YMMV. It seems to work on my site.
KevinL
01-13-2009, 04:06 AM
That code messes viewing for guests for me.
Vinyljunky
01-13-2009, 07:53 AM
PLEASE work on 3.8! This mod is amazing.
Me too :up:
beduino
01-14-2009, 11:10 PM
Me too :up:
Me too 2
Unfortunately the resizer works [ncode] but lytebox, highslide etc don't :(
horusbird
01-16-2009, 11:08 AM
:( idem!
horusbird
01-16-2009, 02:05 PM
:( idem!
I solved, the problem is not vbulletin 3.8.0 but VBSEO, I stopped vBSEO plugin and the image resizer work! :)
KevinL
01-16-2009, 02:13 PM
I solved, the problem is not vbulletin 3.8.0 but VBSEO, I stopped vBSEO plugin and the image resizer work! :)
What exactly was going on and what happen? I'm interested because I would like to get this working again.
jazde86
01-17-2009, 11:53 AM
Hmm, not working anymore after upgrading from vB 3.7.4 to 3.8.0 :( Please update it soon. :D
juverol
01-17-2009, 12:52 PM
Thank you very much
Howdy
01-18-2009, 01:59 PM
awesome hack, very good work! easy to install as well.
only 1 problem and I'm sure it's something on my end. it works great on all forums, but it doesn't scroll through with the right and left keyboard arrows in the Album.
Album here:
http://anglerinsider.com/forum/album.php?albumid=1
thanks much..
PhanZero
01-19-2009, 09:40 AM
So I think I may have fixed the issue (at least on my forum) with the "initial load" of images being normal sized, then when you reload, they are resized properly. [..]
YMMV. It seems to work on my site.
Doesn't work for me, using vB 3.7.4 PL1
Tried to add a "flush();"-Command to nCode Image Resizer: Replacer In Uncached Data, cause it always happens on new, so uncached, data. This does not work too.
:(
Very nice, installed and works perfectly on 3.7.2 :)
Thanks!
samiro
01-20-2009, 09:49 AM
there is a bug...
when i select the "Resize attached images with no thumb?" option
and attach the file in this way: "15658"
insted if image i see a code see attachment
93132
Cyclist
01-21-2009, 09:11 AM
Please update! For me (v3.8) it's not working at all. At least for attached images. :(
I installed 3.8 and it worked for me.
In the settings for the Image Resizer - Options, make sure you select the options below:
Default Resize Mode: Use Lytebox v3.22
Replace vb's default Lightbox for Attached files?: No
is it possible to turn all enchacement? I need only resize option... The attached image is very bad quality to see all options!
This modifcation is causing a major error on my website now,.. for myself it works perfect, but my users seem to have errors when they want to create a new thread or when to go advanced from the quickreply. It gives them page error.
I tried everything and disabeling this modification (as only one!) solved the mystery of this problem, although I have no clue how this is possible, perhaps you can solve this for future versions :)
principino1984
01-24-2009, 11:17 PM
edit. i'm sorry... i want to say that images with links (like thumbnails from imageshack) are resized too instead of opening the link for the picture. The imgurl (link) it's not that usefull ... :(
Marco
biocyberman
01-29-2009, 05:34 AM
This is great! will give it a try.
Update: Doesn't work for me. Vb3.8
All images which are supposed to be resized disappeared on load complete.
Volvoholic
01-29-2009, 08:17 AM
This mod rocks!
I am using VBadvanced and it works seamlessly, ran the first time, no headaches and no hassle.
I was using Resize IMG tag with Highslide by ry215 but it doesn't work with Vbadvanced.
maxie
01-29-2009, 10:49 AM
i have error please see my attachment
yahoooh
01-31-2009, 08:03 AM
any update for 3.8
Kihon Kata
01-31-2009, 12:38 PM
any update for 3.8
No, he hasn't updated it for 3.8 yet. It doesn't completely break on 3.8, just half of it for me LOL. I am only using the "resize" features of this mod and using the stock VB's lightbox for images.
Chevy II
01-31-2009, 11:03 PM
Installed and it works excellent, thanks. Are you able to display online and attached video and flash files with this mod?
Marcus_Fenix
02-01-2009, 10:11 AM
doesnt work on VB3.8.0.
I get huge errors list + images wont be resized
I have problem in smiles when use highslide (its has been resized)
and the main problem in image which have link
EX. image for download > and go to download link
this image will be resized and can't click on the image to do to download link
how to solve this problem
and I use VB 3.8.1
thanks
Vinyljunky
02-06-2009, 08:55 AM
how to solve this problem
and I use VB 3.8.1
thanks
Im really missing this mod! I cant use it anymore because I upgraded to VB 3.8.1 :(
samiro
02-06-2009, 12:29 PM
you can - just select the floatbox...
its work with 3.8.1
you can - just select the floatbox...
its work with 3.8.1
still the same, smiles also get into box mod, and image which go to link also resized in box mod
I don't know how to fix this problem
any suggestion
carcomp
02-11-2009, 08:34 AM
I have this mod installed, but sometimes when the user posts an image (not an attachment) I still get huge images that cause horizontal scrollbars. Did I miss something? I'm going to assume I did. I've actually found images that "highslide" to the same size, or just move a little. Some even get smaller, i think.
Go here... http://www.quad4forums.com/forums/showthread.php?t=16229 (http://www.quad4forums.com/forums/showthread.php?t=16229) there are some thumbnails (yes I know its an attachment), but is it supposed to slide too?
Chadi
02-12-2009, 10:38 PM
Not working in 3.8.1
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.