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

Pages: 1 [2]
16
Extensions and jDiction / Re: Alternative Read More Text
« on: February 19, 2014, 02:56:43 pm »
This is the FaLang XML for JEvents

Code: [Select]
<?xml version="1.0" ?>
<falang type="contentelement">
<name>JEvents</name>
<author>Stéphane Bouey</author>
<copyright>www.faboba.com</copyright>
<version>1.0</version>
<description>Definition for JEvents Component</description>
<reference>
<table name="jevents_vevdetail">
<field type="referenceid" name="evdet_id" translate="0">ID</field>
<field type="titletext" name="summary" translate="1">Summary</field>
<field type="htmltext" name="description" translate="1">Description</field>
<field type="text" name="location" translate="1">Location</field>
<field type="text" name="url" translate="1">URL</field>
<field type="text" name="organizer" translate="1">Organizer</field>
<field type="text" name="contact" translate="1">Contact</field>
<field type="text" name="extra_info" translate="1">Extra</field>
</table>
</reference>
</falang>

And sure for the invoice :)

17
Extensions and jDiction / Re: Alternative Read More Text
« on: February 19, 2014, 02:30:16 pm »
I'm trying to do the XML for JEvents. I'm a little bit confused on that one too. Mind helping? :)

JEvents 3.1.17

Also, thanks a lot for the help!

18
Extensions and jDiction / Re: Alternative Read More Text
« on: February 18, 2014, 08:05:54 pm »
In your article, go to Options and near the bottom, there is a Read More Text. :) It changes your Read more text.

19
Extensions and jDiction / Alternative Read More Text
« on: February 18, 2014, 07:34:45 pm »
Hi,

I've been trying to add a translation field for the alternative read more text for articles in Joomla 3 but to no avail. How would that work?

Thanks.

20
General Questions / Re: Page titles
« on: January 15, 2014, 04:34:15 pm »
Yes the browser page title, exactly! It should be - Administrative Assistant

21
General Questions / Page titles
« on: January 15, 2014, 04:04:00 pm »
HI!

I was wondering if you could help with my website. The page titles are not always translating. A few of them remain in French on their English page. Example : http://voxinteractif.ca/~collegea/index.php/en/college-programs/administrative-assistant

Version   
Library Version: 0.9.9.11
Plugin   
JDiction Plugin is enabled
Languagefilter is enabled
Multiple Plugins have the same loading position (0)
Database   
jDiction Database Driver is selected
Language   
Seam to be good
Module   
Module is enable

22
General Questions / Re: Page heading in menus
« on: December 17, 2013, 06:46:16 pm »
Thanks! :)

23
General Questions / Re: Page heading in menus
« on: December 17, 2013, 04:47:30 pm »
Joomla! 3.2.0

Test   Result
 
Version   
Library Version: 0.9.9.11
Plugin   
JDiction Plugin is enabled
Languagefilter is enabled
Multiple Plugins have the same loading position (0)
Database   
jDiction Database Driver is selected
Language   
Seam to be good
Module   
Module is enabled

24
General Questions / Page heading in menus
« on: December 17, 2013, 04:19:02 pm »
Hi,

Was just wondering is it normal that I can't translate the page headings of my menu items? It doesn't appear at all. I checked in the menus.xml in libraries and it's there :

<?xml version="1.0" encoding="utf-8"?>
<jdiction>
<component>com_menus</component>
<sections>
  <section>
    <tables>
      <table>
        <name>#__menu</name>
        <key>id</key>
        <class>MenusTableMenu</class>
        <file>menu.php</file>
        <exportfilter>((menutype != 'main') and (alias != 'root') and (menutype != 'menu'))</exportfilter>
        <cache fullfetch="1" />
      </table>
    </tables>
    <views>
      <view name="item" list="items" layout="edit">
        <form import="item.xml">
          <fieldset name="main">
            <field name="title" />
            <field name="alias" />
            <fields name="params">
              <!-- would be found in item_component.xml -->
              <field name="page_heading" type="text" class="inputbox"  group="params"
                     size="40" label="COM_MENUS_ITEM_FIELD_PAGE_HEADING_LABEL"
                     description="COM_MENUS_ITEM_FIELD_PAGE_HEADING_DESC" />
            </fields>
          </fieldset>
        </form>
      </view>
    </views>
  </section>
  <section>
    <tables>
      <table>
        <name>#__menu_types</name>
        <key>id</key>
        <class>JTableMenuType</class>
        <file>menutype.php</file>
        <cache fullfetch="1" />
      </table>
    </tables>
    <views>
      <view name="menu" list="menus" layout="edit">
        <form import="menu.xml">
          <fieldset name="main">
            <field name="title" />
            <field name="description" />
          </fieldset>
        </form>
      </view>
    </views>
  </section>
</sections>
</jdiction>

25
General Questions / Re: Translation of category blogs
« on: October 30, 2013, 07:02:03 pm »
Worked out! Thanks a lot for your time! <3

26
General Questions / Re: Translation of category blogs
« on: October 30, 2013, 06:50:25 pm »
Sent one. Hope you received it :3

27
General Questions / Re: Translation of category blogs
« on: October 30, 2013, 06:34:53 pm »
Which component do you think is causing it? I deactivated DJ-Slider, Phoca Gallery, my Maximenu CK, my Respnsive Menu, Content - Perfect Link with Article Images on Facebook and nothing seems to be causing the problem. It's still there.

28
General Questions / Translation of category blogs
« on: October 30, 2013, 05:25:03 pm »
Hi,

I am using Joomla 3.0 and JDiction 0.9.9.11 on this website --> http://puravidadieppe.ca/index.php/en
My trouble is when I try to translate a menu item that is a Category Blog such as About Us --> Our Team. It gives an error.

5 - cannot calculate position of `fulltext` within `fulltext`FROM d2f9u_content WHERE id =14

Am I doing something wrong?

Thanks in advance!

Pages: 1 [2]