Closed GoogleCodeExporter closed 8 years ago
Looks good - but it's missing the IfThenEcho() function & the social_info()
function.
If you can upload a full patch, I'd be happy to integrate it.
Original comment by terence.eden
on 7 May 2012 at 4:05
Hi, I forgot to delete those lines in the patch. The IfThenEcho() function was
for 4sq page, but I used it here too to avoid show "Bio: ", "Link: " without a
description.
And social_info() it's to show icons from other social networks/webs the user
has. Makes a request via API and caches the result, so I don't know if you
would implement this.
function IfThenEcho($item,$prev = NULL,$prox = NULL,$return = NULL){
return (isset($item) && $item != NULL ) ? $prev.$item.$prox : $return;
}
Original comment by mcev...@gmail.com
on 10 May 2012 at 12:57
How to use this ?
Original comment by supersan...@gmail.com
on 10 Jul 2012 at 11:30
Fixed in r495
Original comment by ryancul...@gmail.com
on 19 Mar 2013 at 11:39
Original issue reported on code.google.com by
mcev...@gmail.com
on 27 Apr 2012 at 10:19Attachments: