• Resolved worldsdream

    (@worldsdream)


    Hi,

    I do love the plugin Groups and Groups Woocommerce. I also installed the plugin: Groups 404 Redirect. But that is not what i am looking for unfortunately. That’s why i am asking. Are you considering for an option(shortcode) to put us text for non members / non logged in users.

    For example:
    Non members: Hi you have to purchase this product, click here, to get this unlocked.
    Non logged in: Hi, why don’t you register now and see more content of the page before you buy the product and unlock everything.

    Thank you.

    https://wordpress.org/plugins/groups/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter worldsdream

    (@worldsdream)

    I just found out that there is a shortcode section.

    I did add those shortcodes on the page that i want:

    for non logged in users:

    [groups_non_member group="Registered"]
    Please log in or sign up to access more content.[/groups_non_member]
    [groups_login]

    for users that bought the product with “platinum” group.

    [groups_member group="platinum"]
    I have all my information over here, restricted, only platinum users can see this
    [/groups_member]

    NOW THE LAST PART, how do i get users that login without the “platinum” group, will see: Hi you have to purchase this product, click here, to get this unlocked.

    Because right now, when a user makes a new account or doesnt have that product with the group “platinum” added. Doesn’t see anything. empty page.

    Thank you. I hope there is an shortcode for that!!

    Thread Starter worldsdream

    (@worldsdream)

    So this the best what i can come up with:

    [groups_non_member group="platinum"]
    Buy "product" to get all content[/groups_non_member]
    [groups_member group="platinum"]
    I have all my information over here, restricted, only platinum users can see this
    [/groups_member]

    I think this will do it for now. But i would love to know if there is an option to make the logged in user get a message on page that overwrite the message to the non logged in user.

    Plugin Author itthinx

    (@itthinx)

    Hi,

    You can actually nest those two:

    [groups_member group="Registered"]
    [groups_non_member group="platinum"]
    Shown to those that are logged in but don't belong to the platinum group.
    [/groups_non_member]
    [/groups_member]

    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘will you ever add an option, display specific text for non members’ is closed to new replies.