Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

Drip content with Section Protection Feature

by

Tips and Tricks HQ Support Portal › Forums › WP eMember › Drip content with Section Protection Feature

Tagged: Drip content, Section protection

  • This topic has 3 replies, 2 voices, and was last updated 11 years, 5 months ago by Ozan.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • November 23, 2013 at 6:38 pm #10082
    Ozan
    Member

    Hi,

    What I basically try to do is, having an “Interviews” page, in which monthly interviews are added.

    I’m planning to use Section content on this page, but the problem is for each months interview I add to the page, yes it actually hides the content, but gives an error message like this:

    Your membership level does not have access to this content.

    Please Renew or Upgrade your account.

    Is there any way to hide this message?

    And what other method can I use for drip-content so that the members never see such error messages for upgrade.

    Thanks a lot for answers.

    November 23, 2013 at 8:44 pm #59168
    Ozan
    Member

    I’m working on this. If there isn’t any other solution to do what I mention above, I’m planning to use php codes for this. Like below:

    <?php if(wp_emember_is_member_logged_in(‘1’)) { ?>

    Any Content

    <?php } ?>

    Is there any way to select multiple membership levels at once for the above example? Sth like this:

    <?php if(wp_emember_is_member_logged_in(‘1-2-3’)) { ?>

    Any Content

    <?php } ?>

    (obviously this one is not working)

    November 24, 2013 at 4:32 am #59169
    admin
    Keymaster

    You can use the condition like the following to check for multiple levels

    <?php
    if(wp_emember_is_member_logged_in('1') || wp_emember_is_member_logged_in('2'))
    {
    //Show content if the user's level ID is 1 OR 2
    }
    ?>

    November 24, 2013 at 4:44 am #59170
    Ozan
    Member

    Thanks a lot. That was what I was looking for!

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ