Dumb question, but..
I was looking through your noimageinsig mod, and have a question about a line of text.. Specifically this.
[]
##
## Find this:
##
if ($config['allowimages']) {
#
# Change to this:
#
// Modify so that the image tag can't be used in sigs - by JoshPet
if (($config['allowimages']) && (!$noimage)) {
[/]
The code we're supposed to find shows up more than once in the file - are we supposed to replace all occurrances of that? Would like clarification before I go mucking up the file.