vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Mini Mods - Quick Auto Image-Resize (Posts & Signature) (https://vborg.vbsupport.ru/showthread.php?t=214600)

Gripi 05-23-2010 08:17 PM

very nice, simple... great work..

could someone help me how to put a notice for image that already got resize?

just like the other image resizer, got a notice like "Click here to view the full image" just above the image.

thanks

Big Kahuna 05-29-2010 02:02 PM

Thank you

BirdOPrey5 05-29-2010 09:49 PM

So does this mod make every image click-able by default or is that an error only in a few cases? I would not want all images (smilies, quote images, etc...) to be click-able... also seemed someone had an issue uninstalling so I'm hesitant to install if that is the default behavior.

Kolektor 07-04-2010 05:51 PM

thanks ... if you don't want to mess up your board with additional javascript files

then this mod is for you.

Kolektor 07-05-2010 01:59 AM

Quote:

Originally Posted by Gripi (Post 2042383)
very nice, simple... great work..

could someone help me how to put a notice for image that already got resize?

just like the other image resizer, got a notice like "Click here to view the full image" just above the image.

thanks

I second this request. :)

ferreo 07-30-2010 04:28 PM

Fantastic, quick and liteweight. Just the way I like it.

ferreo 07-30-2010 04:49 PM

I too was annoyed by the auto-linking of every image, including smilies etc. The way to remove this behavior is to remove the two occurrences of the following code bits:

Code:

cursor: pointer;
Code:

onclick="window.open(this.src)"
The two bits appear once for posts and once for signatures, do remove them accordingly,

Save the XML file and upload the product, allowing to overwrite. Voila!

jakobility 08-14-2010 10:18 PM

Quote:

Originally Posted by ferreo (Post 2076876)
I too was annoyed by the auto-linking of every image, including smilies etc. The way to remove this behavior is to remove the two occurrences of the following code bits:

Code:

cursor: pointer;
Code:

onclick="window.open(this.src)"
The two bits appear once for posts and once for signatures, do remove them accordingly,

Save the XML file and upload the product, allowing to overwrite. Voila!


Thanks for that! But would it be possible to activate the auto-linking for embedded images, and only not for smilies?
That would be really nice! :)

ferreo 08-14-2010 11:40 PM

Quote:

Originally Posted by jakobility (Post 2083981)
Thanks for that! But would it be possible to activate the auto-linking for embedded images, and only not for smilies?
That would be really nice! :)

That is beyond my scope of coding ability... sorry!

Ansaar Media 08-17-2010 02:37 AM

Installed great!!

Thnx

jakobility 08-17-2010 09:13 AM

Quote:

Originally Posted by ferreo (Post 2084010)
That is beyond my scope of coding ability... sorry!

Its a pity! Anybody here, who has an idea, how to disable auto-linking for smileys, but not for other images? That would be great! :)

SublimeBoa 08-29-2010 08:35 PM

Installed, works great. :up:

Is there a way to make this work on attachments as well?

Thanks
Rick

[EDIT] Figured out the attachment part from the CP. No brainer. Should have looked around better.

SublimeBoa 08-29-2010 10:30 PM

Removing these code bits...

cursor: pointer;
onclick="window.open(this.src)"

Is this character for character? I think I might have removed too much. The picture went bye bye.

I did however rename the original xml file before I edited it, so I'm good there.

riverred 08-30-2010 12:26 AM

How automatic thumb???

server automatically throwing thumb...

garyopa 08-30-2010 02:41 PM

I tried this also.

And I got was every picture a little 28x30 box.

I using IE8, didn't see if firefox again.

Does this plugin this work on 3.8.6?

Eplexx 11-19-2010 05:51 AM

Great thanks.

ravenscape 11-29-2010 12:29 AM

I'd like to modify this to do a % resize instead of a pixel resize. it doesn't work in firefox - the firefox browser resizes the image to the specified percentage of the original image size not to a percentage of the post table size.

Any thoughts on how to get around that?

Deathspawner 12-01-2010 10:52 PM

Thanks a lot for this product, it works great!

yin9 12-22-2010 05:42 PM

Thanks Gio~Logist and ferreo.

SublimeBoa 12-22-2010 09:53 PM

Removed this install from our board, and went with another Mod.

Thanks for the tryout.

Blueracer66 12-26-2010 07:12 AM

Quote:

Originally Posted by SublimeBoa (Post 2137795)
Removed this install from our board, and went with another Mod.

Thanks for the tryout.

Mind giving a link to those who might want an alternative to this mod? Thanks. :)

SublimeBoa 12-26-2010 08:12 AM

Sure thing.

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

There you go. :up:

Blueracer66 12-26-2010 09:15 AM

Quote:

Originally Posted by SublimeBoa (Post 2139159)

Have you tried this on vBulletin 3.8.6 Patch Level 1? :)

SublimeBoa 12-26-2010 09:44 AM

No, I'm using 3.8.4 Patch lvl 2. But reading through the thread, you shouldn't have a problem with it.

Blueracer66 12-26-2010 09:55 AM

Quote:

Originally Posted by SublimeBoa (Post 2139171)
No, I'm using 3.8.4 Patch lvl 2. But reading through the thread, you shouldn't have a problem with it.

Thanks for the input friend! :up:

tfw2005 02-05-2011 08:31 PM

3.8.6 PL1 working.

Perfect, light. Thanks.

nokturno 04-12-2011 10:14 PM

profile

Scyther 06-19-2011 02:59 PM

Thanks,
Downloaded and marked INSTALLED!!

Wonksta 11-20-2011 01:49 AM

Hey guys I am trying to get the modification to accept a % instead of a fixed px width - it's working awesomely in Chrome and IE however in Firefox it doesn't seem to resize the inline images correctly and overflows.

I am wondering if the issue is with display:block

I've tried using display:block in this way but still no success...

PHP Code:

$postmessage str_replace('<img''<img style="display:block;max-width: ' $this->registry->optionsgquick_autoresize_maxwidth '%; cursor: pointer;" onclick="window.open(this.src)" '$postmessage); 

Any ideas?

matrex722 11-24-2011 05:29 PM

i was looking for it thx
i will try it now

YankForum 07-11-2012 01:02 PM

simple but awesome , working fine with 3.8.4

3raq4all 07-11-2012 06:12 PM

Nice
Thanks

tha7kat 09-16-2012 07:03 PM

very good work
thank you

Killsparer 10-14-2013 07:09 AM

I really like this plugin, but it seems to brake the integrated Lightbox of vBulletin. (Clicking the thumbnail opens it in a new window.)

Guido64 01-13-2015 05:13 PM

I thought this mod worked but it adds problems with images in the posts. Several people posted about these problems. In almost 6 years no reaction no fix for this. Thats sad so i have to un/install this mod.

seesawgame 03-10-2015 02:02 AM

It's helpful, thanks

Panzer Max 02-14-2020 01:57 PM

Outstanding!


All times are GMT. The time now is 02:31 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.01276 seconds
  • Memory Usage 1,791KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (37)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