HSc Posted July 14, 2021 Share Posted July 14, 2021 Hi, Our knowledgebase is all built out but viewable to public. Is there a simple way to turn it all private (must be logged in as client) or must we go through article by article and select the private option button? TIA 0 Quote Link to comment Share on other sites More sharing options...
HostingMe Posted July 14, 2021 Share Posted July 14, 2021 Hi HSc, You can enable the private option for all articles in your knowledgable by running the SQL query below. UPDATE tblknowledgebase SET private = 'on'; - Steve 0 Quote Link to comment Share on other sites More sharing options...
HSc Posted July 14, 2021 Author Share Posted July 14, 2021 7 minutes ago, HostingMe said: Hi HSc, You can enable the private option for all articles in your knowledgable by running the SQL query below. UPDATE tblknowledgebase SET private = 'on'; - Steve THANKS! 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.