The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
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" /><
Is there a MOD for this ?
<moved from="Help: General / Current Version (v3.4.xx)" by="Shaggy" /><
Last edited by Shaggy on 27 January 2009, 07:00
Posted
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<
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<
Last edited by modifichicci on 26 January 2009, 17:15
Posted
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 
<
Posted
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.<
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
David Greening
Posted
Hmmm ... not quite what I was thinking of, if I look at the dbs file it says:
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 ?<
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
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)<
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
David Greening
Posted
mmm as the award is memorizedin member table, it needs quite a comlex modification, I think.. just a new mod<
Email Member
Message Member
Post Moderation
FileUpload
If you're having problems uploading, try choosing a smaller image.
Preview post
Send Topic
Loading...