What setting do I need?

AuntPeggy

Final Approach
PoA Supporter
Joined
May 23, 2006
Messages
8,479
Location
Oklahoma
Display Name

Display name:
Namaste
After deleting internet temporary files the other day, now whenever I log in to POA, my avatar no longer shows on the home page. The space is occupied by an invitation to register or log in. Doesn't matter how many times I log in. However, It does list me as a member online and messages carry my signature.

What setting do I need to change to get back to normal?
 
Never mind. Just sending that post seems to have fixed the problem.
 
It was the "Golden Post."
 
Logged in again and same thing happened. This post should restore me again.
 
Here is another post so that I will know who I am.
 
Last edited:
Click on the "Forums" link in the upper right corner. For whatever reason the homepage does not appear to checking the logged in cookie, and provides a log in box even if you are logged in.

Anyone in the management:
PHP:
if(logged_in) {
   //Welcome Message
} else {
   // Log in Box
}

~ Christopher
 
Back
Top