buothz Posted February 8, 2013 Share Posted February 8, 2013 In the demo site http://processwire.com/skyscrapers/ let's say for example that every skyscraper has its space, for example SunTrust Plaza want to manage page http://processwire.com/skyscrapers/cities/atlanta/suntrust-plaza/. My question is: Is it possible that the various companies of skyscrapers can manage its own page with admin and password, clearly giving the fields pre-set? If you can do, how can I structure the system? Using $ user and rules? Thanks 1 Link to comment Share on other sites More sharing options...
ryan Posted February 8, 2013 Share Posted February 8, 2013 You can do this. Whether you choose to go the direction of user accounts and admin access is another question. For modules.processwire.com people can submit modules to the directory. When they submit a module, they also enter their email and password. That info gets saved with the module, so that anytime they want to come back and make edits, they can. I'm not using user accounts for this because my needs here were pretty simple. This method also requires using the API to code it to do exactly what you need... but it's not difficult. You can also use user accounts (and even admin access) if you want to. Though I recommend limiting admin access (even limited admin access) to trusted users. With trusted users, the Page Edit Per User module opens up many possibilities here. Link to comment Share on other sites More sharing options...
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