ckirby Posted August 19, 2007 Share Posted August 19, 2007 Is there any way to disable (or hide) some features such as the knowledge base and support ticket system that is built into WHMCS? We use an external application for this. Regards, Chris 0 Quote Link to comment Share on other sites More sharing options...
0 othellotech Posted August 19, 2007 Share Posted August 19, 2007 the links are all in the smarty .tpl templates, so you just take them out or change as necessary. 0 Quote Link to comment Share on other sites More sharing options...
0 michelle Posted February 15, 2008 Share Posted February 15, 2008 Would be nice if there was a way to automatically enable this through the configuration settings. I would not want our knowledge base viewable by everyone who just happens to come on our site. Would like to limited it to clients who are logged into the system. 0 Quote Link to comment Share on other sites More sharing options...
0 chickendippers Posted February 15, 2008 Share Posted February 15, 2008 Well you can require a visitor to login before reading the actual articles. 0 Quote Link to comment Share on other sites More sharing options...
0 michelle Posted February 15, 2008 Share Posted February 15, 2008 How do I go about that chickendippers? (Okay, I'm having a hard time keeping a straight face saying your name outloud 0 Quote Link to comment Share on other sites More sharing options...
0 chickendippers Posted February 15, 2008 Share Posted February 15, 2008 You talk to your computer? When adding/editing an article tick the "Private" box. 0 Quote Link to comment Share on other sites More sharing options...
0 MACscr Posted February 15, 2008 Share Posted February 15, 2008 Would be nice if there was a way to automatically enable this through the configuration settings. I would not want our knowledge base viewable by everyone who just happens to come on our site. Would like to limited it to clients who are logged into the system. Here are two easy ways to do it. Remove the links in your templates and delete knowledgebase.php =P Adding the configuration option to disable it just adds another query to the db. The last thing we need are additional queries for simple things that can be set with static solutions as addressed above. 0 Quote Link to comment Share on other sites More sharing options...
0 michelle Posted February 16, 2008 Share Posted February 16, 2008 Thanks for the tips! Will try that. 0 Quote Link to comment Share on other sites More sharing options...
0 JasonO Posted February 16, 2008 Share Posted February 16, 2008 I don't know but might be possible through the template. {if $is_logged_in}Show Knowledgebase stuff{/if else}You are not logged in{/if} I've not worked with Smarty before so I can pretty much say that syntax is wrong, but you get the idea? 0 Quote Link to comment Share on other sites More sharing options...
0 chickendippers Posted February 16, 2008 Share Posted February 16, 2008 It's: {if $loggedin}Show Knowledgebase stuff{else}You are not logged in{/if} 0 Quote Link to comment Share on other sites More sharing options...
0 JasonO Posted February 16, 2008 Share Posted February 16, 2008 Damn, was close though 0 Quote Link to comment Share on other sites More sharing options...
Question
ckirby
Is there any way to disable (or hide) some features such as the knowledge base and support ticket system that is built into WHMCS? We use an external application for this.
Regards,
Chris
Link to comment
Share on other sites
10 answers to this question
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.