May 13, 2009 • posted by KickApps
Hiya, this is a little technical but the location of the members profile is available in Ka.Info. Using JavaScript you can check if the user is on the “my home” page and add the image above the menu like this (place this in your AC footer): <script type=”text/javascript”> if(Ka.Info.PAGE==”pages/myPlace.jsp”){ $j(‘<img src=”‘+Ka.Info.AUDIOPHOTOSERVERPATH+Ka.Info.USERPHOTO+’” />’).prependTo(‘#ka_header’); } </script> [...]