i want new documents that are created by newspublisher to be unpublished by default, so manager users can choose/moderate what gets published. i am using a template so the web user doesn’t have the option to set the publish date.
is this possible? if so, i can’t seem to find the proper parameter. can someone point me in the right direction?
Different options
1. The manager setting to have new docs set to unpublished.
2. &clearcache=`0` (so moderator gets to clear the cache)
3. hack the snippet (line 218)
'published' => $published,
to
i had the manager options set to not be published by default, but that didn’t help. i will change the snippet code to see if that works for me. thank you for the reply!
that worked great. thank you very much. another question, if you don’t mind. is there a way for newspublisher to send an email to a manager user after a post, or would i need to add it to the snippet?