user->has_avatar()) : ?>
avatar($this->user, 1) ?>
has_permission($this->user, 'id')) : ?>  linkTo($this->t('user_edit'), array('user#set_avatar', 'id' => $this->user->avatar_post->id, 'user_id' => $this->user->id)) ?> linkTo($this->t('.avatar.remove.link'), array('controller' => 'user', 'action' => 'remove_avatar', 'id' => $this->user->id ), array('method' => 'post', 'confirm' => $this->t('.avatar.remove.confirm'))) ?>

h($this->user->pretty_name()) ?>

h($this->user->pretty_name()) ?>

user->level < 20 or $this->user->level > 33 or current_user()->is_mod_or_higher()) : ?> user->invited_by) : ?> starting_level < 30) : ?> is_mod_or_higher()) : ?>
t('user_join') ?> user->created_at, 0, 10) ?>
t('user_level') ?> user->pretty_level() ?> user->is_blocked() && $this->user->ban) : ?> t('user_reason2') ?>h($this->user->ban->reason) ?>t('user_expire2') ?>user->ban->expires_at, 0, 10) ?>t('user_reason3') ?>
t('user_subs') ?> partial("tag_subscription/user_listing", array('user' => $this->user)) ?>
t('user_posts') ?> linkTo(Post::where('user_id = ?', $this->user->id)->count(), array('post#index', 'tags' => 'user:'.$this->user->name)) ?>
t('user_deleted_posts') ?> linkTo(Post::where('status = "deleted" AND user_id = ?', $this->user->id)->count(), array('post#deleted_index', 'user_id' => $this->user->id)) ?>
t('user_votes') ?> user->post_votes->select(array('score' => $i))->size() ?>
t('user_comments') ?> linkTo(Comment::where(['user_id' => $this->user->id])->count(), array('comment#search', 'query' => 'user:'.$this->user->name)) ?>
t('user_edits') ?> linkTo(History::where(['user_id' => $this->user->id])->count(), array('history#index', 'search' => 'user:'.$this->user->name))) ?>
t('user_tag_edits') ?> linkTo(History::where(['user_id' => $this->user->id, 'group_by_table' => 'posts'])->count(), array('history#index', 'search' => 'type:post user:'.$this->user->name)) ?>
t('user_note_edits') ?> linkTo(NoteVersion::where(['user_id' => $this->user->id])->count(), array('note#history', 'user_id' => $this->user->id)) ?>
t('user_wiki_edits') ?> linkTo(WikiPageVersion::where(['user_id' => $this->user->id])->count(), array('wiki#recent_changes', 'user_id' => $this->user->id)) ?>
t('user_forum_post') ?> $this->user->id])->count() ?>
t('user_invited_by') ?> linkTo($this->h(User::find($this->user->invited_by)->name), array('action' => 'show', 'id' => $this->user->invited_by)) ?>
t('user_rec_invites') ?> linkTo($this->h($x->pretty_name()), array('action' => 'show', 'id' => $x->id));}, User::where("invited_by = ?", $this->user->id)->order('id desc')->select('name, id')->limit(5)->take()->members())) ?>
t('user_record') ?> user->id)->exists()) : ?> t('user_record_none') ?> user->id)->count() - UserRecord::where("user_id = ? AND is_positive = false", $this->user->id)->count() ?> (linkTo($this->t('user_record_add'), array('user_record#index', 'user_id' => $this->user->id)) ?>)
t('user_ip') ?> user_ips, 0, 5) as $ip) : ?> user_ips) > 5) : ?>(more)
tag_types as $name => $value) : ?> tag_types as $name => $value) : ?>
Favorite linkTo($this->h(str_replace('_', ' ', $tag["tag"])), array('post#index', 'tags' => "vote:3:{$this->user->name} {$tag['tag']} order:vote"));}, $this->user->voted_tags(array('type' => $value))))?>
Uploaded Tags linkTo($this->h(str_replace('_', ' ', $tag["tag"])), array('post#index', 'tags' => "user:{$this->user->name} {$tag['tag']}"));}, $this->user->uploaded_tags())) ?>
Uploaded linkTo($this->h(str_replace('_', ' ', $tag["tag"])), array('post#index', 'tags' => "user:{$this->user->name} {$tag['tag']}"));}, $this->user->uploaded_tags(array('type' => $value)))) ?>
user->tag_subscriptions.visible.each do |tag_subscription| ?>

t('user_sub2') ?> linkTo("»", 'post#index', 'tags' => 'sub:#array($this->user->name}:#{tag_subscription.name)' ?>

partial("post/posts", array('posts' => $this->user->tag_subscription_posts(5, tag_subscription.name).select array(|x| CONFIG()->can_see_post.call(current_user(), x)))) ?>
*/ ?>

linkTo($this->t('user_fav3'), array('post#index', 'tags' => 'vote:3:'.$this->user->name.' order:vote')) ?>

partial("post/posts", array('posts' => !$this->user->recent_favorite_posts()->blank() ? $this->user->recent_favorite_posts()->select(function($x){if(CONFIG()->can_see_post(current_user(), $x))return $x;}) : $this->user->recent_favorite_posts())) ?>

linkTo($this->t('user_uploads'), array('post#index', 'tags' => 'user:'.$this->user->name)) ?>

partial("post/posts", array('posts' => $this->user->recent_uploaded_posts()->select(function($x){if (CONFIG()->can_see_post(current_user(), $x)) return $x;}))) ?>
contentFor('footer', function() { ?>
  • linkTo($this->t('user_list'), 'user#index') ?>
  • is_mod_or_higher()) : ?>
  • linkTo($this->t('user_ban'), array('user#block', 'id' => $this->user->id)) ?>
  • is_janitor_or_higher()) : ?>
  • linkTo($this->t('user_invite_link'), array('user#invites', 'name' => $this->user->name)) ?>
  • linkTo($this->t('user_send_msg'), array('dmail#compose', 'to' => $this->user->name)) ?>
  • partial("footer") ?>