The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I want to have a post that is viewable by guests and everything but I want only 1 line of text to only be displayed to users that are logged in to the forums and if they are not logged in have it say something like 'you must be logged in to see this'
Basically I have a password that I want to give to only the users of our forums and not the whole world but I want the world to know the password exists and that they have to register to view it. Is there a mod out there that would give me a special tag or something simmilar? |
#2
|
|||
|
|||
![]()
Go to postbit template, and find:
HTML Code:
<!-- message --> <div id="post_message_$post[postid]">$post[message]</div> <!-- / message --> HTML Code:
<if condition="!$bbuserinfo['userid']"> <!-- message --> <div id="post_message_$post[postid]">$post[message]</div> <!-- / message --> <else /> You gotsa register to view posts lolosaur. </if> |
#3
|
|||
|
|||
![]()
Will this work to only allow guests or non logged in members to view the first post and to view all subsequent posts, the guest or member must be logged in?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|