-
AuthorPosts
-
innovationmindcenter Friend
innovationmindcenter
- Join date:
- December 2014
- Posts:
- 101
- Downloads:
- 184
- Uploads:
- 13
- Thanks:
- 21
- Thanked:
- 1 times in 1 posts
October 28, 2015 at 9:13 pm #719720Hi,
I have issue to see “edit” icon when user is assign to supper user level (the highest ACL).
Here is an link of the website that I am working on: http://erickson1.imc-website-test.infowith this message is username and pw of the admin and ftp.
Please help how to fix this?
I see edit icon in shopping cart but not for modules and article.
Thank you
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 29, 2015 at 5:05 am #719862Hi,
I added the script below into templates/ja_charity/html/layouts/joomla/content/item/default.php file, see the screenshot
<?php if ($params->get('access-edit') || $params->get('show_print_icon') || $params->get('show_email_icon')) : ?>
<?php echo JLayoutHelper::render('joomla.content.icons', array('params' => $params, 'item' => $item, 'print' => false)); ?>
<?php endif; ?>
Now, you can see it’s showing edit icon on your site
Regards
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 29, 2015 at 5:05 am #753158Hi,
I added the script below into templates/ja_charity/html/layouts/joomla/content/item/default.php file, see the screenshot
<?php if ($params->get('access-edit') || $params->get('show_print_icon') || $params->get('show_email_icon')) : ?>
<?php echo JLayoutHelper::render('joomla.content.icons', array('params' => $params, 'item' => $item, 'print' => false)); ?>
<?php endif; ?>
Now, you can see it’s showing edit icon on your site
Regards
1 user says Thank You to Ninja Lead for this useful post
innovationmindcenter Friendinnovationmindcenter
- Join date:
- December 2014
- Posts:
- 101
- Downloads:
- 184
- Uploads:
- 13
- Thanks:
- 21
- Thanked:
- 1 times in 1 posts
October 29, 2015 at 10:42 am #719901Thanks a lot Ninja for your time and help regarding this matter. I would not be able to fix this on this way you did. Once again thank you so much and stay like that.
innovationmindcenter Friendinnovationmindcenter
- Join date:
- December 2014
- Posts:
- 101
- Downloads:
- 184
- Uploads:
- 13
- Thanks:
- 21
- Thanked:
- 1 times in 1 posts
October 29, 2015 at 10:42 am #753197Thanks a lot Ninja for your time and help regarding this matter. I would not be able to fix this on this way you did. Once again thank you so much and stay like that.
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by innovationmindcenter 9 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum