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/O Code)
 Topics for posters members :: Plzzzz
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

moataz
Starting Member

Israel
44 Posts

Posted - 16 August 2002 :  04:27:35  Show Profile
How to do it :: I want to do topics for members that have at least 5 posts :: Plzzz Help me ::...

DoraMoon
Average Member

Taiwan
661 Posts

Posted - 16 August 2002 :  06:16:17  Show Profile
i think it'll be better if u can explain more detail what u really want to do ...

u need a Members List to show that posters of at least 5 posts ??

or u need the Topics List posted by one member that have at least 5 posts ?
Go to Top of Page

moataz
Starting Member

Israel
44 Posts

Posted - 16 August 2002 :  07:17:55  Show Profile
OK OK :: all knew :: when we need to add forum :: we can select who can enter this forum ::: I need to do forum :: for members that have 5 posts at least ::...

Edited by - moataz on 16 August 2002 07:26:30
Go to Top of Page

DoraMoon
Average Member

Taiwan
661 Posts

Posted - 16 August 2002 :  08:31:55  Show Profile
sorry~~ all my guess is wrong...

and if you want to create a forum that only allow 5-up posts members to enter....
i've no good idea about this.. it seem like a BIG job and many thing need to modify.

there is a Mod: Admin only Forum..
http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=22728

it change the chkUser4 function in inc_functions.asp & post.asp, then add a new type forum like this..
case 118
mod_user_level=cint(chkUser(Request.Cookies(strUniqueID & "User")("Name"), Request.Cookies(strUniqueID & "User")("Pword")))
if mod_user_level < 4 then
DoNotAllowed
Response.End
end if

(in fact, you still need to change a lots functions: chkForumAccess,chkDisplayForum...)

and maybe you can try to do this..
if we can change the condition to if member's posts > 5 then...

~......~.~~
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.23 seconds. Powered By: Snitz Forums 2000 Version 3.4.07