Mini Leagues
-
Hi,
You may remember we discussed the possibility of creating Mini Leagues. It involved quite a bit of work, so you were not happy to proceed, which I understand. However, I still like the idea and I’ve been looking at this from another angle.
I use the excellent CIMY Extra User fields plugin.
https://www.ads-software.com/plugins/cimy-user-extra-fields/When users register they have to choose a League. I have also added another field called Score.
Cimy provides the ability to update this information using a command like this:
$result = set_cimyFieldValue(user_id, field_name, field_value);
So, I was thinking I could call this command whenever World Cup Predictor re-calculates a users score after matches? If so, where would I put this code?
Something like this:
$result = set_cimyFieldValue(1, score, 25);
Can you let me know if this is possible?
Many thanks.
Jim
- The topic ‘Mini Leagues’ is closed to new replies.