• Resolved mb299

    (@mb299)


    Hello,

    I am using Shortcodes Ultimate and have an updated version of everything on my website.

    Have restricted some content on the website using Please %login% but here i also want to ask a non member to register or signup on the website to view this content.

    How can i achieve this?

    Please do let me know ASAP.
    Thanks/Manish

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mb299

    (@mb299)

    Hello @gn_themes

    Can you please resolve my query?

    Many Thanks
    Manish

    Plugin Author Vova

    (@gn_themes)

    Hello Manish,

    use the following shortcode:

    [su_members] Members content [/su_members]
    
    [su_guests] Guests content [/su_guests]

    You may want to hide the This content is for registered users… message. To do that, just add the following snippet to the Custom CSS code field at the plugin settings screen:

    .su-members {
    	display: none;
    }
    Plugin Author Vova

    (@gn_themes)

    Alternatively, you can use the following shortcode:

    [su_members message="Please %login% or <a href='/wp-login.php?action=register'>Register</a> to view this content"]
    Members content
    [/su_members]
    
    Thread Starter mb299

    (@mb299)

    Thanks Vladimir(@gn_themes)

    It worked.

    Regards/Manish

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘New User Registration’ is closed to new replies.