Re: Skysa
Ok, I got it to work. well everything but the Avatar but the chat and comments box now recognizes the logged in user and displays them as online.. anyway here is what I used and it works perfect.
<script type=”text/javascript”>
var _SKYAUTH = {
loginUrl:’http://zombielink.com/wp-login.php’,
memberNick:'<?php echo bp_loggedin_user_fullname() ?>’,
memberId:'<?php echo bp_loggedin_user_id() ?>’,
profileUrl:'<?php echo bp_loggedin_user_domain() ?>’,
photoUrl:’http://zombielink.com/files/2010/04/chatbub-e1271138868680.gif’};
</script>