Only showing menu items for certain clients

Started by BRJP, September 03, 2014, 04:47:25 PM

BRJP

Dear All,

Any of you know a way (with SMARTY or something) to easily restrict certain menu items in the portal to certain clients?

We use the bug tracker for light recording of issues/bugs but do not want the clients to see this.  If we can 'hide' the menu item to just 4 names then that would be great.

Any ideas on how to achieve this?
Kind regards,
Bradley Porter
--------------------
Find out more about SaneChoice Services at: https://www.sanechoice.cloud/

DeLeTe Me

#1
How about using client groups, and then fish the client group out on the menu tpl, and use some clever CSS to display: none, until class="client-group-partners" is added :)

I don't know how to do it, but thats the way i would try to do it.

Etc i use product page slugs to make custom style for specific product types.

BRJP

Thank you - feels like a reasonable pointer.  I will speak to our developers,
Kind regards,
Bradley Porter
--------------------
Find out more about SaneChoice Services at: https://www.sanechoice.cloud/

DeLeTe Me