By John Wang on Friday, 06 October 2017
Posted in General
Likes 0
Views 836
Votes 0
Hi:
Here are some questions need to be answered:
1)

I choose to integrate easydiscuss and easyblog with easysocial. Hoping the easydiscuss and easyblog's notifications only appear on easysocial notification system.
I can receive easyblog notifications on easysocial and also can see the stream feeds generated by easyblog. But , I can not receive easydiscuss notification on easysocial , also can't see the stream feeds generated by easydiscuss.

2)
Can I integrate the group discuss app with easydiscuss?
eg: this url index.php/zh/groups/12-chinesevsthai/28-discussions lists the discussions of the group
this url /index.php/zh/discussions/categories/language-exchange/chinesethai
lists the discussions on easydiscuss. Can I let users directly use easydiscuss on group instead of the discuss app of the group?
++ How can dis-enable the Users toolbar and Edit Profile toolbar of Easydiscuss
·
Friday, 06 October 2017 16:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I can not receive easydiscuss notification on easysocial , also can't see the stream feeds generated by easydiscuss.

Maybe you can check here http://take.ms/lPuCT whether you have integrated Easydiscuss with Easysocial or not. and whether you have install this https://stackideas.com/apps/item/6-easydiscuss apps or not on your Easysocial>Applications.

Can I integrate the group discuss app with easydiscuss?

You need to buy this https://stackideas.com/apps/item/3320-easydiscuss-group apps first in order for you to be able to achieve this.

++ How can dis-enable the Users toolbar and Edit Profile toolbar of Easydiscuss

You can disabled 'users' sections by disabling it here http://take.ms/bqaP3, but for edit profile, there is no setting to achieve this currently. You need to do some modifications in order to remove/disabled it. Those modifications can be made on this path ..../components/com_easydiscuss/themes/wireframe/toolbar/default.php by removing codes below.

[gist type="php"]
<div class="popbox-dropdown-nav__item <?php echo $active == 'profile' ? ' is-active' : '';?>">
<a href="<?php echo $this->profile->getEditProfileLink();?>" class="popbox-dropdown-nav__link">
<div class="o-flag">
<div class="o-flag__image o-flag--top">
<i class="popbox-dropdown-nav__icon fa fa-cog"></i>
</div>
<div class="o-flag__body">
<div class="popbox-dropdown-nav__name"><?php echo JText::_('COM_EASYDISCUSS_TOOLBAR_EDIT_PROFILE'); ?></div>
<ol class="g-list-inline g-list-inline--delimited popbox-dropdown-nav__meta-lists">
<li><?php echo JText::_('COM_EASYDISCUSS_TOOLBAR_PROFILE_ACCOUNT_SETTINGS'); ?></li>
</ol>
</div>
</div>
</a>
</div>
[/gist]

You can do template override https://stackideas.com/docs/easydiscuss/administrators/templating/template-overrides for this as it will not get affected once you made any update/upgrade on your Easydiscuss.

Please give it a try and see how it goes.
·
Friday, 06 October 2017 17:24
·
0 Likes
·
0 Votes
·
0 Comments
·
The notification problem has been solved! The "Edit Profile" layout also has been solved! The other two problems are still exist.
·
Monday, 09 October 2017 01:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

It would be best if you can provide us with your backend and FTP access for further check on this issues. Please advice.
·
Monday, 09 October 2017 10:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi:
Please check the email subject "Access of ssh login and backend page for debugging support"
·
Monday, 09 October 2017 14:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

It seems that you have linked your users sections to easysocial as shown http://take.ms/v2PDQ. I have disabled it for you and it should not shown now.

By the way, there are actually an issues on Applications sections. You must purchase those apps first in order for you to be able to use it. Currently, there are no purchase have done for that apps currently. You can purchase them here https://stackideas.com/apps/item/3320-easydiscuss-group If you have made any purchase it would be best if you can provide us with those order reference for us further check on this issues.

Please advice.

EDITED
·
Monday, 09 October 2017 15:24
·
0 Likes
·
0 Votes
·
0 Comments
·
I paid group blog and group discuss features. How can I translate the app title?
·
Monday, 09 October 2017 23:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey John,

You could just rename the title to COM_ES_SOMETHING and add it into your translations file
·
Monday, 09 October 2017 23:47
·
0 Likes
·
0 Votes
·
0 Comments
·
@Mark it works
·
Tuesday, 10 October 2017 00:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating I will mark this thread as resolved. If you need any further assistance, please feel free to start a new thread
·
Tuesday, 10 October 2017 00:09
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post