faq-category-hide-answer.tpl.php |
includes/faq-category-hide-answer.tpl.php |
|
Template file for the FAQ page if set to show/hide categorized answers when
the question is clicked. |
faq-category-new-page.tpl.php |
includes/faq-category-new-page.tpl.php |
|
Template file for the FAQ page if set to show the categorized answer in a
new page. |
faq-category-questions-inline.tpl.php |
includes/faq-category-questions-inline.tpl.php |
|
Template file for the FAQ page if set to show categorized questions inline. |
faq-category-questions-top-answers.tpl.php |
includes/faq-category-questions-top-answers.tpl.php |
|
Template file for the answers section of the FAQ page if set to show
categorized questions at the top of the page. |
faq-category-questions-top.tpl.php |
includes/faq-category-questions-top.tpl.php |
|
Template file for the questions section of the FAQ page if set to show
categorized questions at the top of the page. |
faq-hide-answer.tpl.php |
includes/faq-hide-answer.tpl.php |
|
Template file for the FAQ page if set to show/hide the answers when the
question is clicked. |
faq-new-page.tpl.php |
includes/faq-new-page.tpl.php |
|
Template file for the FAQ page if set to show the answer in a new page. |
faq-questions-inline.tpl.php |
includes/faq-questions-inline.tpl.php |
|
Template file for the FAQ page if set to show the questions inline. |
faq-questions-top.tpl.php |
includes/faq-questions-top.tpl.php |
|
Template file for the FAQ page if set to show the questions in a list at the
top. |
faq.admin.inc |
faq.admin.inc |
|
Administrative page callbacks for the faq module. |
faq.css |
faq.css |
|
.faq-category-indent {
padding-left: 20px;
}
.faq-more-link {
font-size: 0.85em;
margin-left: 30em;
margin-top: 0;
margin-bottom: -1.25em;
text-align: right;
}
.faq-top-link {
font-size: 0.8em;
margin-top:0;
margin-bottom: 0;
… |
faq.hide_answer.inc |
includes/faq.hide_answer.inc |
|
FAQ page callbacks for the "hide answer" layouts. |
faq.info |
faq.info |
|
name = Frequently Asked Questions
description = "Manages configuration of questions for a FAQ page."
core = 7.x
files[] = faq.admin.inc
files[] = faq.install
files[] = faq.module
files[] = faq.test
files[] =… |
faq.install |
faq.install |
|
FAQ module install file. |
faq.module |
faq.module |
|
The FAQ module allows users to create a FAQ page, with questions and answers
displayed in different styles, according to the settings. |
faq.new_page.inc |
includes/faq.new_page.inc |
|
FAQ page callbacks for the "new page" layouts. |
faq.questions_inline.inc |
includes/faq.questions_inline.inc |
|
FAQ page callbacks for the "questions inline" layouts. |
faq.questions_top.inc |
includes/faq.questions_top.inc |
|
FAQ page callbacks for the "questions top" layouts. |
faq.test |
faq.test |
|
Test FAQ functionality Base test class. All tests inherits this one.
Hugely based on code from the test file block.test by boombatower |
faq.variable.inc |
faq.variable.inc |
|
FAQ module variables file. |
faq.views.inc |
views/faq.views.inc |
|
Provides the view implementation. |
faq.views_default.inc |
views/faq.views_default.inc |
|
faq.views_default.inc |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
----------------------
* Introduction
* Installation
* Configuration
* Known Issues
- No FAQs appear after module upgrade
- <p> tags appear in FAQ question text
- Clicking on category links takes user… |