Monday, 20 April 2009
  12 Replies
  11.6K Visits
0
Votes
Undo
I have a question,

How does jevents work with multi-language sites? How does I translate the eventes itself ?

I know with the translation files, that's not a problem and that works with joomfish. But how do I display events in french or dutch ?

greetz
Koen
15 years ago
·
#5885
0
Votes
Undo
You need a content elemtn file called jevents_vevdetail.xml

<?xml version="1.0" ?>
<joomfish type="contentelement">
<name>JEvents</name>
<author>Mathis Dirksen-Thedens</author>
<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>
</joomfish>


At the moment the category name is not translated but will be in the next release

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

15 years ago
·
#5886
0
Votes
Undo
Hello, I have a problem in the translation of events with JEents with Joomfish.
Installation of the Joomfish and Jevents did it successfully. :)


My data:
utf8_general_ci
PHP: 5.2.3
Web: Apache/2.2.4 (Win32) PHP/5.2.3
Joomla!: Joomla! 1.5.12 Stable [ Wojmamni Ama Woi ] 01-July-2009 02:00 GMT
Joomfish V2.0.3
JEvents v1.5.1

I added the file "jevents_vevdetail.xml" for incorporation into Joomfish. :)
<?xml version="1.0" ?>
<joomfish type="contentelement">
<name>JEvents</name>
<author>Mathis Dirksen-Thedens</author>
<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>
</joomfish>


But in attempting to translate an event I get the following error: :(
"Fatal error: Call to a member function getTable() on a non-object in C:\AppServ\www\XXXXXX\administrator\components\com_joomfish\models\ContentObject.php on line 574"


if I select JEvents of the tab "content elemenents" of Jommfish the following error: :(
Configuración
Informacion general
Nombre
Autor
Versión
Descripción
Referencia de DB

Fatal error: Call to a member function getTable() on a non-object in C:\AppServ\www\XXXXXX\administrator\components\com_joomfish\views\elements\tmpl\edit.php on line 82


I searched for information but I could not solve the problem

What is the problem and solution <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->

Thanks for your time
15 years ago
·
#5887
0
Votes
Undo
Can you double check the spelling of the filename. Also I am assuming that your installation of JEvents is working fine.

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

15 years ago
·
#5888
0
Votes
Undo
Already solved:
I uninstalled Jevents and Joomfish as I installed it again. But first Jevents and Joomfish later. Then I added the file "jevents_vevdetail.xml" and now work for me the translation of events.

Thanks for your time
15 years ago
·
#5889
0
Votes
Undo
Just for clarification, is this actually required, in order to use jevents with joomfish?!
15 years ago
·
#5890
0
Votes
Undo
If you want to translate the event descriptions - yes.

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

15 years ago
·
#5891
0
Votes
Undo
Hi,

What I meant, is this:

"Already solved:
I uninstalled Jevents and Joomfish as I installed it again. But first Jevents and Joomfish later. Then I added the file "jevents_vevdetail.xml" and now work for me the translation of events.

Thanks for your time"

So, is it required to install Jevents first, and then Joom!Fish, or Joom!Fish will not work with Jevents?!
15 years ago
·
#5892
0
Votes
Undo
I really do not care. When did the first installation I made a mistake. You can first install first Jevents or joomfish, whatever.
15 years ago
·
#5893
0
Votes
Undo
I really do not care. When did the first installation I made a mistake. You can first install first Jevents or joomfish, whatever.

Hi there , I am new to Joomla.
Regarding Jevents and Joomfish again. I have a question :
Where exactly you place ( add ) the "jevents_vevdetail.xml" file.
Thanks in Advance.
15 years ago
·
#5894
0
Votes
Undo
administrator/components/com_joomfish/contentelements/

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

15 years ago
·
#5895
0
Votes
Undo
Can you double check the spelling of the filename. Also I am assuming that your installation of JEvents is working fine.

Hi there , I am new to Joomla.
Regarding Jevents and Joomfish again. I have a question :
Where exactly you place ( add ) the "jevents_vevdetail.xml" file.
Thanks in Advance.
15 years ago
·
#5896
0
Votes
Undo
I already gave you the answer ;)

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

  • Page :
  • 1
There are no replies made for this post yet.

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.