Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Block members from downloading until they have two posts (http://www.bvlist.com/showthread.php?t=4018)

InFeRnO 18th December 2009 15:13

Block members from downloading until they have two posts
 
Hi looking for a litt;e help on this peice of code

PHP Code:

stdhead("Browse");
if (
$CURUSER['post_count'] <=2)
{
stdmsg("Sorry...""You Need a Minimum Of Two Forum Posts  (Go To The Forums <a href=\"forums.php\">To Make Your Posts</a>)");
stdfoot();
exit;


i want to stop users with under two posts being able to view browse page but this code blocks all users

does any one have an idea as to what im doing wrong thanx


All times are GMT +2. The time now is 03:32.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.