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 / Data List / Main category tree array

Main category tree array

The main category array is always available. Use the technology below to roll through the main categories. See the MvFAQ page for examples on how to build links.

 <mvt:foreach iterator="cat" array="MvFAQ:cats">
  &mvt:cat:name;
  <br>
 </mvt:foreach>
Main Category Tree Data Page Entity Variable
unique id &mvt:cat:id; l.settings:cat:id
name &mvt:cat:name; l.settings:cat:name
code &mvt:cat:code; l.settings:cat:code
hits &mvt:cat:hits; l.settings:cat:hits
description &mvt:cat:desc; l.settings:cat:desc
default FAQ id &mvt:cat:default; l.settings:cat:default
parent category id &mvt:cat:parent; l.settings:cat:parent
display order &mvt:cat:order; l.settings:cat:order
visible - 1 or 0 &mvt:cat:visible; l.settings:cat:visible
URL for external link &mvt:cat:link; l.settings:cat:link
Updated: YYYYMMDDHHMMSS &mvt:cat:updated; l.settings:cat:updated
Created: YYYYMMDDHHMMSS &mvt:cat:created; l.settings:cat:created
total main categories &mvt:cat:totrec; l.settings:cat:totrec
current record number &mvt:cat:recno; l.settings:cat:recno
updated April 02, 2013