| User | Post |
|
4:27 pm 10 May 2008
| Ronald
Guest
| | | |
|
| |
|
|
Thanks for the plugin, it works nicely.
But I'd like to know if the following is possible:
I'd like the update notifications to always be sent out, without the need for anyone to manually check the checkbox in the adminpanel (when editing a post). Now you have the option to check it, cause standard it's unchecked. I want this to be reversed, is that possible?
Thanks for helping out!
|
|
|
|
|
Sure you could change the code to do this but you need to be very sure. I had it set up like this for a while and then realised that I more often than not want to edit a post - SAVE IT and preview it before being happy with the way it reads and looks. If checked - this would send out emails for every save…. So are you SURE?
|
|
|
5:15 pm 10 May 2008
| ronald
Guest
| | | |
|
| |
|
|
so far: yes I am, very sure.
So please tell me how, I can always change it back again later.
|
|
|
|
|
Find the following line of code. This appears twice (once for WP 2l5 and abobve and once for WP 2.3 and below so chose the right one):
<input type=”checkbox” name=”puncheck” id=”puncheck” />
and change it thus:
<input type=”checkbox” name=”puncheck” id=”puncheck” checked=”checked” />
and give it a try!
|
|
|
5:35 pm 10 May 2008
| ronald
Guest
| | | |
|
| |
|
|
Thanks! got it working.
The translation into dutch for the simpleforum will be in your mailbox sometime next week!
|
|
|
|
|
hey - great. Hopefully in time to get into the 3.1 release then…..
|
|