• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Falang xml not working??

Falang xml not working?? 11 years 9 months ago #24244

  • fkamel
  • fkamel's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Hi,

This is my first post, so I hope I'm in the right place.

I created a xml file to allow to translate the Ticket Name and Ticket Description fields using Falang. I then uploaded the file to administrator/components/com_falang/contentelements.

Falang recognizes the file as I am able to translate the fields in Falang/Content Elements, however the translations do not show up on the website (and yes, I did publish the translation in Falang).
The xml file contains the following:

<?xml version="1.0" ?>
<falang type="contentelement">
<name>RSEvents!Pro Tickets</name>
<author>RSJoomla!</author>
<version>1.0</version>
<description>Definition for the RSEvents!Pro tickets</description>
<copyright>2012, www.rsjoomla.com</copyright>
<reference>
<table name="rseventspro_tickets">
<field type="referenceid" name="id" translate="0">ID</field>
<field type="titletext" name="name" translate="1">Ticket name</field>
<field type="htmltext" name="description" translate="1">Ticket description</field>
</table>
<component>
<form>com_rseventspro#tickets#cid#task#!edit</form>
</component>
</reference>
</falang>

Can anyone help me in telling me what I'm missing?

Thanks
The administrator has disabled public write access.

Falang xml not working?? 11 years 9 months ago #24247

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
The problem is not with RSEvents!Pro, but with your Falang file. My recommendation would be to address this question to the Falang customer support area.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Falang xml not working?? 11 years 9 months ago #24254

  • fkamel
  • fkamel's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Thanks for the prompt reply.

I am not suggesting that this is a problem with RSEvents!Pro; especially that I am the one who created the xml file...and this is my first one!

However, since there are 2 other Falang xml files provided with this extension, I was hoping that someone with knowledge/experience can point me in the direction of a solution.

I'm more than willing to share the file (actually I already did in my first post) to help others benefit.

In either case, I will try Falang and other forums, and will continue to visit this forum in case someone has a suggestion.

Thanks again
The administrator has disabled public write access.

Falang xml not working?? 10 years 2 months ago #30411

I know this thread is old - but I have Falang successfully working on a two language site
I paid Falange to do this
The file is /administrator/components/com_falang/contentelements/rseventspro_events.xml
I am not sure if anything was needed to make it work!
<?xml version="1.0" ?>
<falang type="contentelement">
    <name>RSEvents! Pro - Events</name>
    <version>1.0.0</version>
    <description>Definition for the RSEvents! Pro component - Events</description>
    <copyright>2004-2011 Components Lab, Lda.</copyright>
    <reference>
        <table name="rseventspro_events">
            <field type="referenceid" name="id" translate="0">ID</field>
            <field type="titletext" name="name" translate="1">Name</field>
            <field type="htmltext" name="description" translate="1">Description</field>
        </table>
    </reference>
</falang>

Andrew
The administrator has disabled public write access.
The following user(s) said Thank You: admin027
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!