Jump to content

Recommended Posts

Posted

it would be perfect if we can set the visibility level for navigation links, it would allow us to set which link will be visible for all, client only, guest only , some option like

'options' => ['visibility' => 'public'] = all vistors

'options' => ['visibility' => 'client'] = only clients

'options' => ['visibility' => 'visitors'] = only visitors

per default set to all .

 

as now all links added by plugin are shown in the Blesta client side, and we need to make some links only visible to client .

https://requests.blesta.com/topic/more-options-for-navigation-links

 

Posted
3 hours ago, Paul said:

How do you distinguish between "public" and "visitors"?

public = all ,

visitors = maybe something like  if(!$logged_in)  or check blesta_id in session to see if this is a client . 

this is just a idea, the essential is somelinks should only for client, so i can confirm with (public, clients only :) )

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...