Elxis CMS Forum

Extensions => Components => Topic started by: eliasan on November 01, 2006, 08:19:17

Title: EasyFAQ for Elxis
Post by: eliasan on November 01, 2006, 08:19:17
(https://www.elxis.org/components/com_mtree/img/listings/28_easyfaq.gif)
EasyFAQ for Elxis is available for download from Elxis Directory.

We would like to thank Adam van Dongen for his permission to adapt his component for Elxis CMS.

ATTENTION: Prior using this component, with Elxis 2006.3, you have to make a small modification to /includes/Core/elxis.php file.

This change, will not be needed with Elxis 2006.4 and later.

Open the elxis.php file and change code around line 1621, like this:

Before:
class mosCategory extends mosDBTable {
/** @var int Primary key */
var $id=null;
/** @var string The menu title for the Category (a short name)*/
var $title=null;

After:
class mosCategory extends mosDBTable {
/** @var int Primary key */
var $id=null;
/** @var int */ /* ADD THIS */
var $parent_id=null; /* ADD THIS */
/** @var string The menu title for the Category (a short name)*/
var $title=null;
Save the changes.

This component also includes a search mamBot.

New features, only supported in Elxis version, include:
- Multilingual Front End
- Multilingual Back End
- Support for Access Manager
- Assign FAQ Categories and FAQs for specific languages (Using this feature, you can create sets of FAQs that will be displayed based on the front end language a user selects.)
Title: Re: EasyFAQ for Elxis
Post by: Haic on December 08, 2006, 12:07:04
Hello,

When I installed the FAQ i got this error

 Upload component - Failed
Failed to copy file /home/elxiscms/domains/elxiscms.nl/public_html/tmpr/install_457939a53768b/tcpdf/config/lang/eng.php to /home/elxiscms/domains/elxiscms.nl/public_html/components/com_easyfaq/tcpdf/config/lang/eng.php

I have the changes in de core before i uploaded the component,

Title: Re: EasyFAQ for Elxis
Post by: eliasan on December 08, 2006, 15:28:19
Hi,

After your message, I did a test installation of EasyFaq and everything worked fine.

Please check if they have been installed any files of EasyFaq in /components and /administrator/components directories.
Title: Re: EasyFAQ for Elxis
Post by: Haic on December 08, 2006, 19:20:32
Hi,

After your message, I did a test installation of EasyFaq and everything worked fine.

Please check if they have been installed any files of EasyFaq in /components and /administrator/components directories.

He did thisd not correct see my explanation before.
Is this maybe an fold with register_global?