Author |
Topic  |
|
cioto
New Member

Italy
95 Posts |
Posted - 23 November 2004 : 15:38:11
|
Hi, is there a way to allow a private forum only for members who has more than, you say, 200, 300... x posts?? It could be fine even to allow the forum only for who has, for example, 3 or more stars? Thanks! |
|
miperez
Junior Member
 
Spain
243 Posts |
Posted - 24 November 2004 : 03:14:08
|
Not in the base forum, and I don't even think that there is a MOD specially built for that.
What I would do is: - Install Nikkol's usergroup's MOD. - Create a group called, let's say "experts". - Create a forum, and set it's permissions to "Allowed member list (hidden)", and grant read / write permissions to it, to the "experts" group. - Finally -you would need to program this- whenever a user posts, in the routine that checks if he has reached a new level, I would add some lines to add a user to the "experts" group if he/she has reached x posts.
Of course, you could set as many different levels and groups as you need. |
Best Regards
Mikel Perez
"Hell is the place where everything test perfectly, and nothing works"
|
 |
|
Jorrit787
Average Member
  
Netherlands
681 Posts |
Posted - 24 November 2004 : 07:59:11
|
Or you could just add them to the Allowed List manually every time, but that can be quite a pain if you have a lot of members; I'd go for the MOD  |
eXtremeGossip  |
 |
|
cioto
New Member

Italy
95 Posts |
Posted - 25 November 2004 : 14:40:26
|
quote: Originally posted by miperez - Finally -you would need to program this- whenever a user posts, in the routine that checks if he has reached a new level, I would add some lines to add a user to the "experts" group if he/she has reached x posts.
That's an hard task to do for me...  |
 |
|
altisdesign
Junior Member
 
United Kingdom
357 Posts |
Posted - 25 November 2004 : 16:09:51
|
I'm not sure how Snitz / ASP savvy you are, but couldn't you just make the forum for an allowed members list only and add SQL to post.asp you check the post count after it increments it and if the post count is greater than X then add the user to the access list. |
Altis Design offers all manner of web design services to a variety of commercial and personal clients |
 |
|
cioto
New Member

Italy
95 Posts |
Posted - 25 November 2004 : 16:29:29
|
quote: Originally posted by altisdesign
I'm not sure how Snitz / ASP savvy you are,
Really not savvy...
quote: but couldn't you just make the forum for an allowed members list only
Yes I can
quote: and add SQL to post.asp you check the post count after it increments it and if the post count is greater than X then add the user to the access list.
Sorry I haven't understood what you mean?! |
 |
|
|
Topic  |
|