Quote Originally Posted by Alik View Post
I had a problem with this FAQ mod as described here...

then i found the problem.
the FAQ mod is causing the main page to show up on other pages
seems like the ../open-operations/faq_aplication_top.php is causing it
when i removed the directory and disabled the box it started working normal again!

is there a fix for this, as i do want to bring it back to my site?
You need the extra application top to make sure the categories show properly, without it they wont show.

Anyway open up includes/modules/pages/faq/main_template_vars.php and look for line number 129 (or around there) it will most probably say this:

Code:
$tpl_page_body = 'tpl_index_default.php';
change it to this:

Code:
$tpl_page_body = 'tpl_faq_default.php';

Once your on this page if all you have in the url parameter is:

Code:
index.php?main_page=faq
change it to this:

Code:
index.php?main_page=faq&fcPath=0
that will either show the list of faqs or the categories with there are no faqs at the top level.

I am updating this faq manager to work better with the latest release and removing unwanted tables and also fixing the images problem, i'll let you know onjce its updated.

Derek