Update topic.forkbb.php
This commit is contained in:
parent
ae9ea5403b
commit
e7d0b995af
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@
|
|||
<li class="f-username">{{ $post->user->username }}</li>
|
||||
@endif
|
||||
<li class="f-usertitle">{{ $post->user->title() }}</li>
|
||||
@if (! $post->user->isGuest)
|
||||
<li class="f-userstatus">{!! __($post->user->online ? 'Online' : 'Offline') !!}</li>
|
||||
@endif
|
||||
@if ($p->user->showUserInfo && $p->user->showPostCount && $post->user->num_posts)
|
||||
<li class="f-postcount">{!! __(['%s post', $post->user->num_posts, num($post->user->num_posts)]) !!}</li>
|
||||
@endif
|
||||
|
|
Loading…
Add table
Reference in a new issue