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 - fildin

Pages: [1]
1
General Questions / Re: jDiction and Phoca Gallery (category)
« on: September 02, 2014, 10:25:59 pm »
Great, thank you :)

Please move this into the right section of your forum if needed.

2
General Questions / Re: jDiction and Phoca Gallery (category)
« on: September 02, 2014, 10:03:58 pm »
What line please?

<?xml version="1.0" encoding="utf-8"?>
<jdiction>
  <component>com_phocagallery</component>
  <sections>
    <section>
      <tables>
        <table>
          <name>#__phocagallery</name>
          <key>id</key>
          <class>JTable?</class>
          <file>?.php</file>
          <cache fullfetch="0" />
        </table>
      </tables>
      <views>
        <view name="phocagalleryimg" list="phocagalleryimgs" layout="edit" default="true">
          <form import="phocagalleryimg.xml">
            <fieldset name="main">
              <field name="title" />
              <field name="alias" filter="jdalias" field="title" export="false" />
                    <field name="filename" />
                    <field name="description" />
                     <field name="geotitle" />
              <field name="metakey" />
              <field name="metadesc" />
            </fieldset>
          </form>
        </view>
      </views>
    </section>
    <section>
      <tables>
        <table>
          <name>#__phocagallery_categories</name>
          <key>id</key>
          <class>JTable?</class>
          <file>?.php</file>
          <cache fullfetch="0" />
        </table>
      </tables>
      <views>
        <view name="phocagalleryc" list="phocagallerycs" layout="edit">
          <form import="phocagalleryc.xml">
            <fieldset name="main">
              <field name="title" />
              <field name="alias" filter="jdalias" field="title" export="false" />
                    <field name="filename" />
                    <field name="description" />
                     <field name="geotitle" />
              <field name="metakey" />
              <field name="metadesc" />
            </fieldset>
          </form>
        </view>
      </views>
    </section>   
  </sections>
</jdiction>

3
General Questions / jDiction and Phoca Gallery (category)
« on: September 02, 2014, 07:45:43 pm »
Hi,

thank you for this nice component. Alhougt I noticed today that it deos not translate Phoca's categories (and categorie's description). When I try to translate any Phoca category it alwys ends with this issue:

Code: [Select]
1054 Unknown column 'filename' in 'field list' SQL=SELECT `title`,`alias`,`filename`,`description`,`geotitle`,`metakey`,`metadesc` FROM igv4f_phocagallery_categories WHERE `id`='1'
There is no problem with images, just categories wont translate. Could you take a look please?

Thank you in advance

Fil.

Library Version: 1.2.0   
    JDiction Plugin is enabled
    JDiction Plugin is loaded at position 0 should be 1
    Languagefilter is enabled
    Multiple Plugins have the same loading position (0)
    jDiction Database Driver is selected
    Seam to be good
    Module is enabled
    It seams that there a no common mistakes.

4
Extensions and jDiction / Re: jDiction and K2
« on: February 11, 2014, 12:30:25 pm »
No, I was using that old one from 1st page of this topic. Just replaced with this one and it works. Thank you!

5
Extensions and jDiction / Re: jDiction and K2
« on: February 10, 2014, 10:42:39 am »
Could you be please more specific what I am suppose to do in these 2 files you mentioned?
Thank you

6
Extensions and jDiction / Re: jDiction and K2
« on: February 01, 2014, 09:54:01 pm »
Hi Harald,

I am trying to translate my K2 items that contain <span>, <h> and more tags. But unfortunately it appears, that after saving they are being cut and lost by the WYSIWYG editor?? Even when I switch the edior off in User manager. Is there any chance how to fix this, please? This is urgent. Thank you.


    Library Version: 1.0.1
    Joomla Version 2.5.17 is untested
    JDiction Plugin is enabled
    Languagefilter is enabled
    Multiple Plugins have the same loading position (0)   
    jDiction Database Driver is selected
    Language Seam to be good
    Module is enabled
    It seams that there a no common mistakes.

Pages: [1]