vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Extended Signature Limits (https://vborg.vbsupport.ru/showthread.php?t=95523)

tendo 01-31-2006 04:34 PM

I have edited the permissions in every usergroup to 100x100 pixels and it will still let me use a massive pic in my sig.

I don't get it.....

Andreas 01-31-2006 04:39 PM

Then maybe allow_url_fopen is false and thus getimagesize() fails :)

tendo 01-31-2006 07:20 PM

Quote:

Originally Posted by Andreas
Then maybe allow_url_fopen is false and thus getimagesize() fails :)

was that directed at me? *confused look*

i have this awesome script installed properly but it isn't restricting sizes! help pls i changed every single usergroup to 100x100 pixels

Andreas 01-31-2006 07:23 PM

<a href="https://vborg.vbsupport.ru/showpost.php?p=886928&postcount=367" target="_blank">https://vborg.vbsupport.ru/showp...&postcount=367</a>

tendo 02-01-2006 03:20 PM

Ok Andreas Im sure you're busy so I'll keep this brief.

I set Allow Image Size Checking Failure to YES and tried both GD and Imagemajick6, neither worked.

Is there anything else I can try? Promoters on our board have the hugest sigs its gross.

argash 02-03-2006 01:52 AM

Upon further investigation it looks like secondary usergroup permissions are what is breaking this for me. If a users primary group is given permisions to use images but one of their secondary groups is not then they are not allowed. This seems odd. anyone have ideas?

Andreas 02-03-2006 01:57 AM

This is working as designed.
As 0 means unlimited, 0 overrides all other values.

Mentch 02-06-2006 06:50 PM

I am having a problem when I allow 2 images. I want to allow images at a max width and height of 480X175. I understand what it is doing by combining the width's and the height's of each of the images and telling the user they are using 2 images and they are larger than 480x175 but the problem I have with this is I want to be able to use 2 images and not add up the width's of those 2 images just check to make sure that neither 1 of them are larger than 480. And still check the combined height to make sure its not larger than 175.

Any way to modify the code to do this?

Andreas 02-06-2006 11:22 PM

Please read the previous posts where I explained why I did I the way I did it.

Mentch 02-07-2006 05:02 AM

Quote:

Originally Posted by Andreas
Please read the previous posts where I explained why I did I the way I did it.

I am not asking why you did it the way you did it. I am simply asking a question on how I can modify what you have made to not combine the Width of the images, but to only check that any of the images are not greater than the set Width.

Andreas 02-07-2006 10:40 AM

;)
As I explained in previous posts, that won't work as expected.

tendo 02-07-2006 03:24 PM

Andreas this still isn't working for me. How do I diagnose if the image size checking function is even active on my server? I've tried both on/off imagemajick/gd

Andreas 02-07-2006 03:33 PM

This has nothing to do with GD or ImageMagick.

Check your phpinfo output for the setting of allow_url_fopen

Aeolian 02-07-2006 06:07 PM

Quote:

Originally Posted by Andreas
This has nothing to do with GD or ImageMagick.

Check your phpinfo output for the setting of allow_url_fopen

Andreas .. gr8 addon.. i been looking for something like this for while now!!!
ok here is the new problem after limiting the signature..
users are using bigger fonts (size 8-10) in the limited no# of characters.

so now we need to some how limit the size of the font..

thanks

Mentch 02-07-2006 06:28 PM

Ok I figured out how to modify this for what I needed.

But now if I want to actually put a Zero in one of the spots to have it actually be a Zero and not unlimited how can I do that.

Mentch 02-11-2006 05:07 AM

Quote:

Originally Posted by Aeolian
Andreas .. gr8 addon.. i been looking for something like this for while now!!!
ok here is the new problem after limiting the signature..
users are using bigger fonts (size 8-10) in the limited no# of characters.

so now we need to some how limit the size of the font..

thanks

This plugin allready limits the size of the Font people can use. Check the settings for each usergroup.

dazzlin 02-11-2006 02:47 PM

Works great except one problem. I've set each usergroup to use no more than 4 lines. If I try to enter any more than 2 lines, it tells me "You may not use more than 4 lines in your signature." And yes, I know blank lines count as a line, so I made sure there were no blank lines. Literally, if I do this:

firstline
secondline
thirdline

it gives me the message that i cannot have more than 4 lines (and those blank lines in this example are only there for readability here, but don't exist in the actual sig).

WNxWakko 02-13-2006 02:34 AM

External URL linking for signatures is not blocking??

Parham 02-15-2006 03:18 PM

is this mod update sig that had problem :) ?

tendo 02-15-2006 05:46 PM

Quote:

Originally Posted by Andreas
Check your phpinfo output for the setting of allow_url_fopen

Can anyone tell me what that means?

dazzlin 02-16-2006 08:53 PM

Quote:

Works great except one problem. I've set each usergroup to use no more than 4 lines. If I try to enter any more than 2 lines, it tells me "You may not use more than 4 lines in your signature." And yes, I know blank lines count as a line, so I made sure there were no blank lines. Literally, if I do this:
firstline
secondline
thirdline
it gives me the message that i cannot have more than 4 lines (and those blank lines in this example are only there for readability here, but don't exist in the actual sig).
So, does no one have any advice for me on this?

Andreas 02-17-2006 03:27 AM

Which was the exact text that was falsely reported as being more than 4 lines?

dazzlin 02-17-2006 03:34 AM

Anything I try over 2 lines does it. But here's an example one below (If i take out the third line of Join us today!, it works fine:
You'll never shine if you don't glow
http://www.vistababble.com
Join us today!

Andreas 02-17-2006 03:44 AM

Works just fine for me:
http://www.vistababble.com/forums/members/kirby.html

dazzlin 02-17-2006 03:50 AM

Quote:

Originally Posted by Andreas

So I see. I've attached a screenshot of the error message I get with that same signature.

Andreas 02-17-2006 03:53 AM

That is WYSIWYG. Switch to Standard and make sure you really do not have more than 4 lines.
(Especially IE seems to add <br /> every now and then)

dazzlin 02-17-2006 03:57 AM

Yep, that was it! I imagine a lot of users might face the same problem, but at least now I'll know how to answer the question. Thanks.

GoTTi 02-17-2006 05:00 PM

does this work with img tags already used? say if i limit the imgs allowed to 3, users has 6 in there..will it alter his sig

Skittles 02-19-2006 10:55 PM

I have installed this hack, but it isn't working correctly.

My limits are set to 400w x 100h, 30kb, 1 image only.

If I try and link to a signature that is too wide or too tall, the script rejects the signature. If I try and link to more than one image, the script rejects the signature.

However it is not imposing the filesize restrictions properly. At the moment I am linking to a 130kb BMP file as my signature and the script accepts this.

However, if I link to the same large image twice, it will say that the combined size of the images is too large.

I am running the plugin on vb3.5.3 and my forum is at forum.generationnetwork.co.uk
Any ideas why it's not working?

Webs007 02-20-2006 12:30 PM

Is there an option to apply it it to certain usergroups?

almqdad 02-23-2006 02:43 PM

Hi

Does it work with 3.5.3

thanks

tendo 02-23-2006 03:39 PM

Quote:

Originally Posted by Andreas
This has nothing to do with GD or ImageMagick.

Check your phpinfo output for the setting of allow_url_fopen

still confused on this :o

tendo 03-01-2006 12:40 AM

Quote:

Originally Posted by Andreas
This has nothing to do with GD or ImageMagick.

Check your phpinfo output for the setting of allow_url_fopen

hate to be a bumper but i really need some clarification on what allow_url_fopen is. it's not in the vb3 manual. eeeek! someone had a 900px wide signature today :(

ubblite 03-03-2006 12:52 AM

This hack was working good until I installed vb3.5.4 & now it no longer works. I'm wondering if there will be an update for this nice mod anytime soon?

nereidin 03-03-2006 02:15 PM

Have 3.5.4 and It don't work - it's normal or I'm doing something wrong ?

nereidin 03-04-2006 07:46 AM

No one know? :(

iturazvan 03-04-2006 09:03 AM

This is great, just installed it :) .

nereidin 03-04-2006 09:13 AM

iturazvan - what version of vB you have ?

Pagandream 03-04-2006 11:50 AM

Yeah if it would work under 3.5.4 I would be happy ;)

nereidin 03-04-2006 02:18 PM

But no one want to answer :|


All times are GMT. The time now is 02:25 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.01743 seconds
  • Memory Usage 1,813KB
  • 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
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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