Hello everyone , i started trying to make a script when i read this from Khen
http://forum.ucoz.com/forum/10-14259-1
Living example in all uCause Entry's
At first i thought it was impossible but a friend of me mike told me that it should be possible with using jquery so i tried in tons of different ways and finally i got it working:
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>
tags-zB11How, to, Display, avatar, in, a, Posted, Entry