By chlih on Friday, 26 October 2018
Posted in General Issues
Replies 5
Likes 0
Views 483
Votes 0
Hello,
I have several issue related to group of easysocial:
1- like you see on the picture(button), i have two button Audio and video, how can i do for have only one
2- how can i have the button discussion on the tool bar of the groupe, not to click more for have it
3- how can i enable the task button for create task.
4- how can i have the discussion and the task button on the story dashbord editor (like indicated on the picture2)

Thank you a lot for your help.
Best regards,
Djamil
Hey there,

For Task, it is not possible to do that at this point of time.

For Discuss, yes it is possible by enabling 'published' in the Discuss App which is Backend > EasySocial > Applications but not possible for the toolbar.

---------------------------------------------------------------------------------------------

For the first screenshot, it seems that it is a bug and I will log this into our issue tracker.

For a quick fix, you need to remove the following PHP code which is at JoomlaFolder/components/com_easysocial/themes/wireframe/helpers/cover/group.php:


<?php if ($group->allowVideos()) { ?>
<li>
<a href="<?php echo ESR::videos(array('uid' => $group->getAlias(), 'type' => SOCIAL_TYPE_GROUP));?>" class="es-profile-header-nav__dropdown-link"><?php echo JText::_('COM_EASYSOCIAL_VIDEOS');?></a>
</li>
<?php } ?>

<?php if ($group->allowAudios()) { ?>
<li>
<a href="<?php echo ESR::audios(array('uid' => $group->getAlias(), 'type' => SOCIAL_TYPE_GROUP));?>" class="es-profile-header-nav__dropdown-link"><?php echo JText::_('COM_ES_AUDIOS');?></a>
</li>
<?php } ?>
·
Friday, 26 October 2018 17:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post