View Single Post
  #2  
Old 03-15-2011, 08:47 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 33,525
fadillzzz is an unknown quantity at this point
Default

Open you functions.php
In the getsidebar function, add $loggedinname to the sidebar variable to show the username.
As for the avatar, I think you'll have to edit the logincheck function.
Add this to the last line of the function
PHP Code:
    $GLOBALS['avatar'] = $GLOBALS['usersettings']['avatar']; 
And add $GLOBALS['avatar'] to the sidebar variable in the getsidebar function
Reply With Quote