Closed (fixed)
Project:
AD The Morning After
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2009 at 21:57 UTC
Updated:
10 Jul 2009 at 00:04 UTC
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
Comment #1
Alan Cooney commentedSorry, 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.
Comment #2
ericjam commentedThat'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.