Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Rewards For Donor Mods?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

techknow
Junior Member

USA
149 Posts

Posted - 17 April 2006 :  20:22:01  Show Profile  Visit techknow's Homepage
Is there any mod that will allow me to make distinctions for members that have contributed to the forum?

I have had some very generous people and I would like to give them a special badge or medal...

Perhaps rather then stars they could get a different icon?

Any Ideas? My asp skills are coming along, but I am still not at the level that I would need to implement such a thing...

Thanks in advance!!!

Best Regards,
Techknow
http://myinternetfunnies.com

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 18 April 2006 :  05:35:43  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message
There are mods for this, but I just added a field in the members table, if M_SPONSOR = 1 then an image is shown under the username and in the profile.

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

techknow
Junior Member

USA
149 Posts

Posted - 18 April 2006 :  22:50:36  Show Profile  Visit techknow's Homepage
no idea what the mod is called?

Sadly, I only wish my ASP skills were there...

Best Regards,
Techknow
http://myinternetfunnies.com
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 19 April 2006 :  06:51:57  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message
hm... I did a quick search and found these:

http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=51932
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=56720&SearchTerms=sponsor
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=61060&SearchTerms=sponsor


/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

techknow
Junior Member

USA
149 Posts

Posted - 21 April 2006 :  17:08:11  Show Profile  Visit techknow's Homepage
This is a fantastic mod. Exactly what I am looking for. But I am not sure where to put this code in my topic.asp page

'begin Show sLev
	if member_Slev = 1 then
     Response.Write  "<img src=""silver.gif"">" & vbNewLine 'Show support_silver.gif
elseif member_Slev = 2 then
     Response.Write  "<img src=""gold.gif"">" & vbNewLine 'Show support_gold.gif
end if

if replymember_Slev = 1 then
     Response.Write  "<img src=""silver.gif"">" & vbNewLine 'Show support_silver.gif
elseif replymember_Slev = 2 then
     Response.Write  "<img src=""gold.gif"">" & vbNewLine 'Show support_gold.gif
end if
'end show sLev


I have placed it in a couple of different spots but so far nothing is shown...

Best Regards,
Techknow
http://myinternetfunnies.com
Go to Top of Page

techknow
Junior Member

USA
149 Posts

Posted - 21 April 2006 :  23:57:08  Show Profile  Visit techknow's Homepage
Do I need to add a value to the querystring? If so where?

Best Regards,
Techknow
http://myinternetfunnies.com
Go to Top of Page

techknow
Junior Member

USA
149 Posts

Posted - 23 April 2006 :  16:11:33  Show Profile  Visit techknow's Homepage

Here is a link to my code in txt format... Thanks

http://longies.com/topic.txt

Best Regards,
Techknow
http://myinternetfunnies.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.26 seconds. Powered By: Snitz Forums 2000 Version 3.4.07