Membership Plugin

WordPress Membership Plugin

  • Home
  • Documentation
  • Addons
  • Support
    • Quick Setup
    • Documentation
    • Premium Addon Support
    • Paid Support
    • Support Forum
    • Support Forum Search
    • Forum Login
    • Forum Registration
  • Contact
You are here: Home

nur

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 136 through 150 (of 179 total)
← 1 2 3 … 9 10 11 12 →
  • Author
    Posts
  • February 21, 2015 at 1:49 am in reply to: The emails are not working #1053
    nur
    Participant

    did you check spam folder? SWPM uses the same mechanism as wordpress to send email. if swpm fails that means wordpress email also fails.

    February 21, 2015 at 1:46 am in reply to: Problem creating new membership level #1052
    nur
    Participant

    I will take a look

    February 17, 2015 at 4:22 am in reply to: I does not work: New membership Level #1036
    nur
    Participant

    i tested in my site. i didn’t see the issue. make sure to disable other plugins and switch to default theme and then try to if the issue persists.

    February 17, 2015 at 4:16 am in reply to: Protect specific page #1035
    nur
    Participant

    i am not sure what you are trying to achieve. give this a try:

    
    if (!defined('ABSPATH')) exit;
    
    function sap_script_playlist_templates() { 
    $auth = BAuth::get_instance();
    
    if ($auth->is_logged_in()){
    ?>
    <script type="text/html" id="tmpl-sap-playlist-current-item">
        <# if ( data.image ) { #>
        <img src="{{ data.thumb.src }}"/>
        <# } #>
        <div class="sap-playlist-caption">
            <span class="sap-playlist-item-meta sap-playlist-item-title">“{{ data.title }}”</span>
            <# if ( data.meta.artist ) { #><span class="sap-playlist-item-meta sap-playlist-item-artist">{{ data.meta.artist }}</span><# } #>
            <# if ( data.meta.album ) { #><span class="sap-playlist-item-meta sap-playlist-item-album">{{ data.meta.album }}</span><# } #>
            <# if ( data.meta.year ) { #><span class="sap-playlist-item-meta sap-playlist-item-year">{{ data.meta.year }}</span><# } #>
        </div>
    </script>
    <?php
    }
    else{
      echo 'You need to login';
    }
    
    February 15, 2015 at 11:04 pm in reply to: SM Pluging does not work with Virtue theme #1029
    nur
    Participant

    simple membership works by extending hooks and actions provided by wordpress. if any theme overrides those hooks and actions and thereby modify wordpress’s default execution flow, then certainly simple membership cannot function properly.

    if the theme developers have any guideline, then we can investigate if that fits with simple membership’s architecture.

    February 15, 2015 at 8:40 pm in reply to: Content gets repeated if more tag is used #1027
    nur
    Participant

    do the following:
    1. disable all plugins except simple membership
    2. activate default wordpress theme.

    see if the message is duplicated.

    February 15, 2015 at 1:27 am in reply to: Reset password message #1023
    nur
    Participant

    do you see this message when you submit the form:

    
    New password has been sent to your email address.
    
    February 14, 2015 at 1:48 am in reply to: Form Creation #1000
    nur
    Participant

    for each membership level, you can have only one registration form and one profile form. we imposed this restriction to ensure smooth functionality. adding a third form for a membership level isn’t supported at the moment.

    February 14, 2015 at 1:38 am in reply to: Enable Free Membership Not Working #999
    nur
    Participant

    did you specify “Free Membership Level ID” in the text field just below the checkbox?

    February 14, 2015 at 1:35 am in reply to: How can i show the names of the user when logged in? #998
    nur
    Participant

    you can get user name using this code:

    
    $auth = BAuth::get_instance();
    $user_name = $auth->is_logged_in()? $auth->get('user_name'): '';
    

    to show this on the header, you need to edit the theme you are using.

    February 14, 2015 at 1:32 am in reply to: Edit the Protected Content Page #997
    nur
    Participant

    on a separate note, you use “Simple WP Membership Custom Message” addon that you can use to customize message.

    February 14, 2015 at 1:30 am in reply to: Edit the Protected Content Page #996
    nur
    Participant

    classes/class.bAccessControl.php

    February 14, 2015 at 1:25 am in reply to: Require login to se the website #995
    nur
    Participant

    simple membership plugin currently doesn’t support site-wide lockdown feature. this is something we plan to do in future.

    February 14, 2015 at 1:21 am in reply to: Protect specific page #994
    nur
    Participant

    a user can login indicates that she is registered. assuming that, following piece of code may work for you:

    
    $auth = BAuth::get_instance();
    
    if ($auth->is_logged_in()){
    // user is registered
    }
    else{
    // user is not registered.
    }
    
    February 14, 2015 at 1:13 am in reply to: Content gets repeated if more tag is used #993
    nur
    Participant

    i tested this feature and it works perfectly. i didn’t see any repeated message. which version are you using?

  • Author
    Posts
Viewing 15 posts - 136 through 150 (of 179 total)
← 1 2 3 … 9 10 11 12 →
« Previous Page

Please read this message before using our plugin.

Search

Featured Addons and Extensions

  • Membership Form Builder Addon
  • Member Directory Listing Addon
  • WooCommerce Payment Integration
  • Member Data Exporter Addon

Documentation

  • Documentation Index Page

Copyright © 2026 | Simple Membership Plugin | Privacy Policy