Updated 4a. JCB Demo Component Directory, Folders and Files (markdown)
@@ -293,7 +293,7 @@ Super Administrator can:
|
|||||||
|
|
||||||
Registered Users can:
|
Registered Users can:
|
||||||
* Edit the look record in the demo_look table, reusing the adminForm form to do so
|
* Edit the look record in the demo_look table, reusing the adminForm form to do so
|
||||||
* The registered user id of the logged in user must match the created_by value for it to display.
|
The registered user id of the logged in user must match the created_by value for it to display.
|
||||||
* First, login as the registered user and select the looks option from the main menu
|
* First, login as the registered user and select the looks option from the main menu
|
||||||
* The site view looks displays with the Name and Description of the registered user's look and an edit toolbar underneath.
|
* The site view looks displays with the Name and Description of the registered user's look and an edit toolbar underneath.
|
||||||
* Click the edit toolbar and display the admin view look, displaying only the form actions defined for that user group.
|
* Click the edit toolbar and display the admin view look, displaying only the form actions defined for that user group.
|
||||||
@@ -303,7 +303,7 @@ Close
|
|||||||
* The More button was enabled in the JCB demo
|
* The More button was enabled in the JCB demo
|
||||||
- This allowing entry of the additional fields on the form.
|
- This allowing entry of the additional fields on the form.
|
||||||
|
|
||||||
Let's look at the code behind all of this.admin view look so one can edit their own look record in the looks_demo table. By default, access control is only allowed for the super administrator. If access is given in Joomla!'s ACL to the JCB Demo component for let's say the registered group of Joomla! users, the edit button will display below the name and description. This brings up the matter of access control levels or ACL in Joomla! See the text after the view for information or you will not be able to edit a look despite owning it.
|
Let's look at the code behind all of this. admin view look so one can edit their own look record in the looks_demo table. By default, access control is only allowed for the super administrator. If access is given in Joomla!'s ACL to the JCB Demo component for let's say the registered group of Joomla! users, the edit button will display below the name and description. This brings up the matter of access control levels or ACL in Joomla! See the text after the view for information or you will not be able to edit a look despite owning it.
|
||||||
|
|
||||||
If you use Chrome's More Tools - Developer Tools, use the element pointer to find this on the page:
|
If you use Chrome's More Tools - Developer Tools, use the element pointer to find this on the page:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user