Baby Astronaut Posted November 8, 2009 Posted November 8, 2009 Can one make a website that gives full editorial control to someone, allowing them to upload content and make any kind of changes, but you still have a master key just in case you need to override that control? And if so, how possible is it to allow full control to either just one part of the website -- for example to the menu system, or images, or css scripts, etc -- or to just a certain number of functions -- such as permissions/access to one, two, or more server-side scripts (but not all of them), or even to particular functions of the server itself...like a person being able to update/edit/delete scripts yet has no control over their archiving into back-ups?* *(for example if a script is deleted/erased it automatically gets backed up first, nothing the person can do about it)
RyanJ Posted November 8, 2009 Posted November 8, 2009 Of course. One normally does such things via access permission systems - like say administrators, moderators etc. This would allow you to exactly control what a person can and cannot do without giving them absolute control so some features will always be limited to certain users only. That, for example, if the way that both forums and Wiki's work.
bascule Posted November 8, 2009 Posted November 8, 2009 You're describing the basic functionality of a Content Management System (CMS). See: http://en.wikipedia.org/wiki/List_of_content_management_systems
Cap'n Refsmmat Posted November 8, 2009 Posted November 8, 2009 MediaWiki, for example, is the software used by Wikipedia, and it has provisions for "Sysop" users ("system operator") who have the power to lock pages from editing, ban users, and generally keep things under control. On this forum, users can create content and upload files, moderators can remove or edit it if necessary, and administrators can stop the moderators if there's a serious problem.
Baby Astronaut Posted November 9, 2009 Author Posted November 9, 2009 Thanks guys. ...to one, two, or more server-side scripts (but not all of them), or even to particular functions of the server itself Just to ensure that we're all on the same page...you knew I meant giving control not just of the website, but of the server that it's residing on? (partial control though, like being able to navigate the server itself and make permitted changes -- in specified/limited ways only)
bascule Posted November 9, 2009 Posted November 9, 2009 Thanks guys. Just to ensure that we're all on the same page...you knew I meant giving control not just of the website, but of the server that it's residing on? (partial control though, like being able to navigate the server itself and make permitted changes -- in specified/limited ways only) A CMS will yet you do this (depending on which one)
RyanJ Posted November 9, 2009 Posted November 9, 2009 In this context you want a content management system.
E.T. Posted December 15, 2009 Posted December 15, 2009 That can be done by any web developer that encodes a site because the owner can write password protected pages and do that way or if you are hosting your own site you passord protect certain servers that hold files for that part of the site.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now