I need the following and could not get an answer under support so I am hoping someone can do this reasonably.
I am using Drupal 5.3 with PathAuto (and Token), User Referral (dev), Fivestar (with Voting API), Blogger, Flag Content, and Theme Settings API as my add-on modules. I am running the Denver theme, mostly standard with only adjustments to width and padding of main container.
I have looked through the template files and since my knowledge of Drupal is somewhat limited, I am having a hard time following the code, so here is what I need:
1. Code and placement to add user profile elements in a block. Example - I want to add a block that has user->picture in block, followed by custom profile elements profile->link1, profile->link2. In this same block I also want to pull referral data underneath. Example: Referred by: user->name, user->picture, user->profile, user->customlink1. These elements should ONLY be displayed on user specific pages or individual blog postings. If someone is on the home page or on actual "pages", they should not show up, but if they are on a user's blog posting or user's primary blog page or profile they should show up.