Forums
(@gigot)
17 years, 1 month ago
One solution : You Must activate the plugin execphp then You have to add in the the posts, pages, … <?php global $user_level; if (!isset($user_level) : ?> <h2>You must be connected to read this!</h2> <?php else: ?> blablabla….