Hi,
I am using the latest 6.x version and added the custom content piece through the Content Management -> Content type -> Add content type.
For both anonymous and authenticated users I have permissions checked for Node - 'access content' and each content_permissions module's 'view field_*' are checked.
I am using a custom node tpl.php, which is being used correctly for the admin user.
I have assigned the nodes to a page through Site Building -> Pages -> (the page) -> Variants -> Content
Any ideas why these custom content types are not showing for anonymous and authenticated users, but only show for the admin user?
thanks, -Rob
A little more info (which may be obvious to the more experienced). Extensive logging is making it look like the custom tpl.php is being called for the admin user as drupal is going through the 'alter' $op/part of hook_nodeapi().
I have also tried checking/enabling all of the content_permissions module's 'edit field_*', but anon and auth'd users still don't get the content.
-Rob
On Wed, Sep 29, 2010 at 10:31 AM, Rob Koberg rob@koberg.com wrote:
Hi,
I am using the latest 6.x version and added the custom content piece through the Content Management -> Content type -> Add content type.
For both anonymous and authenticated users I have permissions checked for Node - 'access content' and each content_permissions module's 'view field_*' are checked.
I am using a custom node tpl.php, which is being used correctly for the admin user.
I have assigned the nodes to a page through Site Building -> Pages -> (the page) -> Variants -> Content
Any ideas why these custom content types are not showing for anonymous and authenticated users, but only show for the admin user?
thanks, -Rob