This topic is locked

Idea for phprunner 6

12/24/2010 11:34:52 AM
PHPRunner General questions
H
horsey_kim author

Separate permissions for list and view pages
I been building some websites that allow people to add their own content to their website. With some modifications to the templates I have been able to successfully create some great sites using phprunner. I think one of the biggest helpful thing would be in the permissions under the security, that you split out the list/view permissions. Have them separate like you have add and edit.
A person can then create their "page" table with fields for their pages and do some simple editing to the view page template.

With the split permissions for list and view, you could easily assign guest to the view (not list) and your admin to the list, edit, add.

Next you could then add to your menu the url to the view page for that record.
Now the public sees only the view page for that record and you can access the list page to make any modifications you see fit for the pages record.
Current Work Around I use: I create a table view of the table for my guest. Then I create another table view of the table just for admin. Then I make sure in the menu that I don't allow the list page for the guest view. It's a pain, but it works. With separate permissions on the view and List, it be a lot easier and no extra views needed! You be able to do everything needed with one query, list and view. Now that be awesome!!!

D
doykoes 12/28/2010



Separate permissions for list and view pages
I been building some websites that allow people to add their own content to their website. With some modifications to the templates I have been able to successfully create some great sites using phprunner. I think one of the biggest helpful thing would be in the permissions under the security, that you split out the list/view permissions. Have them separate like you have add and edit.
A person can then create their "page" table with fields for their pages and do some simple editing to the view page template.

With the split permissions for list and view, you could easily assign guest to the view (not list) and your admin to the list, edit, add.

Next you could then add to your menu the url to the view page for that record.
Now the public sees only the view page for that record and you can access the list page to make any modifications you see fit for the pages record.
Current Work Around I use: I create a table view of the table for my guest. Then I create another table view of the table just for admin. Then I make sure in the menu that I don't allow the list page for the guest view. It's a pain, but it works. With separate permissions on the view and List, it be a lot easier and no extra views needed! You be able to do everything needed with one query, list and view. Now that be awesome!!!


Yesss I'm Agree...THIS WOULD BE A TOTALLY GREAT FEATURE!!!