MyBB Community Forums

Full Version: Post bit wont show unless logged in?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey!
I am developing a MyBB forum and for some reason the postbit on a thrad will only show when Im logged in... Any ideas on this?

Heres my postbit:
<div class="thread-op" style="margin-top:20px">

<div class="post-info">
<div class="p-avatar">{$post['useravatar']}</div>
<div class="p-user">{$post['profilelink']}</div>
<div class="p-uinfo">{$post['user_details']}</div>
</div>

<div class="p-information"><label style="color: rgb(83, 83, 83);
font-size: 19px;
font-weight: 500;">{$post['subject']}</label></div>

<div id="content">
{$post['message']}
</div>
</div>