Liam. Posted April 23, 2010 Share Posted April 23, 2010 Hello everyone, I use SMF as the main part of my site, and recently started a host, obviously using WHMCS. I was wondering if it is possible at all to integrate WHMCS with SMF. By integration, I mean two things. Firstly, I would like the members to be integrated, using SMF's memberlist as the main one if possible. Secondly, I would like WHM's pages to be located inside SMF's template, which can be done like so: <?php require("SSI.php"); $context['page_title_html_safe'] = 'My Page'; $context['meta_keywords']; template_header(); echo' Content and HTML Here. '; template_footer(); ?> http://simplemachines.org/ It's free and open-source, so someone should be able to download it and have a look at it. The version I would want it integrated with, would be SMF 2.0 RC3. 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.