Home  Extras  MODx Add-Ons  EZfaq

EZfaq



Votes: 11
Tags: Communication, snippet, editing, faq
Submitted: Jun 8, 2009
Released: Jun 10, 2009
Downloads: 86
License: GPLv3


EZfaq 3.0.8-beta2 | Author: bobray

Works with the following Version(s): Revolution-2.0.0 | Revolution-2.0.0-beta1

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.


Download


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

Installation 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:
    <span class="modxtag"><!-- -->EZfaq? &docID=`##`<!-- --></span> <br />(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. Or create your own .css file using the &cssPath parameter
  • Paste the contents of exfaq.inc.php into a new snippet called EZfaq


Parameters
Updates Added &cssPath parameter so user can use a custom .css file or no .css file.




Sub-Packages



Previous Releases


1.0.4

Forums Support Thread Votes: 23
Tags: Communication, snippet, editing, faq
Submitted: Mar 14, 2008
Released: Jun 10, 2009
Downloads: 849
License: GPL - GNU Public
Package Website


EZfaq 1.0.4 | Author: bobray

Works with the following Version(s): 0.9.6

EZfaq 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


Download


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. Or create your own .css file using the &cssPath parameter
  • Paste the contents of exfaq.inc.php into a new snippet called EZfaq


Parameters

UpdatesAdded &cssPath parameter so user can use a custom .css file or no .css file.



1.0.3

Forums Support Thread Votes: 17
Tags: Communication, snippet, editing, faq
Submitted: Mar 4, 2008
Released: Jun 10, 2009
Downloads: 391
License: GPL - GNU Public
Package Website


EZfaq 1.0.3 | Author: bobray

Works with the following Version(s): 0.9.6

EZfaq 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


Download


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

UpdatesFixed bug where END-FAQ was not recognized.



1.0.2

Forums Support Thread Votes: 19
Tags: Communication, snippet, editing, faq
Submitted: Feb 10, 2008
Released: Jun 10, 2009
Downloads: 488
License: GPL - GNU Public
Package Website


EZfaq 1.0.2 | Author: bobray

Works with the following Version(s): 0.9.6

EZfaq 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


Download


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

UpdatesCorrected errors in readme.txt
No other changes
Tested with MODx Revolution




Comments

Please login to comment.

Close ]


 
 
 

Contact Us | Team Blog | FAQ | Site Credits

© 2005-2009 the MODx CMS project. All rights reserved. Privacy Policy | Terms of Service