Hi,
FAQs will appear on the homepage module as you add them to osFAQ. The module is already installed from what I can see. At the moment its fairly basic though.
Theres a few options in admin to adjust what displays under:
osFAQ -> FAQ Settings -> FAQ module for osTicket pages
Are you after any specific functionality for the home page? (search, etc ?) Please let me know and I'll look into it sometime over the coming weeks.
Regards,
Tim
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just expanding on my previous answer... after looking closer at the homepage screenshot it looks like your got the client side navigation link a few lines below where it should be in the osTicket file /include/class.nav.php
See the screenshot attached to this reply for a visual. The osFaq integration should be directly ABOVE $this->navs=$navs;
From your attached screenshot Im guessing you have it directly above return $this->navs; instead.
Hi,
FAQs will appear on the homepage module as you add them to osFAQ. The module is already installed from what I can see. At the moment its fairly basic though.
Theres a few options in admin to adjust what displays under:
osFAQ -> FAQ Settings -> FAQ module for osTicket pages
Are you after any specific functionality for the home page? (search, etc ?) Please let me know and I'll look into it sometime over the coming weeks.
Regards,
Tim
Just expanding on my previous answer... after looking closer at the homepage screenshot it looks like your got the client side navigation link a few lines below where it should be in the osTicket file
/include/class.nav.php
See the screenshot attached to this reply for a visual. The osFaq integration should be directly ABOVE
$this->navs=$navs;
From your attached screenshot Im guessing you have it directly above
return $this->navs;
instead.Last edit: Tim Gall 2018-04-01