Webforge Posted January 17, 2013 Share Posted January 17, 2013 So I've been looking for a relatively quick way to list the number of open/total projects in a user's client area, specifically within the 'Account Overview' section. It was easy enough to add the entry into the lang files, however I can not find anywhere in the module where it generates a count of open/total projects. Has anyone done this or know an easy way to get this information? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
WHMCS JamesX Posted January 17, 2013 Share Posted January 17, 2013 You can add some PHP code to whatever template file you want to pull the count from the database and display on-page within the template. 0 Quote Link to comment Share on other sites More sharing options...
Webforge Posted January 17, 2013 Author Share Posted January 17, 2013 I know I can do that, however I want to stay within the confines of calling pre-built WHMCS functions. I don't want to write the connection strings and queries within the existing code-base. I'm pretty particular about core functionality. Don't get me wrong though, I'll hack and slash stuff all day long to make it look the way I want, but core functions should be just that. Do you know of any core calls or constructs that I could use for getting that info out of the db? 0 Quote Link to comment Share on other sites More sharing options...
tripsis Posted June 13, 2014 Share Posted June 13, 2014 I'd like to know the answer to this too! 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.