Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Knowledgebase viewable by normal visitors
#1
Hey, is there anyway the KB can be access without having to login? I'd like normal visitors to be able to view the KB.
Reply
#2
anyone?
Reply
#3
Untested fix. Use at your own risk.

Go to support/index.php and find:
Code:
if(!$_SESSION['cuser']) {
Replace with:
Code:
if(!$_SESSION['cuser'] && !$main->getvar['page'] == 'kb') {
Nelson - Retired TheHostingTool Developer
[Image: sleek.png]
Reply
#4
That worked and KB is now viewable by guests, but I receive a "Couldn't retrieve client data!" error. Anyway to remove that?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)