Quote:
Originally Posted by dej
I'm using this mod for Awards and... for Ranks also (such as Admin/Moderator, etc). I found out it this mod does re-order Ranks.. it works =) I just add the images and assign them, just like I'd do an Award.
-----------------
Is there a way to give an award to a Usergroup - instead of applying them 1 by 1?
Thanks 
|
I use HTML in the User Title field (with "Yes, Admin Set" selected) never tried to see of a global one can be applied that way, but it is a slightly better way of doing it I think.
On my site for example, the Rank images are stored in "public_html/images/ranks/" so my User titles read:
Code:
<img src="/images/ranks/General.png" alt="General" />
Which shows

directly under their user name, you can also add text to this ...
Code:
General<br /><img src="/images/ranks/General.png" alt="General" />
which displays:
Quote:
USERNAME
General
|
... Give or take at least. I probably make it sound a lot more complicated than it actually is =/
On to my question ... Does anyone know how to change the ACP option "Submission: Award Submission Thread ID" to output once the award has been AWARDED not when it's recommended/requested ..?