jDiction Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

jDiction 2.2.0 released. http://jdiction.org/downloads

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - rangan

Pages: [1]
1
Extensions and jDiction / Freestyle FAQs Lite: XML-File
« on: February 09, 2015, 11:57:21 pm »
Hi Harald,
I would like to use Freestyle FAQs Lite with your extension but I didn't get that.
I guess the <tables> section should be something like this:

Code: [Select]
<table>
          <name>#__fsf_faq_cat</name>
          <key>id</key>
          <class>TableFaqcat</class>
          <file>faqcat.php</file>
          <cache fullfetch="0" />
          <exportfilter/>
        </table>

<table>
          <name>#__fsf_faq_faq</name>
          <key>id</key>
          <class>TableFaq</class>
          <file>faq.php</file>
          <cache fullfetch="0" />
          <exportfilter/>
        </table>

But I'm completely lost with the <views> section. Any help is appreciated.
Thank you in advance.

Pages: [1]