The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hey guys, I want to show content to user that are not logged in only on the bottom of the show thread page like this:
Attachment 153129 How would I go about doing it in this location specifically? |
#2
|
||||
|
||||
![]()
Try this
In SHOWTHREAD template Find PHP Code:
HTML Code:
<vb:if condition="$show['guest']"> <div align="center"> <div style="background-color:#CAFFCB; border:1px solid black; padding:5px;"> <span style="font-size:18pt"> <b>Only unlogged users can see this</b> <br />Your text here to, bla, bla, bla</span> </div> </div> </vb:if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|