I am trying to use Davatar module with your Dbirthday module. When I enable Davatar module in that I dont seem to get the avatar image shown. I then tried to debug davatar.php module using Firebug and FirePHP. I seem to find some errors and although, I am not a very good PHP programmer, I would like to point it out. In case it helps in debugging:
Line 373 :
$params->set('avatar_url_format', JURI::base().'images/comprofiler/'.$tn.'$avatar_sig');
'$avatar_sig' is in quotes so it seems to get added as string and not its value.
I added a debug statement to verify this:
fb($params->get('avatar_url_format'),'cb:avatar_url_format',FirePHP::LOG);
Output of this is :
cb:avatar_url_format: http://localhost/nobadir/images/comprofiler/tn$avatar_sig
In fact I dont seem to get the value of avatar_sig from database too. I may be wrong here. You would know better. I added the following statement to debug:
fb($avatar_sig, 'cb : $avatar_sig', FirePHP::LOG);
I get the output to be:
cb : $avatar_sig: NULL
Please help.
Thanks,
- PR
