Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #975186

    Hi,
    I checked your site and noticed the icons are present on event module .
    Please take a look at my screenshots below, you can see the edit icon to edit the Event module on your site.

    Regards


    1. Screen-Shot-2016-10-11-at-10.45.09
    2. Screen-Shot-2016-10-11-at-10.45.22
    u1vd Friend
    #975396

    Hi Ninja

    Thanks for your reply! Yes you are right, those edit buttons are present, but they are for editing the ACM module which is responsible to show the New Upcoming Events only. It is not for editing an individual event. When you click on one of the events in that module, it opens that specific event, but then there is no front-end edit button available. Hope I make sense.

    Regards

    Johan

    Ninja Lead Moderator
    #975593

    Hi
    i spent a lot of time on this issue , Here are my changes :
    Go to templates/ja_charity/html/layouts/joomla/content/item/event.php file

    find and change

    <?php echo JLayoutHelper::render('joomla.content.blog_style_default_item_title', $item); ?>

    to

    <?php echo JLayoutHelper::render('joomla.content.blog_style_default_item_title', $item); ?>
    
    <?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 the edit icon is working on your site.
    Regards


    1. Screen-Shot-2016-10-12-at-14.58.14
    u1vd Friend
    #975648

    Fantastic!!! You are a real lifesaver! Thank you very much!!

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

This topic contains 4 replies, has 2 voices, and was last updated by  u1vd 8 years, 1 month ago.

The topic ‘Front-end edit of Events’ is closed to new replies.