By Abi on Thursday, 16 February 2017
Posted in General
Replies 5
Likes 0
Views 201
Votes 0
Hi folks,

I need assistance with the following :-

(1) In group > select All Groups. Only 20 groups displayed with no option to view the remainder. See all groups.png.
(2) From ‘How to Unlock more badges’ >>When select to display achievements only a subset of the available badges is displayed. Badge IDs 147 – 160 are not displayed.
(3) I’m unable to delete any user. Try to delete user Tommy, Hamza or Steven.
(4) When a user gets a badge, the notification is double. See double notification.png
(5) Is there a way to shorten the message area when a user wants to send an invitation to a friend? The message is supposed to be ‘simple and beautiful’ yet the area is very large. See friend invite.png.
(6) SITE NAME/easysocial/leaderboard. How can I display only 30 users?
(7) How can I change the word EasyDiscuss to Forum in the Recent Updates area (see easydiscuss change.png)?
Hi Abi,
We apologize for the delay of this reply. In the future, remember to separate your issues into multiple tickets so that different moderators may work on separate issues simultaneously, resulting in quicker replies.
The following details our response to your issues:
(1) The amount of items to display is determined by Joomla's 'Default List Limit' in Global Configuration. The pagination footer is indeed not showing as I am able to replicate this locally too. I will report this to the devs and log this issue in our tracker.

(2) I am able to replicate this issue where the badge would not show in the badges page when the achievement type is set to points. I will log this issue in our tracker as well. In the meantime, I have helped you applied a temporary fix in the following file:
JoomlaFolder\administrator\components\com_easysocial\models\badges.php

(3) It seems there is a bug in one of EasyDiscuss's plugin that is responsible to remove EasyDiscuss's badges. I have helped you applied a fix in this file: JoomlaFolder\plugins\user\easydiscussusers\easydiscussusers.php This fix will also be included in the next release of EasyDiscuss. Deleting users should work properly now.

(4) This is a current known issue and was reported to the devs for them to look into it.

(5) Unfortunately, there is no setting to achieve this. However, you can use custom css to reduce the size of the text area in the friend invite page. You can try performing custom css overrides using the custom css codes below:

#es.es-frontend.es-main.view-friends.layout-invite iframe#message_ifr {
height: 70px !important;
}


(6) The limit in the leaderboard page can be configured in Joomla's 'Default List Limit' in Global Configuration.

(7) You can create language overrides on the following language constant:

APP_USER_EASYDISCUSS_STORY="EasyDiscuss"
·
Friday, 17 February 2017 20:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond.

Your points are noted . I'll explore your fixes later. Have a good weekend!
Abi
·
Friday, 17 February 2017 20:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Abi,
You have a great weekend too. Keep us updated then.
·
Friday, 17 February 2017 21:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post