if ($curr_user) { if (in_array($user->id, $curr_user->fave_users)) { ?> } else { ?> } } echo $user->showName(); ?>
Recent Updates By This User |
|
---|---|
' . "\n"; echo ' ' . date("M j Y", $project->updated) . '';
if ($project->added == $project->updated) {
echo ' | \n";
echo '' . "\n";
echo '';
echo '\n";
echo ' in '; $c = array(); foreach ($project->categories as $proj_cat) { $c[] = '' . $proj_cat->name . "\n"; } echo implode(", ", $c); echo '(' . $century_name[$project->century] . ') '; echo " | \n";
echo "
Username:
echo $user->username; ?>
Name:
echo $user->realname; ?>
Other Name:
echo $user->scaname; ?>
Website:
Last Login:
echo date("F j, Y, g:i a",$user->last); ?>
Interests:
'; if ($cat_count[$cat]) { echo ''; } echo $cat_name[$cat]; if ($cat_count[$cat]) { echo " (" . $cat_count[$cat] . ")"; } echo '
'; echo 'Centuries:
foreach ($user->century_prefs as $cent) { echo '
' . $century_name[$cent] . '
'; } ?>Comments:
Comments are echo $user->comments ? '' : 'not '; ?>allowed on your projects by default.
You will echo $user->comments ? '' : 'not '; ?>be notified of comments on your projects.
You will echo $user->comments ? '' : 'not '; ?>be notified of replies to your comments.
No user was selected!
} ?>