Log in

View Full Version : Require X amount of post to see page


Mayers
02-05-2006, 10:03 PM
I'm trying to make it so my members must have say 10 posts in order to see content on one of my pages. I've tried using the promotion systems, but it seems cron aren't working. Is there a different I can go about doing this?

steven s
02-06-2006, 01:29 AM
I'm trying to make it so my members must have say 10 posts in order to see content on one of my pages. I've tried using the promotion systems, but it seems cron aren't working. Is there a different I can go about doing this?
That would be the way I'd do it.

I have a similar scheme whereas registered1 usergroup may post but it is moderated. Once someone is a member for more than 2 days they are moved to registered2 where any registered user can post.

You need to have a usergroup that is allowed to see your hidden page.
Then with promotions that person is added to your new secondary usergroup.
Then it's a matter of the correct condition statement if it is a custom page within vB.

How are you created your page?

Marco van Herwaarden
02-06-2006, 06:48 AM
How you mean your crons are not working? If that is true, i would first focus on solving that.

uae
02-06-2006, 06:59 AM
You can try this https://vborg.vbsupport.ru/showthread.php?t=97699 :)