ty0716 Posted August 13, 2015 Report Posted August 13, 2015 My solution: change websiteroot//app/client_controller.php on line:69 to→→ $widgets = array( 'client_invoices'=>array('uri'=>$this->base_uri . "invoices/?whole_widget=true"), 'client_services'=>array('uri'=>$this->base_uri . "services/?whole_widget=true"), 'client_tickets'=>array('uri'=>$this->base_uri . "plugin/support_manager/client_tickets/index/not_closed/")/*, 'client_transactions'=>array('uri'=>$this->base_uri . "transactions/?whole_widget=true")*/ ); Then if find this problem.Not show support tickets title Followed by a variety of search.I see a topic http://www.blesta.com/forums/index.php?/topic/3669-client-widget-render/ change /plugins/support_manager/views/default/client_tickets.pdt on line:22 $this->WidgetClient->create($this->_("ClientTickets.index.boxtitle_tickets", true), array('id'=>"client_tickets"),null); // $this->Html->ifSet($render_section, null) Perfect solution. ====================================================================================== As shown in Figure: in http://domain.com/client/main, this is ajax load. Now i want to remove "Transactions" area. or Replace "Transactions" to "ticket". How to do this? Quote
0 Michael Posted August 13, 2015 Report Posted August 13, 2015 you have to edit the controllers or view this feature request: http://www.blesta.com/forums/index.php?/topic/4594-option-to-reorder-widgets-for-client-side/ Quote
Question
ty0716
My solution:
change websiteroot//app/client_controller.php on line:69 to→→
Then if find this problem.Not show support tickets title
Followed by a variety of search.I see a topic http://www.blesta.com/forums/index.php?/topic/3669-client-widget-render/
change /plugins/support_manager/views/default/client_tickets.pdt on line:22
Perfect solution.
======================================================================================
As shown in Figure:
in http://domain.com/client/main, this is ajax load.
Now i want to remove "Transactions" area. or Replace "Transactions" to "ticket".
How to do this?
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.