Scot's FAQ Manager / Linking to FAQs
There comes a time in every FAQ manager's life that you want to link to another FAQ in the system. There are no tokens are codes to do this; it's not difficult to create the links, especially if you're using SEO Friendly Links.
Both of these link methods require that you know the code of the category and the FAQ that you want to link to.
The "SEO Friendly Links" link above uses the following code:
<a href="/faqs/mvfaq/mvfaq_seo.html">SEO FAQ</a>
The rules are easy: /faqs/category/faq_code.html
It's not too much different if you're not using SEO links. The idea is the same, you just have to include more information in the URL. The code below is a link to the same SEO information page except it's using the default link.
<a href="http://www.scotsscripts.com/mm5/merchant.mvc?screen=FAQS&MvFAQ=p:mvfaq,f:mvfaq_seo">SEO FAQ</a>
p =parent category code
f = FAQ code