I have the following problem:
In front page I show a Story that has files attached who correspond to a specific section of one of the rol of the users.
It would want that only that rol can see those attached archives and they are not for all in front page. That I can do
Comments
Comment #1
Dublin Drupaller commentedthe front page doesn't have any control over the theme. You need to edit either your page.tpl.php or node.tpl.php or css to hide the file attachments on the front page.
check out this thread which is slightly related: http://drupal.org/node/391982