top



I tried with the connect widget but didin't work ..

use the Ajax! Happy

1. Create a div/span, and this div is all you need to add in overall_header!

Code:
<div id="avatar"></div>


2. and add this script to your Site, and that's it!
Code:

$(document).ready(function(){
$('#avatar').load('profile?mode=editprofile&page_profil=avatars .frm-set dl img');
});

* Hope it helps. Goodluck!

thx i tried the same code but i puted the js code on a html page .. and that htnl page was on wiewtopic_body because of that don't appear now is solved thx !

Solved

iJerick wrote:use the Ajax! Happy

1. Create a div/span, and this div is all you need to add in overall_header!
Code:
<div id="avatar"></div>


2. and add this script to your Site, and that's it!
Code:

$(document).ready(function(){
$('#avatar').load('profile?mode=editprofile&page_profil=avatars .frm-set dl img');
});

* Hope it helps. Goodluck!

Give credit Razz