PDA

View Full Version : Image detection?


magnus
10-15-2003, 09:52 PM
Does anyone know where (which file?) vBB detects an image in a post and applies it towards the maximum image counter?

I'm assuming it is triggerd by '<img', however, I'd like to change it to '<img src' as the trigger, as not count my custom quote (which has images) against the users max image count. My quote images are prefixed with '<img width', so they wouldn't trigger the counter if I was able to make the change.

Any ideas? :)

Xenon
10-15-2003, 10:32 PM
it's in newreply.php just search for <img and you should find it :)

magnus
10-15-2003, 10:40 PM
Most excellent! I thank you. ;)

Xenon
10-15-2003, 10:41 PM
you're welcome :)