• 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

    https://www.ads-software.com/plugins/world-cup-predictor/

Viewing 1 replies (of 1 total)
  • Plugin Author landoweb

    (@landoweb)

    I don’t know this plugin. I will try to analyze it this weekend and then I answer if it is possible or not.

Viewing 1 replies (of 1 total)
  • The topic ‘Mini Leagues’ is closed to new replies.