Search results for query: *

  1. R

    Pending Custom phrases for alerts per event

    After re reading this I think I was a little unclear. Each core event has it's own phrase such as the daily event. But the issue i'm having is that I have multiple triggers that use the same core event. For example... 1) A daily event that triggers every day to award a user with XP credit. |...
  2. R

    Pending Currency "relative value" improvements

    Now that the credits addon has been rewritten to the xenforo 2.x standards would you be able to look into this?
  3. R

    Pending Custom phrases for alerts per event

    But wouldn't that change it for all daily events? If I have more than one daily activity event enabled, one that triggers daily (Frequency set to 1), and another that triggers monthly (Frequency set to 30), can I have separate phrases for each "Daily Activity" event?
  4. R

    Pending User title ladder promotions using credits

    I think this one is pretty self explanatory. I would like to upgrade users title by their credit count. In my case I have a separate currency called XP. Currently xenforo uses Trophies, Messages, or likes to promote user titles... Something like this would be nice. :) Either all...
  5. R

    Pending Custom phrases for alerts per event

    I would like an option to use custom phrases for alerts text for each event. Right now I have a Daily activity event set to trigger every 30 days and it shows the following alert when triggered... I would like to be able to change the text per event such as... or.....
  6. R

    Question Award user a credit after x days of activity. | Not working as expected.

    Yes the 25th. It seems easier to understand. Have it execute every x days where x is the value of frequency.
  7. R

    Question Award user a credit after x days of activity. | Not working as expected.

    Yes, that started working along with editing credit values in user admincp after the uninstall of rc and installing stable and then upgrading again to latest rc. After that I just had to add the postbit table to database to be able to add new currencies in admincp. As far as the daily...
  8. R

    Question Award user a credit after x days of activity. | Not working as expected.

    Ok so I uninstalled v5.1.0rc2 and then installed 5.0.3 then upgraded to v5.1.0rc2 again. I can now adjust currency again. But now when I try to add a new currency I get this error. As for access goes I don't have ftp only sftp via ssh. I will need to figure out how to create a new ssh key...
  9. R

    Question Award user a credit after x days of activity. | Not working as expected.

    I confirmed that the adjusts events are enabled for my currency, and I ran that query. But im still unable to edit the value in user edit in admincp or from adjust event via credits. Only able to edit the values by directly changing it in mysql xf_user table. EDIT: I just uninstalled and...
  10. R

    Question Award user a credit after x days of activity. | Not working as expected.

    @Fillip H. I just updated to the latest 5.1.0rc2 and I'm unable to adjust currency with the adjust event or user edit in admincp. I'm not seeing any errors when trying to modify it. It just simply doesn't change it. No errors in admin log either. Should I do a fresh install?
  11. R

    Question Award user a credit after x days of activity. | Not working as expected.

    I'll help you test it as well. :) Is it a simple upgrade? Or do I need to do anything special to upgrade. I assume that since this is the main branch of the addon you are working on any issues would be a higher priority vs the old credits?
  12. R

    Question Award user a credit after x days of activity. | Not working as expected.

    @Fillip H. I understand. Does the latest credits addon work the way I need it? If so I'm willing to remove the shop addon until it's compatible with new credits addon. For my forum the credits addon with this functionality is much more important than the shop. :) Thanks. :)
  13. R

    Question Award user a credit after x days of activity. | Not working as expected.

    @Fillip H. It's been a little while. I was wondering if you have any time too look into this? Thanks
  14. R

    Question Award user a credit after x days of activity. | Not working as expected.

    Any ideas why this will not award credits as I need it to?
  15. R

    Question Award user a credit after x days of activity. | Not working as expected.

    I ran the following query... SELECT SUM(status = 3 AND dateline >= (SELECT dateline FROM xf_dbtech_credits_transaction WHERE userid = 1 AND status IN (1, 2) AND negate = 0 ORDER BY transactionid DESC LIMIT 1)) AS skipped FROM xf_dbtech_credits_transaction WHERE negate = 0 AND userid = 1...
  16. R

    Question Award user a credit after x days of activity. | Not working as expected.

    It's the same result as before... mysql> SELECT SUM(eventid = 42 AND status = 3 AND dateline >= (SELECT dateline FROM xf_dbtech_credits_transaction WHERE eventid = 42 AND userid = 1 AND status IN (1, 2) AND negate = 0 ORDER BY transactionid DESC LIMIT 1)) AS skipped -> FROM...
  17. R

    Question Award user a credit after x days of activity. | Not working as expected.

    I deleted the file and uploaded the new 5.03 to my server. Not sure if it needed it but It didn't give me an option to update the add-on in admincp. I changed the frequency to 2 just to test the functionality. Today is day 2 since I done the above and it still hasn't rewarded a credit yet.
  18. R

    Question Award user a credit after x days of activity. | Not working as expected.

    So is that what it should be? I just need it so users get a credit per every 30 days of being active on my site and so far that is not happening.
  19. R

    Question Award user a credit after x days of activity. | Not working as expected.

    I get.... in ssh... mysql> SELECT SUM(eventid = 42 AND status = 3 AND dateline >= (SELECT dateline FROM xf_dbtech_credits_transaction WHERE eventid = 42 AND userid = 1 AND status IN (1, 2) AND negate = 0 ORDER BY transactionid DESC LIMIT 1)) AS skipped -> FROM...
  20. R

    Question Award user a credit after x days of activity. | Not working as expected.

    Yes that is correct I haven't upgraded yet. I should have disclosed that. After running that command I get the following... Again though. I seem to be missing some tables in my DB if I'm not mistaken...I believe that may be the issue.
Back
Top