02june Posted December 29, 2017 Share Posted December 29, 2017 Hi, Can someone please help with the following? Is it possible to create a custom page in whmcs with our own html? I have looked at the following article and created a .php page and a .tpl file and published on the nav bar through hooks. https://developers.whmcs.com/advanced/creating-pages/ Can we use our own html tags on this page? if so how? Many thanks Link to comment Share on other sites More sharing options...
WHMCS Marcus Posted December 31, 2017 Share Posted December 31, 2017 Sorry but perhaps I don't understand the question. In the TPL file, you can use any HTML code you want, it will just be wrapped with WHMCS page header and footer (to blend in with the rest of the site). Or are you talking about completely customizing the theme? This is also possible, documentation here: https://developers.whmcs.com/themes/ Link to comment Share on other sites More sharing options...
02june Posted January 1, 2018 Author Share Posted January 1, 2018 Hi, Thanks for the reply and sorry for not been more clear in asking the question. Aim is to add few more web pages of our own html contents to the rest of the WHMCS website, Web pages should look like rest of the website. What would be the best way to achieve this? regards Link to comment Share on other sites More sharing options...
WHMCS Marcus Posted January 2, 2018 Share Posted January 2, 2018 The best way in that case would be to follow the documentation you originally pointed out found here: https://developers.whmcs.com/advanced/creating-pages/ The example provided is a starting point and can be copied and pasted, and immediately works. You would do all of your coding on the TPL file and that is what would show up (your HTML if you will) Link to comment Share on other sites More sharing options...
Recommended Posts