Posted by screamer_mz on August 18, 2012 at 8:24pm
Hi,
I need on Drupal 7 to display logged user avatar on the right-up corner. I was try much solutions what i found in Google, but all doesn't work :(
I was add DIV into the page.tpl.php file from the ZEN subtemplate for positioning on the page.
I also was try this code from /modules/user/user-picture.php but have no effect:
<?php if ($user_picture): ?>
<div class="user-picture">
<?php print $user_picture; ?>
</div>
<?php endif; ?>Any ideas??
Thank's for help.
Comments
set block to display logged
set block to display logged user avatar.
structure -> block
set User Picture Block as Second sidebar. Now logged user avatar on the right-up corner.