UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
Our team is away during the weekend. Some answers may already be available on our documentation

Rest assured that we will get back to your posts as soon as the week starts!
  Support is offline

I need the direct link to create announcements

Steven Koontz · ·
8:46 PM Monday, 23 April 2018
High
Hi.

In both groups and events I need to show the "Create Announcement" link directly in the group/event menu. Right now it is hidden in the drop-down to the right of the cover. I want to be able to put the link shown in the screenshot into the the group toolbar (where the red arrow is pointing).

In /components/com_easysocial/themes/wireframe/helpers/cover/group.php I have found the following code:


<?php foreach ($apps as $app) { ?>
<li class="<?php echo $active == 'apps.' . $app->element ? 'is-active' : '';?>">
<a href="/<?php echo $group->getAppsPermalink($app->getAlias());?>" class="es-profile-header-nav__dropdown-link">
<?php echo $app->getAppTitle(); ?>
</a>
</li>
<?php } ?>


However, I do not need the for each. I only need to echo the "Create Announcement". Can you point me to the place in the file system where this link is generated? So that I can echo only that app and none of the other ones. Thanks!
The replies under this section are restricted to logged in users or users with an active subscription with us