vb.org Archive

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

KJA4U 08-19-2008 10:08 PM

cool
I will give it a try.

Marco 09-29-2008 12:56 PM

If anyone else is still using this (I prefer this over the newer one, no offense but it looks kind of messy and bloated) but, like me, is annoyed by the way the options look in the User CP (no proper fieldset), here's a fix.

Edit the UserCP Inclusion plugin, find:

PHP Code:

eval('$tempcustom = "' fetch_template('userfield_select') . '";'); 

Replace with:

PHP Code:

eval('$custom_field_holder = "' fetch_template('userfield_select') . '";');
eval(
'$tempcustom = "' fetch_template('userfield_wrapper') . '";'); 

Then find the two instances of:

PHP Code:

eval('$tempcustom = "' fetch_template('userfield_textbox') . '";'); 

[/php]

And replace with:

PHP Code:

eval('$custom_field_holder = "' fetch_template('userfield_textbox') . '";');
eval(
'$tempcustom = "' fetch_template('userfield_wrapper') . '";'); 

That's it, you're done. You will also have to remove the <fieldset> HTML from the phrases.

NathanLedet 10-04-2008 04:35 AM

Installed and works on 3.7.3 PL1 :up:

TheLab 10-05-2008 09:34 AM

Quote:

Originally Posted by d_n_a (Post 1637427)

Yeap its not solved. The onload command is no longer supported. And this the only way to have inline-inpost resizing of images. You can use TCattitude's mod to get w3c validated but you will have to use a lightbox type of resizer.

LAHA 10-08-2008 08:22 PM

Thanks Alot

PurpleButterfly 10-16-2008 08:47 PM

Oooh, you are my hero! Thank you for such a great mod, I clicked installed and voted MOTM! wOOHOOO!

adamskiii 11-02-2008 11:39 PM

nice one man. thanks!!

wAnBoA 11-04-2008 09:47 AM

Installed thanks =)

!!! 11-08-2008 07:30 PM

Will this resize the photos users upload? My main content area is like 400 pixels, giving photos a viewing pleasure of 200 pixels wide or so within here. When users upload large photos and the likes, will this resize it also? Or is it only for images in posts?
Thanks,
- Antago

If not, please make a mod!! Love.

ReQueM 11-08-2008 10:45 PM

thanks


All times are GMT. The time now is 10:23 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.01394 seconds
  • Memory Usage 1,744KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete