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.
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
Comment #1
nunoveloso commentedHello!
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.
Comment #2
mortenson commentedI used this in user-profile.tpl.php
But nothing happend (Drupal 6)
Thanks for reply.