• Resolved bharti18

    (@bharti18)


    Hello,

    Can you provide me some shortcodes of armember plugin?

    I need shortcode for “upgrade” (pricing plan upgrade), “user profile picture”, “user email”, “username”,

    and is there any options for content restrictions like on a page, i wanted to give only loggedin members can able to view, ? like in a page, first section can be view and to view more, login, that level content restrictions do we have in armember?

    Thank You!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support dimplemodi

    (@dimplemodi)

    Hello,

    Sure, kindly check the below provided list of the shortcodes:

    1. Upgrade(Pricing Plan Upgrade): For this you can create different setup for the each plan and then you can add the upgraded plan purchase form's shortcode to your required page.
    Example: [arm_setup id={SETUP_ID}"], replace the {SETUP_ID} with the available at the ARMenber Lite -> Configure Plan + Signup Page.

    2. For User Profile Picture: [arm_avatar]

    3. User Email Address: [arm_usermeta meta="user_email"]

    4. Username of the user: [arm_username]

    Furthermore regarding "for content restrictions like on a page", yes, ARMember Lite does provide a facility to add the partial restrict content shortcode, as per your requirements for the logged in, non-logged in and as per the member having membership plan.

    In order to add this shortcode, navigate to the Admin Panel -> Pages -> Add/Edit New page and here you can checkout the block "Restrict Content Shortcode", click it and add the condition as per your requirements.

    Example:


    [arm_restrict_content  plan="registered,"  type="show"]

    CONTENT FOR LOGGED IN USERS WILL GO HERE.

    [armelse]

    CONTENT FOR OTHER USERS WILL GO HERE.

    [/arm_restrict_content]

    Please check accordingly and let me know if there is anything else.

    Thank you!
    Thread Starter bharti18

    (@bharti18)

    okay thank you,
    but i want to have different pricing plan page, and based on plan , using the buy now button, i wanted to go with that plan till checkout. is there a way to use shortcode for this each plan? to add on buy now button. ?

    Plugin Support dimplemodi

    (@dimplemodi)

    Hello,

    As I understood from your request, you want to use custom pricing tables. So accordingly, you just need to add the ARMember setup form shortcode [arm_setup id=’1′] on the plan purchase form (not with the subscription_plan=Plan_ID)

    After that, to select the different membership plan, you need to pass the URL as given below:
    https://youwebsiteurl/?subscription_plan={PLAN_ID}

    So, accordingly, it will select the different membership plans based on the custom pricing table pricing plan.

    Please check accordingly and let me know how it goes.

    Thanks

    Thread Starter bharti18

    (@bharti18)

    Thank you so much, I will check and will inform you. and Will I get Shortcodes for ARMember statistics which to showcase on the admin dashboard, (index.php), So i want those shortcodes, like Total members count, inactive member, active member counts, like that. please help me,

    • This reply was modified 1 year, 5 months ago by bharti18.
    • This reply was modified 1 year, 5 months ago by bharti18.
    Plugin Support dimplemodi

    (@dimplemodi)

    Hello,

    Glad to know that I could help you!

    As I understand your concern that you are willing to show the total member count, inactive member, active members etc. on the front end, but unfortunately currently it will not be possible to achieve at the moment.

    Thank you!

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

The topic ‘Need some shortcodes’ is closed to new replies.