Hello.
I think I have found this solution before but now cannot remember where sorry.
I am wanting all my Joomla users to see details about their membership with us on their own welcome article if that is possible.
So when anyone logins, I can direct them to a welcome page that shows data from the custom fields in their latest Membership Pro subscription record along with basic article text to almost recreate a membership card for them.
This will save so many email of people asking us when their membership will expire or what level of membership they are with us. I also thought it would be quite a cool welcome page that was more personal
I have created some test fields such as the membership level (1,2 or 3). Their Membership Expiry Date as a custom field on their membership subscription record etc.
These carry across if people renew over the years and they work pretty well
My idea is to show these details in an article for them every time they login. I want to create a landing page article that can include these Custom fields and wondered if it was possible please. I seem to remember a plugin where you could use curly brackets for any of the OS Membership Custom fields in a similar way to how you can customise any emails we send with data fields shown on them.
I'd love to create a Joomla article that I can add these data fields into as well.
So on that article it would look something like this:
Hello [first_name]
Welcome to your account page.
Your membership id is: [member_id]
Your membership Level is: [membership_level]
Your membership Expiry Date: [membership_expiry_date]
And the front end article for Bob Roberts would look like this:
Hello Bob
Welcome to your account page.
Your membership id is: 12345
Your membership Level is: Level 2
Your membership Expiry Date: 31/03/2024
I hope this makes sense and wondered if it can be done please