Thread: Some questions.
View Single Post
  #4  
Old 04-10-2012, 02:09 PM
SilverDragonTears's Avatar
SilverDragonTears SilverDragonTears is offline
I am your Nemesis.
 
Join Date: Jun 2011
Posts: 1,113
Gender: Female
Credits: 110,813
SilverDragonTears is on a distinguished road
Default

For the avatar in the functions.php just place this where you want it to show up.

Code:
		$row = $GLOBALS['adopts']->select("users_profile", array(), "username='{$loggedinname}'")->fetchObject();

	        $sidebar .= "<img src='{$row->avatar}' border='0' width='100px' height='100px'><br><br>";
__________________

Check out SilvaTales
Reply With Quote