quote: I don't understand the mod. what is the criteria for giving someone an award?
There can be so many reasons and so many different types of awards you can give to your website members
For example you take a quiz and you award the winner.
for example you nominate the most posting user
for example you can make ur friends feel special by just putting their name in it
for example modify this MOD and have some real time competitions too , games etc. that can attract audience to your site.
i have seen people Using UBB forums and such MOD have made their site interesting especially girls like these kinda stuff.. they wanna kill time for anything new n interesting
ups, sorry, just saw it at the buttom of the adminpage, cool mod btw. I have modified your readme.txt to fit a clean install on a Snitz for dummies (modded 3.3.03) - is it ok. publish this readme-file ?
so, for all of you who want the 2.1 version: this is no longer supported by me. i only support version 3.00 and up. users of snitz 3.3.03 standard please refer to Morten for help on this mod.
For this mod are you assuming the user has the Avator mod installed ?! In the readme file it keeps on refering to lines of code that have to do with the AVator mod; find this code (that is related to Avator mod) and "Add this code directly below it:" however I don't have the Avator mod installed...
I installed it on a regular 3.3.03 and although it had the Avatar MOD installed it looks like it should work fine without it. It also doesn't need all the portal stuff specific to Huwr's forum to function. It took a few minutes of recoding to work. if you mess with it some, you should be able to get it to work if you add the SQL after:
strMemberTablePrefix & "MEMBERS.M_COUNTRY, " & _
And for the displaying of the award in topic.asp look for this:
<% if strShowRank = 2 or strShowRank = 3 then %> <% = getStar_Level(rsReplies("M_LEVEL"), rsReplies("M_POSTS")) %> <% end if %>
And add the Award stuff after that.
To get around the strAwardImageDir you could just hard code the path. A little more in the way of adjustment might be needed on other page but that should take care of topic.asp