PDA

View Full Version : Allow only one [img] code in signature


silentwille
03-19-2005, 06:43 PM
Hello
I didnt want to turn [img] in signatures off, but I have a problem with people placing several images in their signatures, and its tiresome to control signatures sizes. It would be really nice if I could set 1 [img] code limit for signatures. I would still need to check for image sizes, but then it would be only one image to worry about.

Thanks

noppid
03-19-2005, 08:05 PM
In profile.php find...


if ($vboptions['maximages'] != 0)


Add above...


$vboptions['maximages'] = 1;


Should do it just fine. It is not tested however.

bluesteel
07-13-2005, 09:15 PM
hmmmmmmmmm
Didn't work for me noppid :(
But thanks anyway.