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 ::...
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.
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...