Scot's Scripts FAQs and Module Support

If you don't find the answers here contact us.
Documentation and support for our Miva modules is found here. If you can't find the answer you're looking for contact us and we'll add the information.

Scot's FAQ Manager / Linking to FAQs

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.

SEO Friendly LInks

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

Default Links

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

updated April 23, 2013