Man, I am trying to understand... but I don't.
Some strange stuff is going on now.
I inserted some garbage "tracers" into the home_left to get to the bottom of it, and the following stuff:
Quote:
aaa
$logincode
bbb
$login
ccc
$logout
ddd
|
yielded the following to a logged int user:
Quote:
aaa
==============
(content of home_logout)
==============
bbb ccc ddd
|
Is this normal? I expected the bbb and ccc to be above the home_logout content. Even more surprising to me was that I still got content when I removed the $login and $logout. Apparently, the $logincode actually displays either $login OR $logout. Right?
So, all I should have to do is get the dynamic avatar for the user and insert it into home_logout. I've scrounged around, but can't seem to get that part right. I did get the avatar to show up in the home_left template again, but for formatting reasons, I really need it inside the table that's in home_logout. What's the secret?
Sorry for the hassle. Officially above and beyond the call of duty.