How can I place the badge just under or beside the user picture, on the profile page? I tried with CSS but it will move depending on the profiel fields that are displayed an filled.

Comments

nunoveloso’s picture

Status: Active » Closed (fixed)

Hello!

Do not use CSS. Modify instead your *.tpl.php where you want to include the badge.

Please read the documentation or this thread (http://drupal.org/node/262640) for more information.

mortenson’s picture

I used this in user-profile.tpl.php

print user_badges_for_uid($user_profile->uid);

But nothing happend (Drupal 6)

Thanks for reply.