• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Is it a way to find out which secure zone user belong to?

Community Beginner ,
May 13, 2013 May 13, 2013

Copy link to clipboard

Copied

So we have three secure zones on website.

  1. Basic User
  2. Intermediate User
  3. Premium User

Based on where user belong to we would like to show accurate user menu upon him/her logging in the website.

Currently we have a module to find out if  ANY USER has logged in or not - {module_isloggedin}. Is there similar type of module or functionality to find out which secure zone this user belong to - something like {module_securezonebelongto}, which returns an ID for secure zone using which and with some help of JS we could manipulate user menu options.

I am sure many of us are looking for similar option and some might have found a solution for this.

Can you please share your thought(s) and idea(s) for this one? I really appreciate your input.

Thanks

TOPICS
Web apps

Views

581

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 13, 2013 May 13, 2013

Copy link to clipboard

Copied

The only thing you have is {module_subscriptions}\

Format:

{module_subscriptions,show_expiry,show_prices,reserved,render_json}

Where:

  • show_expiry - shows or hides the expiry date of the secure zone (true/false; default:true)
  • show_prices - shows or hides the cost of the subscription to that secure zone (true/false; default:true)
  • render_json - Will render the secure zone information in Json format which can be manually parsed (true/false)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 13, 2013 May 13, 2013

Copy link to clipboard

Copied

LATEST

I think this is a good alternative. It renders a name of secure zone that customer subscribed to. This can be used with JS to manipulate menu options.

That was a quick help. Thanks Liam.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines