[bd] Medal

[bd] Medal 1.5.5b

No permission to download

xfrocks

Well-known member
xfrocks submitted a new resource:

[bd] Medal System (version 1.3.3) - Reward member with shiny medals

[bd] Medal System

[INSTALLATION]
1. Upload files and directories inside `upload` to your XenForo root
2. Import the xml file via AdminCP
3. Configure medals in AdminCP > Applications > Medal System
4. Configure position to show medals (post) in AdminCP > Home > Options > Messages
5. Import awards from Yet Another Awards System as needed: import users, threads, etc. as normal, there will be extra steps for you to import awards. Supports XenForo's core importer for vBulletin 3 and the...

Read more about this resource...
 
Really fantastic addon! Lets me give medals out instead of making a new usergroup for contest winners and such.
 
Thank you for creating this! This is exacltly what I've been looking for.

Here is a small suggestion:
Could you add a description field when awarding a user so I could write why the user has been awarded with the medal? It would help a lot.
 
I must confess... Either this isn't working or I don't know how to get it to work. Tried to give myself a medal for testing, but nothing shows up
 
I have a problem with the tooltip on the medals (in the sidebar of the messages), because only the bottom of the image works well. If I hover over the image elsewhere the tooltip (name and awarded at date) starts to flicker.
I think that it should be fixed by setting the height and width of the image within the <img> tag, so that jQuery (I guess) can calculate it correctly, even if the images are not fully loaded.
I had this problem before with other javascript/jquery scripts I did.

The attachment could explain it a bit better. ;)
medalserror.webp
 
I must confess... Either this isn't working or I don't know how to get it to work. Tried to give myself a medal for testing, but nothing shows up
Do you have a custom style or using the default one?

I have a problem with the tooltip on the medals (in the sidebar of the messages), because only the bottom of the image works well. If I hover over the image elsewhere the tooltip (name and awarded at date) starts to flicker.
I think that it should be fixed by setting the height and width of the image within the <img> tag, so that jQuery (I guess) can calculate it correctly, even if the images are not fully loaded.
I had this problem before with other javascript/jquery scripts I did.

The attachment could explain it a bit better. ;)
View attachment 33215
Yes, this is a known problem. I will try to put the size in <img /> tag.
 
Can you give me your site URL with an admin account via conversation? I will come by and check.
I could, but I would need you to send me a PM with an IP address. AdminCP has so much built in security that it would be required for you to log-in without the server kicking you off and banning.
 
Hi,
i've upgraded from 1.3 and now only show 2 medals, the last 2 added :(

AdminCP --> Appearance --> Style Properties --> Message Elements

Change the amount on the very bottom:

FC73Cp.png
 
I would have another, maybe more complex wish... :P
Would it be possible that you create a "API" for that. To explain that, I don't mean a real API, but a script that allows to automatically give an medal to someone.
Something like domain.com/givemedal.php?username=Maddis&medal=(ID of the medal)&key=(like sha1(username+medalid+a password))
The password would be a string that both the forum has in a config and the server which requested has in a config too.

Because I want my minecraft server to give some automatically just by calling that URL.
What do you think? :)
 
I would have another, maybe more complex wish... :p
Would it be possible that you create a "API" for that. To explain that, I don't mean a real API, but a script that allows to automatically give an medal to someone.
Something like domain.com/givemedal.php?username=Maddis&medal=(ID of the medal)&key=(like sha1(username+medalid+a password))
The password would be a string that both the forum has in a config and the server which requested has in a config too.

Because I want my minecraft server to give some automatically just by calling that URL.
What do you think? :)
Sounds doable ;)
 
Top Bottom