Status
<?php
$account = user_load(array('uid' => arg(1)));
if (!$account->uid) {
echo t('This user has no statuses yet.');
return;
}
$count = facebook_status_has_status(arg(1));
if (!$count) {
global $user;
if ($user->uid == $account->uid) {
echo t('You have no statuses yet.');
}
else {
echo t('@name has no statuses yet.', array('@name' => check_plain($account->name)));
}
}
?>
Info
Karma
- Rank
- 49
- Rank (out of 10000)
- 83
- Karma
- 420
User Stats
Submitted scoops 55 Published scoops 48 Comments 34 Votes 167 Rank: 49
History
- Member for
- 1 year 3 days
Name:
Web site: http://communitybeat.blogspot.com
Joined: 1 year 3 days ago
Last active: 2 days 17 hours ago.
About Patrick
I've been writing about Chicago neighborhoods and urban issues for 27 years, first as a freelance journalist (Chicago Sun-Times back when it had a Neighbors section) and most recently as a "scribe" for LISC/Chicago's New Communities Program (www.newcommunities.org).



RSS Feed of Patrick's posts