Quote from: rthrash at Nov 19, 2009, 08:06 AM
It’s ManagerManager default to set the pub_date to the creation time. Remove that from the install and you should be good to go. Hmm ... wonder if MM syncing code needs to factor in the system config published defaults.
I’ll second that one Ryan. It really was confusing me til I saw this thread.
For those using ManagerManager that don’t want pages auto-published, just go to the mm_demo_rules chunk and change this line:
to this:
// mm_default('pub_date');
That just simply comments out that rule so it’s not run for the less-code-savvy folks out there.
The easiest thing in the next update might be to scan for that line in the demo rules chunk and comment it out by default, adding a note above it about the side-effects of using it I guess. I can see how it would be useful in some situations so it’s not worth taking out completely.