I'm developing a rating system for my user's profiles and would like to place some graphics and php code on the same page as the users profile page. I just would like to place the graphics and php code above of the actually user profile content. I'm using drupal 6.

I have looked at profile-block.tpl, profile-wrapper.tpl, and profile-listing.tpl.
None of them seem to control the layout of the actually profile page, but instead they just control how the user listings are displayed.

Can someone direct me in the right direction.

Thanks,

Tegan

Comments

Moonshine’s picture

Sounds like you're looking at the templates provided from the "profile" module, check out the ones that are part of the "user" module instead. I think user-profile.tpl.php is what your after. Just copy it from "modules/user/user-profile.tpl.php" to your theme directory, clear your theme cache and hack away... :)

tegansnyder’s picture

You are right. I was looking in the wrong location. Thanks for the clarification I really appreciate it.

-Tegan