(2025-03-25, 01:51 AM)SELLECK87 Wrote: [ -> ]I don't want to be wrong but I think the conflict is due to the OUGC Profile Activity plugin. When I activate OUGC Award the user's activity disappears from the profile.
You can see in the first attachment that the 2 plugins work just fine in my test board. It might be another plugin causing the issue.
Try to set a test board in your computer to find the issue.
(2025-03-25, 11:18 AM)clonerawi Wrote: [ -> ]However, {bburl} doesn't seem to work anymore, all the images of the awards aren't getting displayed.
Hi, just pushed a fix to this, please try from the repository or wait for an official release.
You could also apply the fix if it is important for you now:
https://github.com/OUGC-Network/ougc-Awa...a9e89968c7
(2025-03-25, 01:51 AM)SELLECK87 Wrote: [ -> ]I notice that it still keep sending the double award after time.
(2025-03-25, 11:18 AM)clonerawi Wrote: [ -> ]Just changed the files on the server for the current ones. I'll report back if the issue with the multiple awards still persists.
Try to set a test board in your computer to find the issue.
In my live board where I update since I created this plugin, the task awards do not send multiple times to the same user.
If anyone is experiencing this issue, try to replicate in a fresh board to try to find what the issue may be.
Which SQL system you use ? My local has
MySQLi 8.2.0
while my live forum has
MySQLi 10.11.11
(MariaDB), this might be related to some DBMS compatbility issue.
(2025-03-25, 11:18 AM)clonerawi Wrote: [ -> ]If you still need the database award tables please let me know, I can get them and send them to you if needed.
Yes, please, do a backup of your database and forum files so I can install your forum in my local machine and replicate the issue that is causing your problem.
You can be save I will not exploit your forum files for other purposes.
(2025-03-25, 09:30 PM)Dirty Duck Wrote: [ -> ](EDIT: However, after updating to the new version of awards it seems to break all my award images (locally stored webps)
As you can see in my 2nd attachment it works for me using absolute urls. Do you use replacements ? If so read above. If not, check your
ougcawards_awardImage
template, as it may be necessary to update them.
(2025-03-25, 09:30 PM)Dirty Duck Wrote: [ -> ]as well as disable this plugin:
https://github.com/WildcardSearch/Advanced-Sidebox the last version didn't affect it at all so I'm unsure what would cause this?)
What is exactly being disabled ? Try to replicate in a test board using only the plugins you mention.
On a side note, I have decided to give up on ASB on my own, the required fixes are simply too many at the moment. Specially if you use PHP8+ (I use 8.4 as of now).
If anything, I would suggest to start looking into a replacement for the sideboxes you need.
(2025-03-25, 09:30 PM)Dirty Duck Wrote: [ -> ]A question:
Is there any way to have awards be granted but for this to not be shown to the member? I'm trying to make an award for posting once in every forum. First I thought that just selecting multiple forums would achieve this but it instead seems to give the award when a member posts in any of the selected forums.
What you are asking for is not possible.
I have implemented forum criteria like the one you mention (either post in some or post in all, etc), so that would be the path I'd go instead of granting "invisible" awards.
There is a disabled feature coded within the plugin to allow for custom criteria that could be used for what you want, but is currently incomplete.
I would suggest avoiding the "hidden" feature as you describe it and instead go a different route to grant awards based on complex criteria.
Regards.