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
- 429
- Rank (out of 10000)
- 726
- Karma
- 11
User Stats
Submitted scoops 1 Published scoops 1 Comments 0 Votes 0 Rank: 429
History
- Member for
- 1 year 17 weeks
Name:
Web site: http://www.chicagoautoshow.com/blog/index.asp
Joined: 1 year 17 weeks ago
Last active: 1 year 17 weeks ago.
About Jennifer
As the current Communications Intern for the Chicago Auto Show, I’ll be blogging about my life as an intern and facts and opinions I pick up along the way. Similar to most college grads during these rough economic times, I was nervous about finding a job right out of school. When a previous PR internship led to this current gig with the Chicago Auto Show, I was thrilled to have a part in this world-famous event.



RSS Feed of Jennifer's posts