Very sorry for the late responce..
Quote:
Originally Posted by Griffin80
I get a white blank page after i post, how do i fix this?
|
You are using your quick reply right?
Try changing:
PHP Code:
!$GLOBALS['FIRSTPOSTID']
To this:
PHP Code:
$post[postcount] % $vboptions[maxposts] == 1
Quote:
Originally Posted by CB88
I've tried everything but can't get this to work, here is what I have been using:
<if condition="is_member_of($bbuserinfo, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16) AND !$GLOBALS['FIRSTPOSTID'] AND $GLOBALS[threadinfo][replycount] >= X">
|
Change X to a numerical value of your choice (like 3 or 4)