Hi there,

I have configured an image gallery with thumbs and a href node title underneath, which links to the full sized image.

I would like to hide this node_title from the thumbs if you are not logged in.

I am using drupal 6 so I enabled the content_permissions module. But apparently you can't edit the title CCK fields, only the custom CCK fields you have added.

Is there another method to hide the node_title from unauthenticated users?

Thanks!

Comments

vm’s picture

one method:

create a custom.tpl.php file for use with your content type
find the $title variable in what will now be your custom.tpl.php file

use a conditional statement around the title div.