FAQ

A general purpose FAQ system

#1. Features

  • Provides a page with a list of questions and or questions and answers
  • Users and guests can ask questions if they have the proper rights priviledge
  • Manage and submit questions and answers in the admin panel
  • Order questions by manually setting positions and, configuration options for default ordering of questions with the same position value
  • Categories through structures (optional)​

#2. Requirements

  • Cotonti 9.13 or greater​

#3. Installation

  1. Copy the plugin to your Cotonti plugins folder
  2. Install it in Administration / Extensions​

#4. Categories

The use of categories is optional and can be setup through Administation / Structure / FAQ. All categories will be created with guest as read only and will need to be configured under the structure other wise. You can setup category specific templates through structures configurations as well.

Question submission to the default page ( no category ) will follow rights based on the module wide rights under this modules rights configuration.

#5. Templates

A couple of useful variables for template condition blocks to alter you templates:

{PHP.faq_uses_categories}: a boolean that states whether the FAQ module is using categories
{PHP.faq_has_subcategories}: a boolean that states whether the current FAQ category has subcategories
{PHP.faq_has_questions}: a boolean that states whether the current FAQ category (even on the default page) has questions

You can find further documentation about available tags and blocks under the /docs directory included with this plugin or https://github.com/xerora/cot-faq


1. elfrenazo  02.04.2013 03:31
2. Macik  10.04.2013 09:17
3. Marian Haragoș  24.06.2014 18:22

the HTML tag in the answer page is not working.. what i need to do?

Добавление комментариев доступно только зарегистрированным пользователям