The Arcive of vBulletin Modifications Site. |
|
Exclude Usergroups from Char Limit Details »»
|
|||||||||||||||||||||||||
I no longer support my hacks. Please feel free to update them and release new versions elsewhere as long as I get the credit for the original modification.
/*=============================================*\ || Exclude Usergroups from Char Limit || || Author : Anton Kanevsky || Works on : vBulletin 3.5.x - 3.8.x || Released : Jun 07, 2009 || || Time required to install: ~30 seconds || Difficulty: easy \*=============================================*/ DESCRIPTION Removes character limits from all messages made by selected usergroups. STATISTICS File Uploads: 1 Products to Install: 1 FEATURES Removes character limits from the following areas:
VERSION HISTORY 1.3.0 [+] The hack is now compatible with vBulletin 3.5.x - 3.8.x. [+] Added support for new message types in vBulletin 3.8.x. [+] Significantly improved internal logic. 1.2.0 [+] Added support for private message character limitations. 1.1.0 [F] Corrected a Typo 1.0.0 Initial Release The installation manual is contained within the attached file. IF YOU LIKE MY HACK, PLEASE CLICK INSTALL Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Very nice hack. *installed* it will give the staff the power to sloxe a topic in 2 words then about 16 XD thanks
|
|
#3
|
||||
|
||||
|
Installed and thanks.
|
|
#4
|
|||
|
|||
|
i'm still being forced to enter at least 1 character in new posts after installing
|
|
#5
|
|||
|
|||
|
Of course you need at least one character. You don't just send empty posts. That is why I made it check for one character. Duh :P
|
|
#6
|
|||
|
|||
|
Quote:
![]() the reason for this is so that people can make posts that consist only of the attachment they've uploaded and nothing else. is there something i can change in your xml that would allow for an empty post? the hack works great for me otherwise
|
|
#7
|
||||
|
||||
|
Quote:
Code:
In the product, find the plugin global_start. Replace 1 with 0 in the following line: $vbulletin->options['postminchars'] = 1; I'm gonna install this hack when I get home, could really use it! |
|
#8
|
|||
|
|||
|
Quote:
|
|
#9
|
||||
|
||||
|
Anthony, can this be made to work for PMs, too?
|
|
#10
|
|||
|
|||
|
I don't believe character limit applies to private messages... Does it?
|
![]() |
|
|