I am using a FAQ module much like the one on this site. It will first list all the categories with sub-categories under them. When you click on the sub-category, it will display a page with all of the questions at the top of the page, which are links to the answers to the questions on the same page.
My database has two tables. One has all of the names of the categories and sub-categories. The other has all of the questions and answers.
What I would like to do is modify my FAQ so when the user clicks on the link, it displays the question and answer on a separate page. I have found the code that displays the questions and answers in my FAQ module. I cannot figure out the logic to make it a link to another page instead of a same page link.
Does anyone have a suggestion for this hack?