This may help:
Quote:
Okay have you ever set your member signature to 500 in your Forum Admin CP only to realize that the members still can't have a larger sig than 255.
Code:
Code:
ALTER TABLE `nuke_users` CHANGE `user_sig` `user_sig` TEXT DEFAULT NULL
Admin -> Forums -> General -> Configuration
Scroll down to...
Maximum signature length
Maximum number of characters in user signatures
Set to number between 0 - 65,000
|
Or are your users posting graphics in their sigs?
If that is the case, I will have to investigate it more in order to see if there is a way to restrict filesizes that are postid in sigs.