views:

3895

answers:

2

Hi,

Am doing a local website in drupal. I have applied the theme 'Acquia Marina' (http://drupal.org/node/315555) to it.

Under Administer > Themes > Configure I have unchecked "Enable or disable the submitted by Username on date text when displaying posts of the following type" for type 'Page' and the same is enabled for 'Story' (I don't have my own content types yet)

But I still get the submitted by Username on date text on the all the 'page's

I have tried, clearing performance cache, trying all(4) combinations on the checkboxes in question, but to no avail. But this setting works perfectly in the default theme.

I guess its some behaviour of the theme which I need to override. But have no clue.

Any suggestions? Thanks.

+2  A: 

go to index.php?q=admin/build/themes/settings/acquia_marina, > "Theme-specific settings" > "Acquia Marina settings" > expand "Node settings" (that's what i missed at first) > "Author & date", and disable authorname and date, either for all content types, or for specific ones.

ax
A: 

actually if you go into the template code and edit the page.tpl.php and just put <!--- ---> comments into the code around where the "submitted" php code is, you can hide the post information.

ben