Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: Plugin for protecting pages
    gigot

    (@gigot)

    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….

Viewing 1 replies (of 1 total)