Jump to content

Recommended Posts

Posted

Hello,

we have some plugins that insert link in 'action_staff_client', normally when a admin click this link it forward to the plugin controller view .

we want a option to allow us integrate the clients side bar that show the client profile in our plugins, as now we need to copy every time a upgrade released by Blesta the function view($content = null){} in our controller plugin to get our approach . but this broke the release compatibility as we need to do 2 versions  one for v3 and other for v4 .

it would be fantastic if Blesta can add a option or a fucntion to call the content inside the right content, or at least add the client side bar to admin_controller.php and our plugin extent AdminController and call the view() function . not sure but we are open to any way of implementation, the only thing we need is to get the goal of our idea.

i hope our idea is clear,  the resend welcome email plugin has this integrations if any one want to test how the content is rendered.

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...