Topic-icon triggers Easysocial

Active Subscriptions:

None
12 years 4 days ago #44518 by ikaelis
Replied by ikaelis on topic triggers Easysocial
Thank you Alex,

I've just configured like you said me and it meen to work good.
It is very cool.

An other question, How do I choose an item earns points and another not?
The topic has been locked.
Support Specialist
12 years 4 days ago #44531 by alzander
Replied by alzander on topic triggers Easysocial
Do you mean you want to award points when a user likes only certain pages and not others? Right now, that's not possible. If you wanted to implement it for a specific page, you could add a check to the code above and only call award points on that specific page. However, there's no method for selecting a range of pages or anything like that where points would be awarded.

That may be something we implement in the future, but it's much more work than what was provided above.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 4 hours ago #44645 by ikaelis
Replied by ikaelis on topic triggers Easysocial
Hello,

Ye, I would do exactly what you said but i don't understand how to check the code to do it. Can you explain me, please?

I have others questions:

How to make a rule to lose points when user delete a comment?
And also, how to limit the number of points earned per day with the comments?
The topic has been locked.
Support Specialist
11 years 11 months ago #44675 by alzander
Replied by alzander on topic triggers Easysocial

Ye, I would do exactly what you said but i don't understand how to check the code to do it. Can you explain me, please?

To only allow points on a specific URL, you'd have to modify the line I gave you above to award the points to check the URL first, like:
if ($href == 'http://yoursite.com/link-to-article-that-you-want-to-award-points-for")
   Foundry::points()->assign('facebook.comment', 'com_jfbconnect', JFactory::getUser()->id);

How to make a rule to lose points when user delete a comment?

Right now, we don't have the ability to detect a deleted comment. That will be coming in the 6.2 release when we add the full integration for multiple point systems in EasySocial, JomSocial, AUP and others.

And also, how to limit the number of points earned per day with the comments?

This would be something you'd have to contact the EasySocial developers about. Their extension 'manages' the points. I'm not sure if they have any rules system that can be implemented to limit points for certain activities. They would know the answer to that best.

I hope that helps,
Alex
The topic has been locked.