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)

Andreas 10-11-2005 06:31 PM

???
There is a setting for controling max. number of images.

Julie 10-11-2005 07:55 PM

Just a quick question;

Quote:

Go to Usergroup Manager and edit the Permissions - use 0 to disable.
If you enter 0, does it disable the extension itself (so a user can enter whatever she/he wants), or does 0 mean, they can't enter anything, at all?

Also,

Quote:

Maximum Number of Signature Images
Say, if I enter a value of 3, does it calculate all of the 3 images, to make sure they're within the max height and width? Or does it just calculate for one image, so that a user could have, like in my case it's max 350x100, a user could have 3 350x100 images next to each other?

Thanks :)

Andreas 10-11-2005 07:57 PM

0 = No limit

Scotty2k 10-11-2005 10:02 PM

Quote:

Originally Posted by KirbyDE
@stormblast
Yes, it is a problem with my Hack - it does not like invalid URLs.
Make your users only post valid URLs and everything is fine :)

Same Problem for me. Is there a way to fix it ? i love this mod but i couldn?t use it in our forums until this problem isn?t fixed

Andreas 10-11-2005 10:12 PM

Fix = make your Users only post valid URLs :)

thenetbox 10-12-2005 02:33 AM

Does this require HTML in sigs to be disabled or can it check it if an image is linked like < img src = " bla . jpg " >

:) Thanks for a great hack

Datenpapst 10-12-2005 06:37 AM

Quote:

Originally Posted by Datenpapst
I dont really catch the readme... :o where shall I upload and import the xml files?

*push* :(
and one question is there the same hack for 3.0.X ?

Scotty2k 10-12-2005 08:48 AM

Quote:

Originally Posted by KirbyDE
Fix = make your Users only post valid URLs :)

It?s impossible to tell 1.700 users to post valid URLs, they would take a note of it but then forget it in the next minute... and some users didn?t really know what valid URL?s are because most of them just now how to turn on their pc.

kwopper 10-14-2005 06:38 AM

@KirbyDE ... is there anyway to have this mod and only allow the links to work in the sig's. MY site I have live links turned off for security reasons and we were going to allow sig's only hosted on our server...thanks to your mod. Only issue is once this is installed it bypasses the BBCode shutoff for the [URL] and allows live links to be posted in threads.

Andreas 10-14-2005 12:00 PM

Hmm ... how did you disable [url]?

kwopper 10-14-2005 08:06 PM

AdminCP..vBulletin Options..BBCodes..remove the check from

Links ([URL], [EMAIL], [THREAD], [POST])

instead of a live link you get just the link with the [url] tag on each end. If you can suggest anyway to not allow live links in the threads and only in the sigs so your mod would work...that would be great...

Andreas 10-15-2005 04:00 AM

Don't think this is possible. Anyway, i'll take a look when I got mood to do so ;)

phpnewbie 10-15-2005 10:36 AM

Any languages file ? I don't see any text

UOXDev 10-15-2005 01:58 PM

Interestingly enough I installed this on my forum and now signatures are screwed up..

Users who try to edit their sigs and hit submit everything appears fine and then their sig is gone. I cannot even edit it from the admincp.

I've uninstalled this hack but it still wont let me edit a sig....

Snake 10-15-2005 04:35 PM

Probably you've done something wrong while installing the hack otherwise it works perfect! Also check your vBulletin version, too.

Andreas 10-15-2005 10:47 PM

@UOXDev
Well, if it even does not work after uninstalling this Hack, then the problem is somewhere else.

Alien 10-16-2005 03:41 PM

On the 'valid urls' issue.

I just had this crop up today twice.. No way you can force everyone to use valid urls, you can get complete destruction inside threads (they are rendered completely unreadable with php errors and duplicate header errors) rendering a thread unusable by anyone after them. It definately can be a security issue since any user can register and create a hassle in threads. I've turned off that one section for now and I'm hoping there will be a workaround for those who post http:slashslashhttp:slashslash in their posts back to back (on purpose or by accident).

:D

Andreas 10-16-2005 08:07 PM

Sure there is a workaround:
Put @ in front of the parse_url() call and the errors will not show up, but is impossible to avoid them.

Oblivion Knight 10-17-2005 10:27 AM

Quote:

Originally Posted by KirbyDE
0 = No limit

If you set a usergroup to have no limit (0) for number of images in their signature, it doesn't overwrite the vbulletin "maximum images per post/signature" setting.

Is there any way to fix this? :)

Alien 10-17-2005 05:28 PM

Quote:

Originally Posted by KirbyDE
Sure there is a workaround:
Put @ in front of the parse_url() call and the errors will not show up, but is impossible to avoid them.

Am I correct in assuming that if I leave the url plugin disabled on this, that it will ONLY affect the "Links to external Websites" functionality and the rest will work properly?

I can live with that, since I don't mind if people link to external sites in their sigs/sigimages.

Andreas 10-17-2005 05:30 PM

Exactly

MPDev 10-17-2005 11:52 PM

Quote:

@stormblast
Yes, it is a problem with my Hack - it does not like invalid URLs.
Make your users only post valid URLs and everything is fine
Unfortunately, with 73,000 members I don't have much control over what they post. If someone posts something with an invalid URL, then the whole message becomes unreadable and it posts an error.

Any chance the code could be modified to ignore bad URLs or is this just something we have to live with if we want to use this mod?

Andreas 10-17-2005 11:55 PM

@MPDev
As said before, you can supress the errors by using @parse_url instead of just parse_url, but I don't think there would be an easy way to avoid them.

MPDev 10-17-2005 11:57 PM

Ah, ok; I read a couple pages more, but must have missed the comment; thank you for the rapid response.

Kihon Kata 10-18-2005 04:49 AM

Quote:

Originally Posted by MPDev
Ah, ok; I read a couple pages more, but must have missed the comment; thank you for the rapid response.

Installed just like that! POOF!

I have one question for Kirby. Once I installed it, and enforce the rules on users who have already large images or many lines? I set this up and I love it...but tell me...does it only work on users who UPDATE OR make their sigs?

Andreas 10-18-2005 06:12 AM

Yes, the checks are only performed when updating the signature.

Kihon Kata 10-18-2005 12:17 PM

Quote:

Originally Posted by KirbyDE
Yes, the checks are only performed when updating the signature.

Is there a way to enforce it on everyone...even the ones who already have sigs?

Andreas 10-18-2005 12:20 PM

No. Not yet at least.

Kihon Kata 10-18-2005 12:24 PM

Quote:

Originally Posted by KirbyDE
No. Not yet at least.

Ok. Thanks for the quick reply

Sel 10-18-2005 03:13 PM

Great mod! Just one thing I've noticed though...

I've disabled the use of [url] tags which works fine when a user manually types them in. However if a user just types www.vbulletin.org for example without the [url] tags then vBulletin automatically adds the tags when the sig is saved.

Hope that explanation makes sense. Thanks.

Does anybody else have this problem? Is there a fix?

eoc_Jason 10-19-2005 05:25 PM

You could mass-delete all sigs, forcing them to create new ones, but I think you would just tick everyone off...

Quote:

Originally Posted by TonysDesigns
Is there a way to enforce it on everyone...even the ones who already have sigs?


Kihon Kata 10-19-2005 05:36 PM

Quote:

Originally Posted by eoc_Jason
You could mass-delete all sigs, forcing them to create new ones, but I think you would just tick everyone off...

Tick TAINT the word for it.

Christine 10-19-2005 08:16 PM

We did and it was no big deal, but we only have 14,000 active members.

What I did was make a copy of the userid/signature fields into a new table and then gave the mods access through the MCP to retrieve the data from that new table if anyone asked for it.

I think we had about 10 requests.

akanevsky 10-19-2005 08:33 PM

Screenies please?

Andreas 10-19-2005 08:38 PM

There are some in the thread ... somewhere.

NitroXploit 10-19-2005 09:41 PM

"Derefer/Detect External URLs" was generation an error on one of my topics in which a user replied, and so i had to deactivate it. The user had a url code on his signature:
Code:

[ url="http:///"]x[ /url] (with no spaces)
The error was:
Code:

Warning: parse_url(http://): Unable to parse url in /includes/class_bbcode.php(149) : eval()'d code on line 38
Hope this helps.

Andreas 10-19-2005 10:35 PM

This is a known problem. Make sure everybody posts only valid URLs and it will be fine.

futuregizmo 10-21-2005 09:18 AM

this doesn't check the number of links in the sig right? i wanted to impose a max of 2 links but i can't find a hack like this. is there some hack like this for 3.5?

Omranic 10-22-2005 05:48 AM

cooool
Have Full Control over Users Signatures
thanks very much

Oblivion Knight 10-22-2005 06:22 AM

Quote:

Originally Posted by Oblivion Knight
If you set a usergroup to have no limit (0) for number of images in their signature, it doesn't overwrite the vbulletin "maximum images per post/signature" setting.

Is there any way to fix this? :)

^ Bump..
I was unsure whether or not you'd seen this.


All times are GMT. The time now is 11:11 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.01545 seconds
  • Memory Usage 1,818KB
  • 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
  • (14)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