×
If you expect answers you should describe your problem and give as much information's as possible. (SQL-Structure, Template Code, Joomla Version ...) Please read this before posting: joodb.feenders.de/support.html
More than one Joomla ID?
- LauraRey
- Topic Author
- Offline
Less
More
- Posts: 8
- Thank you received: 0
6 years 4 months ago #4959
by LauraRey
More than one Joomla ID? was created by LauraRey
I have it set up so that one user can edit their data using Joomla ID in the configuration. The director who has access to the admin area, prefers to edit on the front end. She needs to be able to edit anyone's data. Is there a way to do this?
Please Log in to join the conversation.
- Dirk
-
- Offline
Less
More
- Posts: 1222
- Thank you received: 226
6 years 4 months ago - 6 years 4 months ago #4960
by Dirk
Replied by Dirk on topic More than one Joomla ID?
Only in backend or with the frontend edit view (not the form view!)
See
joodb.feenders.de/support/documentation.html?search=editbutton
See
joodb.feenders.de/support/documentation.html?search=editbutton
Last edit: 6 years 4 months ago by Dirk.
Please Log in to join the conversation.
- LauraRey
- Topic Author
- Offline
Less
More
- Posts: 8
- Thank you received: 0
6 years 4 months ago #4961
by LauraRey
This message has attachments images.
Replied by LauraRey on topic More than one Joomla ID?
I think that is what I did. I have this in the single entry:
<span style="float: right; width: 100px; text-align: right;">
{joodb printbutton}
{joodb editbutton|true}
</span>
I have editing enabled. (see attached screenshot)
The user (director) has admin access privilege. (see attached screenshot)
The user is part of the access level group.
If I add a link using path2editform, it throws an error of insufficient privileges.
What am I missing?
<span style="float: right; width: 100px; text-align: right;">
{joodb printbutton}
{joodb editbutton|true}
</span>
I have editing enabled. (see attached screenshot)
Attachment ScreenShot2018-11-20at12.14.53PM.png not found
The user (director) has admin access privilege. (see attached screenshot)
Attachment ScreenShot2018-11-20at12.41.29PM.png not found
The user is part of the access level group.
If I add a link using path2editform, it throws an error of insufficient privileges.
Attachment ScreenShot2018-11-20at12.49.45PM.png not found
Attachment ScreenShot2018-11-20at12.45.47PM.png not found
What am I missing?
This message has attachments images.
Please log in or register to see it.
Please Log in to join the conversation.
- LauraRey
- Topic Author
- Offline
Less
More
- Posts: 8
- Thank you received: 0
6 years 4 months ago #4967
by LauraRey
Replied by LauraRey on topic More than one Joomla ID?
hello?
Please Log in to join the conversation.
- Dirk
-
- Offline
Less
More
- Posts: 1222
- Thank you received: 226
6 years 3 months ago #4969
by Dirk
Replied by Dirk on topic More than one Joomla ID?
sorry.. but the form access rights is only responsible for the FORMULAR ViEW of the specific database.
As for the articles the user needs admin rights to edit a dataset directly.
Look in JoodbHelper -> checkAuthorization (components/com_joodb/helpers/joodb.php)
As for the articles the user needs admin rights to edit a dataset directly.
Look in JoodbHelper -> checkAuthorization (components/com_joodb/helpers/joodb.php)
// editfunctions with special needs
if ($section=="accesse") {
if (empty($user->id)) return false;
if ($jparams->get("accesse","0")==1) {
if ($user->authorise('core.admin')) {
$has_access = true;
} else {
The following user(s) said Thank You: LauraRey
Please Log in to join the conversation.
- LauraRey
- Topic Author
- Offline
Less
More
- Posts: 8
- Thank you received: 0
6 years 3 months ago #4975
by LauraRey
Replied by LauraRey on topic More than one Joomla ID?
Thanks. I will just edit this section to solve my problem.
Laura
Laura
Please Log in to join the conversation.
Moderators: Dirk, joest