By Albert on Wednesday, 12 July 2017
Posted in General
Replies 9
Likes 0
Views 319
Votes 0
In Joomla menu I made a link to the component Komento. But it works only for user - Super User
How to make the link working for other users.

Translate:
line 26 - /components/com_komento/themes/wireframe/dashboard/default.php
line 183 186 - /components/com_komento/controllers/comments.php
Hi Albert,
Thanks for the report. We will apply translations for those language strings.
As for the menu item, it is correct behavior as the dashboard management is only meant for site admins.
·
Wednesday, 12 July 2017 10:36
·
0 Likes
·
0 Votes
·
0 Comments
·
But in the settings menu Joomla, I can put any level of access.
In what file can this be changed?
I have the site moderator is in the group Administrator of the Joomla. And I can't configure the access to this good dashboard
·
Wednesday, 12 July 2017 13:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Albert,
This determines if the user is a super user(http://take.ms/5yQSs).
JoomlaFolder/components/com_komento/views/dashboard/view.html.php (not protected from future updates)
However, do note that even if you remove that code, there are certain actions in the dashboard cannot be performed by non super user. This is why the dashboard is only intended for super user.

Having said that, if you require us to perform the customization for you, you can always request for a quote from us at https://crm.stackideas.com and select "Customizations" . Our sales person would be glad to send you a quote for the customizations that you have requested.
·
Wednesday, 12 July 2017 13:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much! It helped.
I just can not understand to whom it applies the rule "isSiteAdmin"
In the component EasySocial it applies to Joomla Super User and Joomla Administrator.
In the component Komento it only applies to Joomla Super User.
How can I configure so it's usually used for EasySocial and Komento for three types of users (for Joomla Super User and Joomla Administrator and Joomla Manager)
·
Wednesday, 12 July 2017 23:22
·
0 Likes
·
0 Votes
·
0 Comments
·
I am edit file - \administrator\components\com_komento\includes\komento.php
Replace - $items[$user->id] = $user->authorise('core.admin');
To - $items[$user->id] = $user->authorise('core.manage');

It would be correct to work?

Access will only be for users - Joomla Super User and Joomla Administrator and Joomla Manager?
·
Thursday, 13 July 2017 01:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Albert,
The core.manage authorization is basically this ACL setting from Joomla(http://take.ms/wJ6CY). Once your usergroup has the permission enabled, then they have the core.manage permission.
·
Thursday, 13 July 2017 17:17
·
0 Likes
·
0 Votes
·
0 Comments
·
I configure Komento 3.0.6 look different. For Administrator, I configured ACL, for the Manager did not work. It would be very nice if ACL for dashboard configured as in the component EasyBlog There any user can open thedashboardl and depending on access rights, see the blog зщые and make any action
·
Friday, 14 July 2017 01:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Albert,
You actually have to configure the Global Configuration permission section for this to work(http://take.ms/b43MP).
·
Friday, 14 July 2017 10:52
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post