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. |...
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?
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...
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.....
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...
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...
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...
@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?
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?
@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. :)
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...