vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Need Help with wide image automatic resize (https://vborg.vbsupport.ru/showthread.php?t=69772)

mr.gamesbay 09-23-2004 11:52 AM

Need Help with wide image automatic resize
 
Hi Com

I used this one for wide image automatic resize

Code:

[vB 3.0.3] - Wide image automatic resize [IMG] TAG

//replace (around line 1015) in includes/functions_bbcodeparse.php


return '<img src="' . $link . '" border="0" alt="" />';


//with


return '<img src="' . $link . '" border="0" alt="" OnLoad="if(this.width > 500) {this.width=500; this.style.cursor=\'hand\'; this.title=\'Click Here to open the image in a new window\';}" onClick="javascript:window.open(\'' . $link . '\',\'\',\'scrollbars=1,toolbar=0,resizable=1,menubar=0,directories=0,status=0\'  )" />';

It workes fine and work fast, but i have a prob. when i the WYSIWYG editor and the IMG Code:
http://www.gamesbay.de/showpost.php?p=45128&postcount=2
Under the posting there is a part of the code.

I hope someone can help.


I know, there is ithis code too:
https://vborg.vbsupport.ru/showthread.php?t=67743
but this one, is extreme slow and have some probs. with dead links.

nexialys 09-23-2004 12:01 PM

you will receive help on this hack by posting in the THREAD related to the hack... that's why forums are built for...

thanks!

mr.gamesbay 09-23-2004 12:02 PM

Quote:

Originally Posted by nexialys
you will receive help on this hack by posting in the THREAD related to the hack... that's why forums are built for...

thanks!

There is no thread for this Hack :roll:

Dean C 09-23-2004 12:07 PM

Questions about modifying vBulletin's default behaviour and asking about modifications in general, should be posted in General vBulletin Questions. Please read the forum descriptions more carefully in future. I've moved your thread there for you :)

Thanks,
- Dean

nexialys 09-23-2004 12:19 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=67743" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=67743</a>

mr.gamesbay 09-23-2004 12:24 PM

Quote:

Originally Posted by nexialys

No, i dont mean the Version from Steve St.Lauren. The Version is slooooooooow down Boards ;)

I mean this Version:
Code:

[vB 3.0.3] - Wide image automatic resize [IMG] TAG

//replace (around line 1015) in includes/functions_bbcodeparse.php


return '<img src="' . $link . '" border="0" alt="" />';


//with


return '<img src="' . $link . '" border="0" alt="" OnLoad="if(this.width > 500) {this.width=500; this.style.cursor=\'hand\'; this.title=\'Click Here to open the image in a new window\';}" onClick="javascript:window.open(\'' . $link . '\',\'\',\'scrollbars=1,toolbar=0,resizable=1,menubar=0,directories=0,status=0\'    )" />';

This Version is from Aurous, but there is no thread, there is only one posting.

Aurous 09-23-2004 02:33 PM

I replied to your PM, and I should also mention it here. I had the same error with WYSIWYG editor. Since vB staff reported the editor to have serious security issues, I disabled it! Using such editor is not really a big factor for my board, so I dont care much about it.

I created the image resize code, as its simple and doesnt slow down my servers. If you have a fix to my code or can find a solution to this problem, then do post it here.

Cheers
Aurous

mr.gamesbay 09-28-2004 11:24 PM

Quote:

Originally Posted by Aurous
If you have a fix to my code or can find a solution to this problem, then do post it here.

Cheers
Aurous

Take a look of this one:
https://vborg.vbsupport.ru/showthrea...900#post556900


All times are GMT. The time now is 07:56 AM.

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.02729 seconds
  • Memory Usage 1,731KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete