precision - 01 October 2008 01:21 PM
I think the best way to handle it will be to modify the core php code to change the default status that show the data “live”.
To be frank, I don’t think hacking EE files that is the best way. Why don’t you use a custom status of, say, “Draft”, and use that by default? You can then use a template to show you such “Draft” entries, and change the status to “Open” once you are satisfied with it.
... so I can modify the “admin” server to show Open|Draft entries by default and entries which are still in Draft mode will not show up “live” in the production environment until someone with the correct privs (in the right EE group) changes the status of the entry to Open.
Yes, but that is pretty much built-in, you only need to specify it in the template, no need to hack EE.