Members Only Content

Viewing 11 posts - 1 through 11 (of 11 total)

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • #17582
    Paul Clarke
    Spectator

    Hi Merv,

    I want to build an email list, but think it would work best if there was members only content to encourage registrations.

    It has been suggest to me that floor plans and pdf downloads on the single listings page should be members only.

    Could you please suggest ways this could be achieved? I am then hoping the use your Listings Alert extension to store the list and email out new listings.

    Thank you!

    Paul

    Attachments:
    You must be logged in to view attached files.
    #17586
    Merv Barrett
    Keymaster

    You can use a membership plugin and modify your custom the listing template and wrap the buttons in the membership function.

    Default template on GitHub

    In the template the buttons are output using this function <?php do_action( 'epl_buttons_single_property' ); ?>

    With a custom template you can wrap this in your membership plugin or use WordPress is_user_logged_in() function and enable Anyone can register on your site from Dashboard > Settings > General > Membership.

    <?php 
    if ( is_user_logged_in() ) {
        // Logged In User
        do_action( 'epl_buttons_single_property' ); 
    } else {
        // Not Logged In
        echo '<div class="logged-out">Become a member to get more information about this listing. <a href="http://www.davidclarke.co.uk/wp-login.php?action=register">Register here.</a></div>';
    }
    ?>
    #17596
    Paul Clarke
    Spectator

    Hi Merv,

    I got it working and am very please with it.

    I need to setup cron job etc, but will do that soon.

    One thing I am not sure of is the usage of the drop down selector for ‘property type’ in the Registration Box Fields.

    What if they want rentals or sales or both.

    What is the correct setting please.

    Thank You!

    Paul

    #17635
    Paul Clarke
    Spectator

    Hi Merv,

    The drop down selector for ‘property type’ is not allowing me to select both Property and Rental.

    Please could you sort for me? I am holding down the control key in the listings Alerts – Registration Page but it won’t let me select both.

    Thank You!

    Paul

    #17781
    Paul Clarke
    Spectator
    This reply has been marked as private.
    #18042
    Paul Clarke
    Spectator
    This reply has been marked as private.
    #18124
    Paul Clarke
    Spectator
    This reply has been marked as private.
    #18131
    Paul Clarke
    Spectator

    Hi Merv,

    Sorry about this, but also notices there is a difference when using the box below the map to filling in details and using the shortcode version.

    The below the map form seems to be able to select property or rental based on the price details entered by the user. The shortcode version does not seem to be able to do this. This could be because I have used CSS to hide the property / rental drop down box due to only one item being displayed, but it may be an unrelated issue also.

    Thank You

    Paul

    #18167
    Merv Barrett
    Keymaster

    Hi Paul,

    Listing Alerts on a listing is dynamic and will display rental or property based on that listing type. The settings are for default shortcode operation instead of having to output a really long shortcode with a lot of options.

    We are working on a CRM to better work with Listing Alerts which will allow for better data capture and subscription modification.

    Currently Listing Alerts does not support price change tracking as the end user would end up with a lot of emails and eventually unsubscribe. Until the CRM is released there are a number of limitations with Users in WordPress. Our goal is to use the contacts (crm) as a post type so we can add this extra functionality.

    Currently working on a number of extension updates and the CRM which can then further enhance Listing Alerts.

    Will check the merge fields.

    #18172
    Paul Clarke
    Spectator
    This reply has been marked as private.
    #18200
    Paul Clarke
    Spectator

    Hi Merv,

    Think I have it all working now.

    I found it was best to copy the form html and inset a radio button for rental or property.

    Seems to work just fine and I can now edit the form a bit easier as well.

    Thanks for you help with this.

    Paul

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The forum ‘Basic Support’ is closed to new topics and replies.