Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • innovationmindcenter Friend
    #719720

    Hi,

    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.info

    with 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 Moderator
    #719862

    Hi,

    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

    Ninja Lead Moderator
    #753158

    Hi,

    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

    innovationmindcenter Friend
    #719901

    Thanks 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 Friend
    #753197

    Thanks 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.

Viewing 5 posts - 1 through 5 (of 5 total)

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