View Full Version : hide posts
2shae
08-16-2005, 02:20 PM
i need a code to make posts 11 up hidden in threads
Zachery
08-16-2005, 03:22 PM
i need a code to make posts 11 up hidden in threads
I have no clue what you actually want to do....
2shae
08-16-2005, 05:05 PM
is there a code so i could make posts 11 and up hidden in threads
and i will then put it afterwards saying you are not logged in or registed
please login to see the rest of this thread
GrendelKhan{TSU
08-17-2005, 02:06 AM
is there a code so i could make posts 11 and up hidden in threads
and i will then put it afterwards saying you are not logged in or registed
please login to see the rest of this thread
good question. I'd like something like that. :)
Zachery
08-17-2005, 11:18 AM
Template conditionals
<if condition="$post[postcount] > X AND !$bbuserinfo[userid]">your a guest and we think you should register<else /> $post['message']</if>
2shae
08-17-2005, 02:27 PM
ok
so if i did
<if condition="$bbuserinfo['usergroupid'] != in_array($bbuserinfo[usergroupid],array(2,3,4,5,6,7,8,12,20,26))">
<if condition="$post[postcount] > 10>your a guest and we think you should register<else /> $post['message']</if></if>
would this show for every post past 10?
Zachery
08-17-2005, 05:33 PM
Should, give it a try./
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.