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

Jeff Norman

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

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • April 4, 2020 at 3:03 am in reply to: Sort Members Alphabetically Default #20021
    Jeff Norman
    Participant

    I third this. For any type of directory alphabetical ordering of the entries is a must, especially when people’s names are involved. At least the option to do so.

    April 4, 2020 at 3:01 am in reply to: Sorting the Members by Join Date or Name or Anything…? #20020
    Jeff Norman
    Participant

    I really need to be able to sort members in the directory alphabetically. That seems like a pretty standard option for this sort of functionality…

    February 21, 2020 at 2:00 pm in reply to: Open "After Login Page Link" Shortcode to CURRENT Tab? #19816
    Jeff Norman
    Participant

    Awesome. Thanks!

    February 20, 2020 at 8:41 pm in reply to: Open "After Login Page Link" Shortcode to CURRENT Tab? #19809
    Jeff Norman
    Participant

    For some reason the shortcode is creating an html href link that defaults to a “target=_blank” attribute setting. I had to use JS to force all my links to open in the current tab to get it to work:

    <script>
    var a = document.getElementsByTagName("a");
    for (i=0;i<a.length;i++) {
     
    if (a[i].target="_blank") {
    a[i].target="_self"
    }
    
    }
    </script>

    It be helpful if it defaulted to a “_self” value on the “target” attribute making it open in the current tab by default, as most links do. It would be even more helpful if a user could add a target attribute to the shortcode itself and choose how the link works best for their particular site.

    February 20, 2020 at 12:43 pm in reply to: Open "After Login Page Link" Shortcode to CURRENT Tab? #19808
    Jeff Norman
    Participant

    https://simple-membership-plugin.com/?s=after+login+link+shortcode

    February 20, 2020 at 12:38 pm in reply to: Open "After Login Page Link" Shortcode to CURRENT Tab? #19807
    Jeff Norman
    Participant

    The shortcode comes from the simple membership plugin documentation. Its for creating a link back to the logged in member’s initial page once they log in.

  • Author
    Posts
Viewing 6 posts - 1 through 6 (of 6 total)
Next 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