SMFHacks.com

SMF Gallery Pro => Support => Topic started by: jim on May 13, 2007, 06:13:41 pm

Title: "Notify me of new comments"
Post by: jim on May 13, 2007, 06:13:41 pm
when uploading a new image, the "Notify me of new comments" box is checked by default.
where would one look to change that to off by default?
Thanks in advance for any help.
Title: Re: "Notify me of new comments"
Post by: SMFHacks on May 13, 2007, 07:10:52 pm
Open themes/default/Gallery.template.php
Find
Code: [Select]
<input type="checkbox" name="sendemail" checked="checked" />
Change to
Code: [Select]
<input type="checkbox" name="sendemail" />
Title: Re: "Notify me of new comments"
Post by: jim on May 13, 2007, 09:51:35 pm
worked like a charm.
Thank you.
Title: Re: "Notify me of new comments"
Post by: jim on September 25, 2007, 06:11:02 pm
Has the above changed in 1.3?
I can't seem to locate the code in gallery.template.php.
Title: Re: "Notify me of new comments"
Post by: SMFHacks on September 25, 2007, 06:20:21 pm
Still in Gallery.template.php
Title: Re: "Notify me of new comments"
Post by: jim on September 25, 2007, 07:02:52 pm
Still in Gallery.template.php

You are correct Mr. Hacks.
I'm just an idiot.