By Seth Mak on Sunday, 03 May 2015
Posted in General
Replies 11
Likes 0
Views 841
Votes 0
Need to do a multilangual Social site.

Any Falang content element for EasyBlog, EasyDiscuss, EasySocial & Komento?

Any plan to do this in near future?
I solved this problem. Thanks.
·
Monday, 04 May 2015 01:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Seth,

I am sorry for the delay of this reply as it is a long weekend off for us here in Malaysia. I am glad that your issues are resolved now. May I know what did you do to get this fixed?
·
Monday, 04 May 2015 15:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Someone has done EasyBlog's Content Element of Falang here: http://www.faboba.com/en/composants/falang/extensions/item/easyblog.html

It was done on 2012 but still works for EasyBlog. I just see the structure of the xml and modify it for EasyDiscuss.

Thanks
·
Monday, 04 May 2015 16:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Seth,

Ah, I see. Thanks for the heads up on this Perhaps you might want to also share it here in case other users might benefit from it?
·
Monday, 04 May 2015 16:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure...where can I upload?
·
Monday, 04 May 2015 16:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Seth,

Perhaps you could upload them here? It would help users who are trying to search for keywords like falang
·
Monday, 04 May 2015 17:02
·
0 Likes
·
0 Votes
·
0 Comments
·
discuss_category.xml

<?xml version="1.0" ?>
<falang type="contentelement">
<name>EasyDiscuss : Category</name>
<author>Stéphane Bouey</author>
<copyright>http://www.faboba.com</copyright>
<version>3.0.8</version>
<description>Definition for the EasyDiscuss categories</description>
<reference name="discuss_category">
<table name="discuss_category">
<field type="referenceid" name="id" translate="0">ID</field>
<field type="titletext" name="title" length="50" maxlength="250" translate="1">Title</field>
<field type="text" name="alias" length="50" maxlength="250" translate="1" posthandler="filterTitle">Alias</field>
<field type="htmltext" name="description" translate="1" ebuttons="ignore">Description</field>
</table>
</reference>
<translationfilters>
<author>created_by</author>
<keyword>title</keyword>
</translationfilters>
</falang>
·
Monday, 04 May 2015 21:06
·
0 Likes
·
0 Votes
·
0 Comments
·
discuss_post_types.xml

<?xml version="1.0" ?>
<falang type="contentelement">
<name>EasyDiscuss : Post Types</name>
<author>Stéphane Bouey</author>
<copyright>http://www.faboba.com</copyright>
<version>3.0.8</version>
<description>Definition for the EasyDiscuss Post Types</description>
<reference name="discuss_post_types">
<table name="discuss_post_types">
<field type="referenceid" name="id" translate="0">ID</field>
<field type="titletext" name="title" length="50" maxlength="250" translate="1">Title</field>
<field type="text" name="alias" length="50" maxlength="250" translate="1" posthandler="filterTitle">Alias</field>
<field type="text" name="suffix" length="50" maxlength="250" translate="1">Suffix</field>
</table>
</reference>
<translationfilters>
<keyword>title</keyword>
</translationfilters>
</falang>
·
Monday, 04 May 2015 21:06
·
0 Likes
·
0 Votes
·
0 Comments
·
discuss_tags.xml

<?xml version="1.0" ?>
<falang type="contentelement">
<name>EasyDiscuss : Tags</name>
<author>Stéphane Bouey</author>
<copyright>http://www.faboba.com</copyright>
<version>3.0.8</version>
<description>Definition for the EasyDiscuss tags</description>
<reference name="discuss_tags">
<table name="discuss_tags">
<field type="referenceid" name="id" translate="0">ID</field>
<field type="titletext" name="title" length="50" maxlength="250" translate="1">Title</field>
</table>
</reference>
<translationfilters>
<keyword>title</keyword>
</translationfilters>
</falang>
·
Monday, 04 May 2015 21:07
·
0 Likes
·
0 Votes
·
0 Comments
·
I will upload content elements of EasySocial here later.

Hope it helps.



Seth
·
Monday, 04 May 2015 21:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing Seth! Appreciate it very much.
·
Monday, 04 May 2015 22:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post