By Alex Lee on Tuesday, 27 January 2015
Replies 4
Likes 0
Views 1K
Votes 0
Hey guys how's it going?

I'm trying to figure out how to use the Component FaLang and Easydiscuss together, i have a large site that im translating at the moment, I've got the language pack for Easydiscuss but this doesn't actually help me as i'm using Falang for the rest of the site, so when i switch language its FaLangs language switcher and not Joomla language switcher so the component never changes. Now is there an easy way for me to integrate Falang and Easy discuss together?

best
Hello Alex,

Unfortunately we do not have Falang add on for easydiscuss currently
·
Tuesday, 27 January 2015 19:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey thanks for the Quick reply.

Hmm ok looks like i need to get team to develop some thing. ok cheers thanks

best
·
Tuesday, 27 January 2015 19:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Is there a place i can find some thing like an .xml file that would allow me to make the Content Elements?

for example the K2 category elements xml for Falang is
<?xml version="1.0" ?>
<falang type="contentelement">
<name>EasyDiscuss Categories</name>
<author>Stéphane Bouey</author>
<version>2.0</version>
<description>Definitions for K2 categories</description>
<reference>
<table name="k2_categories">
<field type="referenceid" name="id" translate="0">ID</field>
<field type="titletext" name="name" length="50" maxlength="255" translate="1">Name</field>
<field type="htmltext" name="description" translate="1" ebuttons="image">Description</field>
</table>
</reference>
</falang>

so i guess all i need to do is reference the database tables and copy it over, Seems pretty simple. lol
·
Tuesday, 27 January 2015 19:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Alex,

I am sorry for the delay of this reply.

You can refer one of our component module .xml example by going to your joomla folder/modules as a references
·
Wednesday, 28 January 2015 15:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post