impresspages / ImpressPages

ImpressPages is php framework with admin panel. Build functional website in one hour.
http://www.impresspages.org
Other
501 stars 178 forks source link

Lack of author/admin id in pages table #761

Open lisandroct opened 8 years ago

lisandroct commented 8 years ago

It would be helpful to store in the pages table in the data base the id of the admin that have create a page, specially for blogging. And I think it would be pretty trivial, too. I'm making a custom plugin right now, but it definitely must be a built in functionality.

wannaco commented 8 years ago

+1

jankus commented 8 years ago

Why do you think it should be a part of the core? I believe it should be a part of a blog plugin. And I would create a profile for each "author". Then writing a new post you can assign any of them. Author can be attached to real administrator or selected as needed. And this is needed if you, as super admin, want to change or fix something.

Looking from a bigger perspective, if it's in the core then each change should be attached to an administrator, not just page creation fact. And this complicates the system when most of the users don't need that. Which means such functionality should come with a plugin.