× 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?

More
5 years 5 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.

More
5 years 5 months ago - 5 years 5 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
Last edit: 5 years 5 months ago by Dirk.

Please Log in to join the conversation.

More
5 years 5 months ago #4961 by LauraRey
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)

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.

More
5 years 5 months ago #4967 by LauraRey
Replied by LauraRey on topic More than one Joomla ID?
hello?

Please Log in to join the conversation.

More
5 years 4 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)
// 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.

More
5 years 4 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

Please Log in to join the conversation.

Moderators: Dirkjoest