By mc.edwards on
When viewing a node in standard functionality there are links to 'view' or 'edit' the content of a page node if you have permission - so far so obvious. I want to be able to replicate that for a custom content type created using CCK that displays a table based on Views so that a user can add a new node to appear in the table displayed on the same page. I don't want anonymous users who cannot create content to be able to see the link 'Add' (just as the standard functionality doesn't allow them for ordinary page nodes).
How can this conditional display based on permission to create content be implemented?
Thanks.