View Full Version : Usergroup permissions and the show thread page
RyanC
08-13-2015, 04:24 PM
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:
153129
How would I go about doing it in this location specifically?
Stratis
08-13-2015, 05:32 PM
Try this
In SHOWTHREAD template
Find
<div class="separator"></div>
Put above
<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>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.