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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 visual ranking based on number of posts
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Grave
Starting Member

Slovakia
5 Posts

Posted - 17 August 2000 :  05:17:46  Show Profile
so I did it, wasn't that hard as I expected <img src=icon_smile.gif border=0 align=middle>
example at http://193.87.81.99/UT-forum/topic.asp?TOPIC_ID=59&FORUM_ID=1&CAT_ID=1&Topic_Title=aimboty&Forum_Title=General
take a look at one of posts at those stars above names
here's the code:
create a file named "inc-dots.asp"
contents of file
----------------
<pre id=code><font face=courier size=2 id=code>
<div>
<%
mp = rs("M_POSTS")
dp = mp\1000
gp = (mp-dp*1000)\100
sp = (mp-gp*100)\10
%>
<% for i1=i1+1 to dp %><img src="dot-red.gif" hspace=1><% next %><% i1=0 %>
<% for i2=i2+1 to gp %><img src="dot-golden.gif" hspace=1><% next %><% i2=0 %>
<% for i3=i3+1 to sp %><img src="dot-silver.gif" hspace=1><% next %><% i3=0 %>
</div>
</font id=code></pre id=code>
-----------------
modify your "post_info.asp", insert this code
<font color=red><pre id=code><font face=courier size=2 id=code><!--#INCLUDE FILE="inc-dots.asp" --></font id=code></pre id=code></font id=red>
after line 238 containing
<font color=blue><pre id=code><font face=courier size=2 id=code> <td bgcolor="<% =CColor %>" valign="top"> </font id=code></pre id=code></font id=blue>
and line 420 containing
<font color=blue><pre id=code><font face=courier size=2 id=code> <td bgcolor="<% =strForumFirstCellColor %>" valign="top"> </font id=code></pre id=code></font id=blue>

enjoy


Edited by - Grave on 17 August 2000 10:58:11

gor
Retired Admin

Netherlands
5511 Posts

Posted - 17 August 2000 :  05:28:44  Show Profile  Visit gor's Homepage
Grave,

I don't really get how it is different from the ranking now ? I mean what is the method behind it... (I'm a bit slow with these things sometimes)

BTW check out your member.asp, there is something wrong there:
<img src="http://www.homepages.hetnet.nl/~pgoris01/utf.gif" border=0>

<center><b>Pierre Gorissen </b>
<font color=purple><font size=1>I'm a fulltime workaholic back from vacation...</font id=size1></font id=purple></center>
Go to Top of Page

Grave
Starting Member

Slovakia
5 Posts

Posted - 17 August 2000 :  05:34:15  Show Profile
I know, I'm lazy to fix the code that adds colored member status, it's wrong only on members page, worked in rc versions but is broken in final <img src=icon_smile_sad.gif border=0 align=middle>
and how is the ranking different?
it's not based on ranks but on number of posts, so you get a new silver star after each 10 posts
golden after each 100 posts and red after each 1000 posts
(wanted to use diamond star, bu didn't looked good)
(or the numbers you specify)

Grave/NKR
Go to Top of Page

animedj
Junior Member

USA
190 Posts

Posted - 17 August 2000 :  08:53:31  Show Profile  Visit animedj's Homepage  Send animedj an ICQ Message
what you can do better it's to change the doStars function ^^ so it'll show 1 picture like the diamond for after 100 posts for example so it'll replace the 5 stars.

Go to Top of Page

davemaxwell
Access 2000 Support Moderator

USA
3020 Posts

Posted - 17 August 2000 :  09:09:39  Show Profile  Visit davemaxwell's Homepage  Send davemaxwell an AOL message  Send davemaxwell an ICQ Message  Send davemaxwell a Yahoo! Message
Animedj,

I think it's the different colored stars he's going for(if he had 120 posts, he wants to see 1 gold star and two silver stars).

I would like to see this code incorporated into the doStar_level sub and to have it be configurable in the control panel....

Dave Maxwell
--------------
Self Certified Snitz Bug Swatter <img src=icon_smile_big.gif border=0 align=middle>

Edited by - davemaxwell on 17 August 2000 10:48:19
Go to Top of Page

Grave
Starting Member

Slovakia
5 Posts

Posted - 17 August 2000 :  10:52:14  Show Profile
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I think it's the different colored stars he's going for(if he had 120 posts, he wants to see 1 gold star and two silver stars).
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

exactly <img src=icon_smile.gif border=0 align=middle>

Grave/NKR
Go to Top of Page

animedj
Junior Member

USA
190 Posts

Posted - 17 August 2000 :  11:42:22  Show Profile  Visit animedj's Homepage  Send animedj an ICQ Message
ohh a kind of bagde system ^^;; after reading this post i thought about that and I was going to start to work in a mod tonight so might expect the release for tommorrow morning then.

Go to Top of Page

Grave
Starting Member

Slovakia
5 Posts

Posted - 17 November 2000 :  15:08:15  Show Profile
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
ohh a kind of bagde system ^^;; after reading this post i thought about that and I was going to start to work in a mod tonight so might expect the release for tommorrow morning then.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

so how it worked out animedj?
(I'm late I know <img src=icon_smile.gif border=0 align=middle>)

Grave/NKR
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 17 November 2000 :  15:39:25  Show Profile
You can find animedj's badge mod here:

http://forum.snitz.com/forum/link.asp?TOPIC_ID=357
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.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07