Requests
more options for navigation links
Completed
blesta in v4 hs added the option to set a option of base_uri if the link will have a custom base_uri , it would be great if it was another setting for visibility links , like
'options' => ['visibility' => 'public'] = all vistors
'options' => ['visibility' => 'client'] = only clients
'options' => ['visibility' => 'visitors'] = only visitors
also, we need to remove the limitation of getActions() insertion links, now only the plugins can add/insert one action per category.
the limitation has been removed .
now we need only the visibility ACL . it would perfect to allow plugin insert links that some of them will be publicly and some are only for clients .
How do you distinguish between "public" and "visitors"?
public = anyone (all)
visitors = only un logged ones . if client is logged in so is excluded .
but we can conform with only two option
'options' => ['visibility' => 'public'] = all vistors 'options' => ['visibility' => 'client'] = only clients
I believe this is resolved with the new navigation editor in 5.0. :)
Comments have been locked on this page!