wtools Posted October 18, 2017 Share Posted October 18, 2017 Hi, We can easily customize client area html code by editing corresponding tpl files. But can't see any tpl file for the admin side. How we can add some custom html code to the whmcs admin pages? One way i found is using the hook AdminAreaPage return some jquery code to append html code like $return['jquerycode'] = "some jquery code here"; But it's too complicated to manage. Is there any other nice method to add some custom html code to the admin area pages? Link to comment Share on other sites More sharing options...
cdeese8 Posted October 18, 2017 Share Posted October 18, 2017 I reckon the only way you may customize admin area is to: install a module addon or admin theme create plugin and use hooks <Removed by WHMCS.Community Manager - Inappropriate content> Link to comment Share on other sites More sharing options...
brian! Posted October 18, 2017 Share Posted October 18, 2017 8 hours ago, wtools said: We can easily customize client area html code by editing corresponding tpl files. But can't see any tpl file for the admin side. there are some... and they can be edited in the same way. Link to comment Share on other sites More sharing options...
Recommended Posts