Forum Post: RE: Subscription Details and Rollbase Forum

  • Thread starter Thread starter Godfrey Sorita
  • Start date Start date
Status
Not open for further replies.
G

Godfrey Sorita

Guest
Hi Andrew, There are no configurable settings or permissions to restrict specific user roles in viewing these links. However, you can programmatically hide it by following the steps below: Set the integration name of administrator role. In this example, I will be using "$admin". Go to your application's header and footer section. Copy the code below: script $( function() { if ("{!#CURR_USER.role#code}" != "$admin") { $("#links-list").find("a[href='../components/about.jsp']").hide(); $("#links-list").find("a[href='https://community.progress.com/login.aspx']").hide(); } }); /script Regards, Godfrey

Continue reading...
 
Status
Not open for further replies.
Back
Top