I figured out how to get the header image up there now instead of the avatar. I was using the wrong code. Instead of:
Quote:
<img src="avatar.php?userid=$journal_stats[userid]&dateline=" alt="View $journal_stats[username]'s profile" border="0"></a>
|
I've now put:
Quote:
<img src="$bbuserinfo[fieldx]" alt="View $journal_stats[username]'s profile" border="0"></a>
|
So I've got the image I wanted up, but I can only see my own image that I put up for my journal, and when I look at other journal I still have my image displayed. What would be the code to use so I could see the header for other peoples journals when I'm viewing them and keep mine for only my journal?
I'm sorry I'm not very good with php and html by myself. I usually just follow instructions or copy code then alter it by trial and error to get it to what I want.