The buddylist is working great, and is showing up on the profile page.

However, it shows up at the top of the profile page above everything. Is there an easy way to force it to the bottom of the profile page?

I am quite php/css illiterate.

Steve Lecarpentier
www.veteran.com

Comments

dldege’s picture

You can alter the profile output with

hook_profile_alter

but you'll need to learn some php to do it. Truth told if you want to alter Drupal much beyond some styling you are going to have to learn PHP and the Drupal module architecture.