vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Sig image size control (https://vborg.vbsupport.ru/showthread.php?t=40216)

ZiRu$ 07-19-2002 02:21 AM

thx man i installed it

Thunderpuck 08-08-2002 05:04 PM

Excellent! I really needed this. Thanks!
:)

rstark 08-15-2002 06:27 PM

I thought I had this working well, installed it and tested it. I have the max images per post/signature set to 20, I set the max image height to 200 and width to 500 and saved the changes in the options screen. I tested it with a 640x480 image and sure enough, it said I exceeded the width.

I just had a new user register today, and put in a signature of 224x464. The height exceeds my limit in the option yet his signature still show up. So for some reason, it's not checking the height but it checks the width. Can someone verify that if you upload a picture that only exceeds the height limit, that this hack will work? Thanks.

Oh yeah, I just double checked the code from the installation of this hack and everything matches up properly.

1freegaia 08-22-2002 12:24 AM

Does it work with VB2.0.3 ?

thanks !

Herman 08-23-2002 02:19 PM

rstark, your problem may be that the HTML code is enabled, that will make him able to get a larger signature than usual, so, disable that and it ends.... And it should work with any version of vB.

rstark 08-23-2002 06:53 PM

Quote:

Originally posted by Herman
rstark, your problem may be that the HTML code is enabled, that will make him able to get a larger signature than usual, so, disable that and it ends.... And it should work with any version of vB.
Well, I did have HTML code enabled, but I disabled it now. I looked at the user's signature and he is using the IMG tags and not html for the signature. Why would it only find the width of the signature in error but not the height? I've tried my own test on this.

Herman 09-08-2002 03:17 PM

is he using it as like a .txt file off of angelfire? If so then that may be the prob.

rstark 09-08-2002 08:55 PM

Quote:

Originally posted by Herman
is he using it as like a .txt file off of angelfire? If so then that may be the prob.
No, his signature is plain text with the IMG codes.

Herman 09-12-2002 03:57 PM

Hmm, then ask him how he's doing it, or email me with the actual code of it.

rstark 09-12-2002 07:27 PM

Quote:

Originally posted by Herman
Hmm, then ask him how he's doing it, or email me with the actual code of it.
I've tried my own test on this by creating an image that met the width requirement, but exceeded the height requirement and it allowed the image in the signature.

L-Mane 10-03-2002 11:30 PM

I am trying to uninstall this query and I cannot do so.

$db1="INSERT INTO setting (settinggroupid, title, varname, value, description, optioncode, displayorder) values ('4', 'Max Sig Height', 'maxsigheight','100','Made specially for Otakuboards, Its our very own <B>SIG KILLER</B>! Yay!!', '', '10')";
$db2="INSERT INTO setting (settinggroupid, title, varname, value, description, optioncode, displayorder) values ('4', 'Max Sig Width', 'maxsigwidth','500','Made specially for Otakuboards, Its our very own <B>SIG KILLER</B>! Yay!!', '', '11')";

$DB_site->query($db1);
$DB_site->query($db2);

How can I do this?

Kinox 10-03-2002 11:53 PM

$DB_site->query("ALTER TABLE setting DROP Max Sig Height");
$DB_site->query("ALTER TABLE setting DROP Max Sig Width");

S1R1US 12-08-2002 08:15 PM

hey do you know if it works for version 3.0.0 of vbulletin?

Herman 12-14-2002 10:22 PM

I'm not sure, I've never used vB3, how have u?

Colon33 12-22-2002 07:59 AM

Does this also block people WHO link there sigs to other websites? or just images they upload themselves? I am assuming it goes for ANY image file located in the SIG. Right?

Herman 01-02-2003 12:45 PM

Exactly

k4is3r 02-11-2003 02:38 PM

This will work with Vb 2.2.9 ???

I've installed it, but i get always "image not found"!!!

Any suggestions???
tnx :classic:

Kriek 03-02-2003 06:30 PM

Running into the same problem on 2.2.6.

Although it only seems to display Image not found when users update their profiles.

Herman 03-25-2003 03:02 PM

It may be the way the show their sig, are they using HTML or the natural vB code?

k4is3r 03-25-2003 03:38 PM

Quote:

Today at 05:02 PM Herman said this in Post #59
It may be the way the show their sig, are they using HTML or the natural vB code?

Natural vB coe :paranoid:

TYorke 04-09-2003 06:35 AM

What's the latest on this? My users are also getting the "Image Not Found" message.

Also, I'm not sure if I saw wrong or not but, I think v2.3.0 already comes equipped with the Max Sig Height and Max Sig Width fields.

Boofo 04-09-2003 02:50 PM

I'm not getting this to work at all. I have the image size set to 125 height and 450 width and I had a user upload an image that is 192 height and the image shows in his signature. Anyone have any ideas why this is happening? I am using 2.2.9, if it means anything.

k4is3r 04-09-2003 04:19 PM

Quote:

Today at 04:50 PM Boofo said this in Post #62
I'm not getting this to work at all. I have the image size set to 125 height and 450 width and I had a user upload an image that is 192 height and the image shows in his signature. Anyone have any ideas why this is happening? I am using 2.2.9, if it means anything.

The same thing...... :( on vb 2.2.9

ryancooper 04-19-2003 11:05 PM

Question.

OK i first set the max height to 60 and width to 100 to test.

TEsted and everythign works great, now I want to change the max height to 100 and width to 100 saved options and still get the error : Sorry, image size exceeds maximum height of 60.

I tried removing my sig, saving my profile then adding it again but it still is the same??

Nevermind I didn;t realize that it replaced the image with the text. :dead:

Jing 04-26-2003 03:31 AM

good hack :) installed with some slight modifications.

Boofo 04-30-2003 04:06 PM

Quote:

04-25-03 at 11:31 PM Jing said this in Post #65
good hack :) installed with some slight modifications.
Could you share the modifications? I can't seem to get it to work right. ;)

k4is3r 05-04-2003 04:43 PM

Quote:

04-30-03 at 06:06 PM Boofo said this in Post #66
Could you share the modifications? I can't seem to get it to work right. ;)

:cheeky:

Boofo 05-04-2003 04:49 PM

My sentiments exactly. I'll just un-install it and find one that works. ;)

k4is3r 05-11-2003 02:13 PM

Quote:

05-04-03 at 06:49 PM Boofo said this in Post #68
My sentiments exactly. I'll just un-install it and find one that works. ;)
Can you plz share the hack that finally works???

thank you in appreciate :classic:

Nitesh 05-22-2003 09:05 PM

This hack works sometimes and other times it displays image not found.

Has anyone fixed this or have an alternative?

k4is3r 05-23-2003 10:51 AM

Quote:

Yesterday at 11:05 PM Nitesh said this in Post #70
This hack works sometimes and other times it displays image not found.

Has anyone fixed this or have an alternative?


Boofo 05-23-2003 12:22 PM

It seems that support has been dropped for this hack.

ZiRu$ 06-11-2003 02:27 PM

Thanks man I'm gonna re-install this

monstergamer 07-21-2003 07:07 PM

works great
********installed********

Dez_U 04-08-2005 06:20 PM

does thbis run on the latest version of VB?

thanks

Marco van Herwaarden 04-08-2005 06:28 PM

No, this hack is written for vB2 and will probably not run on vB3.

Dez_U 04-08-2005 06:32 PM

thanks Marco, just found one that looks cool

https://vborg.vbsupport.ru/showthrea...ght=signatures

:D


All times are GMT. The time now is 04:53 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.01284 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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