SunChase |
|
---|---|
I had a similar problem.But for the Hidemenu.Try this:
The code that calls for the avatar: $sql = sed_sql_query("SELECT user_avatar FROM $db_users WHERE user_id ='".$usr['id']."'"); The code that makes a picture from it: $idu="<img src=\"".$row['user_avatar']."\">"; and than just insert the %idu where you want to put the avatar. [url=http://ka13.orgfree.com]KA13[/url] - The essence of creativity
|