Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Hide posts from guests {Show first post only]
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: Hide posts from guests {Show first post only]
You could do a bit of a dirty trick with conditionals - stick around your postbit template:

HTML Code
<if $mybb->user['uid'] != 0 || $post['pid'] == $GLOBALS['thread']['firstpost'] then>
...
</if>


Also edit showthread, find both instances of:

HTML Code
    <div class="float_left">
        {$multipage}
    </div>

Replace with

HTML Code
    <if $mybb->user['uid'] != 0 then><div class="float_left">
        {$multipage}
    </div></if>

Finally, forumdisplay_thread, find:

HTML Code
{$thread['multipage']}

replace with

HTML Code
<if $mybb->user['uid'] != 0 then>{$thread['multipage']}</if>


My Blog
11-14-2010 07:48 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Hide posts from guests {Show first post only] - ZiNgA BuRgA - 11-14-2010 07:48 AM

 Standard Tools
Forum Jump: