By Abi on Friday, 25 November 2016
Posted in General
Replies 4
Likes 0
Views 340
Votes 0
Hello,

How can i achieve the following:-

(1) In easydiscuss points to be given/removed if someone likes your reply in a discussion. I’ve read the documentation and still don’t know how to do this.

(2) In easydiscuss a badge to be given based on how many likes points you have for your reply in a discussions i.e related to point (1). I’d like badge ed100 for 100 points & badge ed 500 for 500 points.
(3 ) In easysocial points can be given if someone likes your post and removed if it is unliked << This is already available.
(4) In easysocial a badge to be given based on how many likes points you have for your post i.e related to (3). I’d like badge post50 for 50 points & badge post 200 for 200
(5) In easysocial points can be given if someone likes your reply in a group discussion and removed if it is unliked.
(6) In easysocial a badge to be given based on how many likes points you have for your reply in a group discussion i.e related to (5). I’d like badge reply75 for 75 points & badge ed 300 for 300.

Thanks,

Abi
I have a question, do you want Easydiscuss point integrate with Easysocial?

(1) In easydiscuss points to be given/removed if someone likes your reply in a discussion. I’ve read the documentation and still don’t know how to do this.

Yes, as long as you have enabled those `Like reply/question` point rule from backend > Easydiscuss > point , the system will add or deduct point when the user like or unlike.

(2) In easydiscuss a badge to be given based on how many likes points you have for your reply in a discussions i.e related to point (1). I’d like badge ed100 for 100 points & badge ed 500 for 500 points.

(4) In easysocial a badge to be given based on how many likes points you have for your post i.e related to (3). I’d like badge post50 for 50 points & badge post 200 for 200

The current system only allow user achieve 1 time for each badge from the site, it will not achieve it on 2nd time with the same badge.

(5) In easysocial points can be given if someone likes your reply in a group discussion and removed if it is unliked.

Yes, as long as you have enabled those `Like reply/question` point rule from backend > Easysocial > user point , the system will add or deduct point when the user like or unlike.

Note : Ensure that you have discover from backend > Easysocial > user point > discover , so those Easydiscuss point rule file will appear on the Easysocial user point page.

(6) In easysocial a badge to be given based on how many likes points you have for your reply in a group discussion i.e related to (5). I’d like badge reply75 for 75 points & badge ed 300 for 300.

The current system only allow user achieve 1 time for each badge from the site, it will not achieve it on 2nd time with the same badge. But this one can achieve it when you use Easysocial badge and have to create a custom badge in order to achieve this.
·
Friday, 25 November 2016 15:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex, I think that I was not clear before....

1) I'd like In easydiscuss points to be given/removed if someone likes your reply in a discussion. I’ve read the documentation and still don’t know how to do this. e.g I like your reply and you get the point. I think that this is not avaiilable in easydiscuss but I'd like to have the capability. I've intergtated easydiscuss with easysocial and I've discovered badges and points. I attach an image of the badges that I see.

(2) I'd like In easydiscuss a badge to be given based on how many likes points you have for your reply in a discussions i.e related to point (1). I’d like badge ed100 for 100 .

Since (1) Does not exist, there is no badge for it, But I will like to have a badge. The custom ones can be done later.

(3 ) In easysocial points can be given if someone likes your post and removed if it is unliked << This is already available. I.e I like your post and you get the points. This is already available.

(4) I'd like In easysocial a badge to be given based on how many likes points you have for your post i.e related to (3). I’d like badge post50 for 50 points. Since (3) Does not exist, I'd like a badge associated with it, The custom ones can be done later.


(5) I'd like In easysocial points can be given to you if someone likes your reply in a group discussion and removed if it is unliked. I.e you replied in a group discussion, I like it and you get the point.
(6) In easysocial a badge to be given based on how many likes points you have for your reply in a group discussion i.e related to (5). I’d like badge reply75 for 75 points.


If you can guide me, I can manipulate files. If it too complex then give me a quote for customization.

Thanks very much

Thanks,
Abi
·
Friday, 25 November 2016 17:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Abi,

Our support does not cover customizations and unfortunately we will not be able to provide support for customization requests. The most that we can assist you is to point you to the files where you should make these changes.


1) I'd like In easydiscuss points to be given/removed if someone likes your reply in a discussion. I’ve read the documentation and still don’t know how to do this. e.g I like your reply and you get the point. I think that this is not avaiilable in easydiscuss but I'd like to have the capability. I've intergtated easydiscuss with easysocial and I've discovered badges and points. I attach an image of the badges that I see.

The file responsible to process likes is in /components/com_easydiscuss/views/likes/view.ajax.php


(2) I'd like In easydiscuss a badge to be given based on how many likes points you have for your reply in a discussions i.e related to point (1). I’d like badge ed100 for 100 .

Since (1) Does not exist, there is no badge for it, But I will like to have a badge. The custom ones can be done later.


The file responsible to process a post save is in /administrator/components/com_easydiscuss/includes/post/post.php


(3 ) In easysocial points can be given if someone likes your post and removed if it is unliked << This is already available. I.e I like your post and you get the points. This is already available.

The file responsible to process likes is in /components/com_easydiscuss/views/likes/view.ajax.php


(4) I'd like In easysocial a badge to be given based on how many likes points you have for your post i.e related to (3). I’d like badge post50 for 50 points. Since (3) Does not exist, I'd like a badge associated with it, The custom ones can be done later.

The file responsible to process likes for EasySocial is in /administrator/components/com_easysocial/includes/likes/likes.php



(5) I'd like In easysocial points can be given to you if someone likes your reply in a group discussion and removed if it is unliked. I.e you replied in a group discussion, I like it and you get the point.

The file responsible to process likes for EasySocial is in /administrator/components/com_easysocial/includes/likes/likes.php



(6) In easysocial a badge to be given based on how many likes points you have for your reply in a group discussion i.e related to (5). I’d like badge reply75 for 75 points.

The file responsible to process likes for EasySocial is in /administrator/components/com_easysocial/includes/likes/likes.php


If you need us to perform the customizations for you, you could write to us at https://crm.stackideas.com . Our hourly rates ranges from $80 up till $120 an hour depending on the hours of commitment needed.

Thanks for understanding!
·
Saturday, 26 November 2016 17:56
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post