TW7S - Hiding Posts From Guests
This Will Hide EVERY post on the thread from Guest's
Open postbit_legacy or postbit (Works with both) Find: PHP Code:
{vb:raw post.message}
PHP Code:
<vb:if condition="$show['member']">
This will JUST hide the threads PRIMARY (FIRST) post of the thread, and show the rest of the posts (replies to first post) to the guest's Find: PHP Code:
{vb:raw post.message}
PHP Code:
<vb:if condition="$show['member']">
This will SHOW the threads PRIMARY (FIRST) post of the thread, and HIDE the rest of the posts (replies to first post) to the guest's Find: PHP Code:
{vb:raw post.message}
PHP Code:
<vb:if condition="$show['member']">
Enjoy Download No files for download. |