Is there a MOD to do member badges ? - Posted (1312 Views)
New Member
pitstraight
Posts: 82
82
I've been trying to find a MOD that is an extension to the members profile. You might call it badges or something similar but it's basically if you (admin) want to give individual badges to certain members. This could be "member of the month", "top support person" or anything like that. So basically a small table that links the member_id to the badge/image name and a page to show what badges a person has.
Is there a MOD for this ?
<moved from="Help: General / Current Version (v3.4.xx)" by="Shaggy" /><
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Average Member
modifichicci
Posts: 787
787
award member mod but I don't know where you can find the original code.
There is an italian version on superdeejay.net called mod medaglie
you can find it here:
http://www.superdeejay.net/download/files/Mod_Medaglie_2006.zip
O.T. I have had to delete the www before superdeejay.net:
www.superdeejay.net (with a blank space before www) or I have the html code... http://www.superdeejay.net/download/files/Mod_Medaglie_2006.zip<
Posted
New Member
pitstraight
Posts: 82
82
Sounds like it might work, but I can't read the language that it's written in (Italian ???) and there is no readme to find out where to modify the files sadsad<
Posted
Development Team Leader
Classicmotorcycling
Posts: 2085
2085
Hello PitStraight,

I found the original that was by Crash and have placed it here: Crash Award Mod v3
I hope that helps and is the right one.<
Cheers,

David Greening
Posted
New Member
pitstraight
Posts: 82
82
Hmmm ... not quite what I was thinking of, if I look at the dbs file it says:

Code:

Crash's Award Member MOD 3.00
[INSERT] CONFIG_NEW
(C_VARIABLE,C_VALUE)#('strAwardEnabled','0')
(C_VARIABLE,C_VALUE)#('strAwardVersion','3.00')
(C_VARIABLE,C_VALUE)#('strAwardFileVersion','300')
(C_VARIABLE,C_VALUE)#('strAwardImageDir','images')
[END]
[ALTER] MEMBERS
ADD#M_AWARD_PORTAL#int#0#0
ADD#M_AWARD_TITLE#varchar (100)#NULL#
ADD#M_AWARD_POST#int#0#0
ADD#M_AWARD_PROFILE#int#0#0
ADD#M_AWARD_IMAGE#varchar (50)#NULL#
[END]

Which I'm pretty sure means that a member can have only one badge/award.
What I would like is a list of badges (admin can add more), and a member can have X number of badges, probably not every available badge but definitely more than 1.
Does that exist ?<
Posted
Development Team Leader
Classicmotorcycling
Posts: 2085
2085
I have managed to get the one from modifichicci on a test system, and it is the same as the crash one, it only allows for 1 Award.
It should not be that hard to adjust to add more awards for the same user. (not that I am saying I am going to do it)<
Cheers,

David Greening
Posted
Average Member
modifichicci
Posts: 787
787
mmm as the award is memorizedin member table, it needs quite a comlex modification, I think.. just a new mod<
 
You Must enter a message