Does this theme automatically disable user pictures in posts (ie: shows icon for blog posts). I'm not seeing it in Theme settings page for ADTMA specifically.

Or I'm not sure if theres a condition I'm missing in the node.tpl.php

  <?php if ($picture) print $picture; ?>

Thanks :D

Comments

Alan Cooney’s picture

Status: Active » Closed (works as designed)

Sorry, we decided not to add this feature in this theme. Its something we are more likely to do for commercial work, as it usually looks bad unless a default picture is given that works well with the theme and good sizes are set for user aviators.

ericjam’s picture

Status: Closed (works as designed) » Closed (fixed)

That's fine. I'm just going to use a block with a php true validation to display a special author block that includes photo. Its probably better this way.