-
AuthorPosts
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 11, 2016 at 3:50 am #975186Hi,
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
-
October 11, 2016 at 2:44 pm #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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 12, 2016 at 7:58 am #975593Hi
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 filefind 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
October 12, 2016 at 11:03 am #975648Fantastic!!! You are a real lifesaver! Thank you very much!!
AuthorPostsViewing 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.
Jump to forum