mambax7/xfaq

View on GitHub
language/english/help.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * xFAQ module
 *
 * You may not change or alter any portion of this comment or credits
 * of supporting developers from this source code or any supporting source code
 * which is considered copyrighted (c) material of the original comment or credit authors.
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 *
 * @copyright           XOOPS Project (https://xoops.org)
 * @license             http://www.fsf.org/copyleft/gpl.html GNU public license
 * @package             xFAQ
 * @since               2.5.0
 * @author              kris <http://www.xoofoo.org>
 **/

define('_AM_XFAQ_HELP1', '<p>xFAQ is a simple module to present answers to frequently asked questions (FAQ). <br><br></p>');
define('_AM_XFAQ_HELP2', '<p><b>Operating instructions</b><br><br>

To set up this module you need to:<br><br>

i)  Enter your Topic which will be the category for questions to group them together<br><br>

ii) Configure your preferences for the module (see ‘Preferences’) <br><br>

iii)    Check that you have given your user groups the necessary module and block access rights to use this module. Group permissions are set through the Administration Menu -> System -> Groups. Detailed instructions on configuring the access rights for user groups are available in the XOOPS Operations </p>');