I'm using the Mix and Match theme and would like to hide the authoring information on my pages.
I go into Site building>themes>configure>global settings and uncheck everything in the "Display post information on" box but it just doesn't hide it. I've cleared cache, even deleted then re-created the page but still shows.
Any suggestions?

Much appreciated.

This topic was originally posted on he forum:
http://drupal.org/node/971860
This problem is happening to me in my develop stage using MAMP.

Comments

ajross’s picture

As I mentioned, I have not been able to replicate this problem. I'll continue to look into it, and it is possible it is an issue with core or something other than this theme. Although I'd like to see if anybody else using the theme has this problem. In the meantime, if you want to manually hide the author information, you can edit node.tpl.php and remove the following code:

<?php if ($submitted): ?>
    <div class="meta">
      <span class="submitted"><?php print $submitted ?></span>
    </div>
<?php endif; ?>

and that should remove the author info. But as I said, you really shouldn't have to do that, so hopefully we can find the root cause of this problem.

apmsooner’s picture

I havn't had this problem.

Patricia_W’s picture

I have this problem ... I have disabled it on the node type in the global settings but it has no effect

ajross’s picture

Status: Active » Closed (cannot reproduce)

I'm afraid I haven't been able to reproduce this, and it really does sound like a problem related to core or maybe even the Fusion base theme. I don't know any way something in this theme could cause this issue. I'd recommend trying the above code if you are desperate and looking for other people having similar problems that perhaps aren't using the theme. If somebody can demonstrate to me that the issue is specific to this theme and give me the information needed to replicate the problem, I will gladly reopen the issue and work on it. But as I am unable to do so now, I'm afraid I can't be of much help.