The Arcive of vBulletin Modifications Site. |
|
TW7S - Hiding Posts From Guests Details »»
|
|||||||||||||||||||||||||||
|
TW7S - Hiding Posts From Guests
Developer Last Online: Apr 2015
This Will Hide EVERY post on the thread from Guest's
Open postbit_legacy or postbit (Works with both) Find: PHP Code:
PHP Code:
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:
PHP Code:
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:
PHP Code:
Enjoy ![]() Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Thanks, works fine
I installed |
|
#4
|
|||
|
|||
|
Thank you, but please modify your code to be xhtml valid:
HTML Code:
<vb:if condition="$show['member']"> {vb:raw post.message} <vb:else /> <br /><br /> <center> Please login, or <a href="./register.php"><u>register</u></a> to view message content. </center> </vb:if> HTML Code:
<vb:if condition="$show['member']"> {vb:raw post.message} <vb:else /> <br /><br /> <div align="center"> Please login, or <a href="./register.php"><u>register</u></a> to view message content. </div> </vb:if> HTML Code:
<vb:if condition="$show['member']"> {vb:raw post.message} <vb:else /> <br /><br /> <vb:if condition="$post[postcount] == 1"> <center> Please login, or <a href="./register.php"><u>register</u></a> to view message content. </center> <vb:else /> {vb:raw post.message} </vb:if> </vb:if> HTML Code:
<vb:if condition="$show['member']"> {vb:raw post.message} <vb:else /> <br /><br /> <vb:if condition="$post[postcount] == 1"> <div align="center"> Please login, or <a href="register.php"><u>register</u></a> to view message content. </div> <vb:else /> {vb:raw post.message} </vb:if> </vb:if> HTML Code:
<vb:if condition="$show['member']"> {vb:raw post.message} <vb:else /> <br /><br /> <vb:if condition="$post[postcount] != 1"> <center> Please login, or <a href="./register.php"><u>register</u></a> to view message content. </center> <vb:else /> {vb:raw post.message} </vb:if> </vb:if> HTML Code:
<vb:if condition="$show['member']"> {vb:raw post.message} <vb:else /> <br /><br /> <vb:if condition="$post[postcount] != 1"> <div align="center"> Please login, or <a href="register.php"><u>register</u></a> to view message content. </div> <vb:else /> {vb:raw post.message} </vb:if> </vb:if> HTML Code:
<vb:if condition="$show['member']"> {vb:raw post.message} <vb:else /> <br /><br /> <vb:if condition="$post[postcount] == 1"> <div align="center"> Please login, or <a href="./register.php"><u>register</u></a> to view message content. </div> <vb:else /> {vb:raw post.message} </vb:if> </vb:if> |
|
#5
|
||||
|
||||
|
Updated
Thanks!
|
|
#6
|
||||
|
||||
|
istalled work perfect tnks
|
|
#7
|
|||
|
|||
|
Hey, this looks very tidy and I am looking for a hack like this to install on my site, but I'd only like to hide certain bits of posts. There was a hack about for previous versions I'm sure and I wonder if anything like this could be done?
Any light shed on this would be awesome!! |
|
#8
|
||||
|
||||
|
Quote:
![]() ---- Sent from my T-Mobile G1 |
|
#9
|
|||
|
|||
|
Is it possible to exclude some forums from this?
|
|
#10
|
|||
|
|||
|
Ok.. so I would like to hide some information on my site from certain user groups...
we were using bb code before [private] text here [/private] but i cant seem to make vbulletin 4 hide that coding.. any help? |
![]() |
|
|