-
Notifications
You must be signed in to change notification settings - Fork 2
4. Getting started
Download the extension. Extract and copy the folder "ik_faq" in your typo3conf folder.
OR
Clone this repository into your typo3conf folder:
$ git clone git://github.com/ingokasch/ik_faq.git
Login to your TYPO3 backend, go to the extension manager and active the extension named FAQ - Frequently Asked Questions // Ingo Kasch
Use the template tool and select the page containing your page or ext+ template from the page tree. Make sure you have Info/Modify selected in the dropdown at the top and click on Edit the whole template record.
Select the tab includes and add the extension files FAQ (ik_faq) to the selected items list.
Save the changes ;-)
Create a new sysfolder ("FAQ" for example). This folder will contain all data related to the FAQs (categories, questions/answers, links etc.).
Use the Constant Editor to edit the PLUGIN.TX_FAQ constants. Set the value of Default storage PID in the section "Others" to the id of the sysfolder that you have created right before.
That is it. Now the extension knows where to find the needed data.