Already unchecked the "Display post information on" thing in admin/build/themes/settings for all content types, cleared cache in both browser and the performance area and the "Submitted by" it still appears (actually it's the day, date, hour and username in short format).

So, I added the following to the custom-style file

div.meta 
{
display: none;
}

I know it's not the best thing to do, but it'll be enough for the time being... ;-)

Warm regards from sunny México!
:-)
Pepe

Comments

Tony Sharpe’s picture

I also have this problem. Is there a fix for this without hiding it with css?
Edit: I've taken it out of node.tpl.php for now.

florian’s picture

It should work ... go to /admin/build/themes/settings/zeropoint ... check "Use custom settings for each content type instead of the default above" .. then choos the content type and uncheck "Display author's username" and"Display date posted"

pepemty’s picture

And it does, naturally... :-)

Call me whatever you want, but I didn't even pay any kind of attention to those options beyond the the menu position, with the sole exception of the theme rebuild setting...

I should know better... :-(

Doc, much obliged for your kind reply and for this wonderful theme...

Warm regards from way too sunny México!
:-)
Pepe

florian’s picture

Status: Active » Closed (fixed)