Is there a MOD to do member badges ?

Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/68144?pagenum=1
05 November 2025, 10:54

Topic


pitstraight
Is there a MOD to do member badges ?
26 January 2009, 15:41


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" /><

 

Replies ...


modifichicci
26 January 2009, 17:05


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<
pitstraight
28 January 2009, 05:17


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<
Classicmotorcycling
28 January 2009, 05:49


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.<
pitstraight
28 January 2009, 06:20


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 ?<
Classicmotorcycling
28 January 2009, 07:44


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)<
modifichicci
28 January 2009, 13:46


mmm as the award is memorizedin member table, it needs quite a comlex modification, I think.. just a new mod<
© 2000-2021 Snitz™ Communications