By allnet000 on
I have several different content types that should be displayed for all users. The problem I am running into is that only users who are logged into the site can access this content. This applies for pages, navigation links, views, calendar events, etc. I have checked permissions and there does not appear to be anything out of the ordinary. I do have one page that is for members only, but the rest is open to everyone. Any idea as to what can be causing this? Thank you.
CD
Comments
_
how did you create a members only page?
Members Only Page
Create a normal page then password protected the page. The more I look into it I am noticing a lot of content that is only being shown if you logged into the site. This includes Pictures, slideshow showcase, About Us page.
_
last time I'm gonna try... since password protecting nodes is not part of core, how are you password protecting nodes?
no one can help you if you don't take the time to provide details.
Look through your permissions
Look through your permissions table. You probably haven't given a necessary permission to a whichever role cannot see the content.
Contact me to contract me for D7 -> D10/11 migrations.
Protected Node
I am using the Protect Node module 6.x-1.7 to protect the Members Only Node. I have double checked the permissions and they are properly check for both anonymous users and authenticated users.
Maybe try disabling the
Maybe try disabling the Protect Node module to see if it makes a difference? Then you will know if there is a problem with it.
Disabling Protected Node Worked
When I disabled the protected node module that fixed the problem. Any suggestions on which module I should use that allows content to be seen by authorized users only?
You don't need any module.
You don't need any module. Just remove 'access content' permissions for unauthorized users.
Contact me to contract me for D7 -> D10/11 migrations.
Not sure if that will work as
Not sure if that will work as I only want to protect 1 node/page on the entire site. The rest of the site is open to all users.
In that case, I would (and
In that case, I would (and do) use the tac_lite module. It is quite lightweight, as it doesn't create any new database tables or anything. It's a little tricky to figure out how to set up, but easy to use once it is set up.
Contact me to contract me for D7 -> D10/11 migrations.
Thank you. I will give that
Thank you. I will give that a try and see if it does what I need. Thanks.