int Posted May 18, 2016 Share Posted May 18, 2016 Trying to integrate {$opencount}, {$scheduledcount} and {$resolvedcount} in a module residing in <whmcs>/modules/addons/<subfolder>/templates/<file>.tpl But the addon module doesn't seem to know the WHMCS variables. How do I make it recognize them? Can I do an include of some file? 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted May 18, 2016 Share Posted May 18, 2016 you need to query database to get these variables results, then use ActionHook:AdminAreaPage to pass variables in admin area or ActionHook:ClientAreaPage to do the same in client area 0 Quote Link to comment Share on other sites More sharing options...
int Posted May 19, 2016 Author Share Posted May 19, 2016 Thank you! 0 Quote Link to comment Share on other sites More sharing options...
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.