Downloads » Resources » EZfaq » EZfaq | 1.0.2

EZfaq 1.0.2

  • Currently 4.5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
4 vote(s).

Resource ImageEZfaq allows you to have an attractive, easily maintained FAQ page with drop-down answers.

See a working example here:http://bobsguides.com/modx-faq.html


Works with MODx Version(s): 0.9.6
Submitted: Feb 10th 2008 | License: GPL - GNU Public | Downloads: 404

Description

The contents of the FAQ page are stored in a standard MODx document with the following form:

Q:How much is two plus two?

A:Four

Q:Who is the fifth avatar of Vishnu?

A:Vamana the Dwarf.

Q:What is Sigmund Freud's middle name?

A:Schlomo

(etc.)
Q:END-FAQ

Work in progress can go here and won't be displayed.

Features

  • FAQ content in easily editable MODx document
  • JavaScript drop-down answers when question is clicked on
  • Incredibly easy installation and use
  • Open and closed question symbols or images
  • Multiple language support
  • Fully configurable foreground and background colors
  • Optional show/hide all answers buttons
  • Persist option lets open or closed question status persist over multiple visits.
  • Option to allow only one answer to show at a time
  • Option to have some or all answers pre-expanded to begin with

Instructions

Installation instructions can be found in the readme.txt file. There is also an EZfaq installation and usage tutorial here: http://bobsguides.com/ezfaq-tutorial.html

Intallation and Usage

  • Extract the contents of the zip file to your assets/snippets directory.

  • Create an unpublished FAQ content document with content as described above.

  • Create a published FAQ page with just the snippet call shown below. Replace the ## with the document ID of the unpublished FAQ content document.

  • The minimal snippet call is:

    [[EZfaq? docID=`##`]]
    (where ## is the document identifier of the content document described above).

  • Style the page by editing the ezfaq.css file in the assets/snippets/ezfaq directory or by using the parameters below.
  • Paste the contents of exfaq.inc.php into a new snippet called EZfaq


  • Parameters

    Updates

    Corrected errors in readme.txt
    No other changes
    Tested with MODx 0.9.7


    ( back to top )