
just a quick question,
I need to have specific rules/permissions by user types in my chat and one of
the restrictions is to -not- allow him to to type more than eg. 5 characters.
I find out that "max_text_len" might do the trick but i found this is "global"
variable so anyone would type <5 characters.
Is there a nice pfc way to sort this or need to do a special session check
(by user type) to change the <input> message bar 'maxlength's value via JS?
thank you.
PS. sorry for my freaky english
