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.

Messages - rangan

Pages: [1]
1
Extensions and jDiction / Re: Freestyle FAQs Lite: XML-File
« on: February 11, 2015, 04:46:08 pm »
Works flawlessly. Big thanks to you.

A tiny thing: (Backend, this FAQ component) During mouseover some language icons disappear (until page reload)

2
Extensions and jDiction / Re: Freestyle FAQs Lite: XML-File
« on: February 10, 2015, 07:26:09 pm »
Send via PM.

3
Extensions and jDiction / Re: Freestyle FAQs Lite: XML-File
« on: February 10, 2015, 05:25:53 pm »
I've read the XML specification but I'm stuck. This is what I get so far (exemplary):

listing URL:
 administrator/index.php?option=com_fsf&view=faqcats

editing URL (no layout parameter):
 /administrator/index.php?option=com_fsf&controller=faqcat&task=edit&cid[]=1

should be in jdiction.xml (?):
 <view name="edit" list="faqcats" key="cid" layout="default">

I didn't found the  /administrator/components/com_fsf/models/forms/ folder.
Where I get the corresponding fieldset, fields and field tags?

Thank you.

4
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]