Now the first thing that you need to do is go to CP ---> Design ---> Design management (templates) ---> User ---> User Personal page
Find:
Replace by:
Code
<span id="uCauseAvatar">$_AVATAR$</span>
Then go to Cp --> Design --> Design management (templates) ---> Your Module ---> Appearance of entries or Entry Full text andhis comments --> add this at the top of the page or after
Code
<script type="text/javascript">
// Copyright uCause ~ http://uCause.ucoz.com/ ;
$(document).ready(function(){
$('span.uCauseAvatar$ID$').load('/index/8-$UID$ #uCauseAvatar');
});
</script>
And then add this on the place where you want the avatar to appear:
Code
<span class="uCauseAvatar$ID$">loading...</span>