Posted by philhxc on November 16, 2010 at 7:32am
Hello, i would like to know if its possible to hide/protect a section of content from anonymous and new registered users using captcha, i do not know if I explaining myself well, so i will leave you with the following image:
Comments
I think you want to use permissions to control acces.
From what you're saying, you should create a separate content type... or use taxonomy..... then in "permissions"... you can control access to the content.... so if you wanted to NOT allow anonymous users access... you could do that.... and if you only wanted users of a certain type to have access... then you could select that. And the Anonymous, or even newly registered users wouldn't be able to access it. But in order to handle it properly you're going to have to create a third user role.... so you have
1)Anonymous
2)Registered - New
3)Registered - Old.... or whatever you want to name them
Captcha is designed to keep bots from logging into your web site, and then creating things like comments all over the place that are advertisements for someone else's crap. Like Ginsu knives.... or wanker enlargement pills....LOL.
Captcha is only designed to block these automated log ins... it is not designed to hide/show certain content to certain user types.
i fully understand you, thank
i fully understand you, thank you for your time.