Sunday, 24 January 2010 21:12
Jeff
I just downloaded the pro version. I am trying to integrate it into my website. I would be happy to help test this alpha for you.
Also I am trying to create user avatars for the Stories on the main page. I added this function to the JmylifeModelList class.
function getAvatar($userid)
{
$query = 'SELECT cb.`avatar` FROM `#__comprofiler` AS cb WHERE cb.`user_id` = ' . $userid . ';';
echo $query;
$avatar = parent::_getList( $query, 0, 99999 );
return $avatar;
}
But the $avatar isn't returning anything. Where am I going wrong? My query string works in phpMyAdmin to return the avatar filename.
This is a comment on "Upcoming Release of JMyLife 1.0.9"
Featured Extensions
|
$3.00
FREE You Save: $3.00 |
$1.00
FREE You Save: $1.00 |
$3.00
FREE You Save: $3.00 |
$1.00
FREE You Save: $1.00 |
Latest Articles
Most Popular
The Joomla!® name is used under a limited license from Open Source Matters in the United States and other countries. Jeff Channell is not affiliated with or endorsed by Open Source Matters or the Joomla!® Project.


