The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I currently utilize photobucket for my members to post photos in posts. I would like for unregistered users to be restricted from seeing photo's
Does anybody have a suggestion? |
#2
|
|||
|
|||
![]()
I've tested this on my own board to make sure it works lol
Save original code first Additional CSS Definitions add: Code:
.guestDisplaynone img {display:none;} Code:
<!-- message --> <div id="post_message_$post[postid]"> $ad_location[ad_showthread_firstpost_start] $post[message] </div> <!-- / message --> Code:
<!-- message --> <if condition="$show['guest']"> <div id="post_message_$post[postid]" class="guestDisplaynone"> $ad_location[ad_showthread_firstpost_start] $post[message] </div> <else /> <div id="post_message_$post[postid]"> $ad_location[ad_showthread_firstpost_start] $post[message] </div> </if> <!-- / message --> Code:
<center><a class="smallfont" href="register.php$session[sessionurl_q]" rel="nofollow">This post may contain images, please register to view them.</a> </center> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|