J and Beyond 2013 | An International Joomla! Conference - May 31st - 2nd, 2013, Noordwijkerhout, The Netherlands
It is currently Sun May 19, 2013 2:31 am

Jevents - Joomfish

The place to discuss and post translations of JEvents

Jevents - Joomfish

Postby koen.weytens » Mon Apr 20, 2009 10:22 am

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
koen.weytens
Posts: 1
Joined: Mon Apr 20, 2009 10:19 am

Re: Jevents - Joomfish

Postby Geraint » Mon Apr 20, 2009 1:55 pm

You need a content elemtn file called jevents_vevdetail.xml

Code: Select all
<?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!
User avatar
Geraint
Posts: 30507
Joined: Fri Feb 15, 2008 6:14 pm

Re: Jevents - Joomfish

Postby kepake » Sat Jul 18, 2009 4:51 pm

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 :?: :?:

Thanks for your time
Last edited by kepake on Mon Jul 20, 2009 6:24 pm, edited 1 time in total.
kepake
Posts: 3
Joined: Sat Jul 18, 2009 4:49 pm

Re: Jevents - Joomfish

Postby Geraint » Sun Jul 19, 2009 7:16 am

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!
User avatar
Geraint
Posts: 30507
Joined: Fri Feb 15, 2008 6:14 pm

Re: Jevents - Joomfish

Postby kepake » Mon Jul 20, 2009 6:23 pm

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
kepake
Posts: 3
Joined: Sat Jul 18, 2009 4:49 pm

Re: Jevents - Joomfish

Postby bbarnett » Fri Sep 11, 2009 12:40 pm

Just for clarification, is this actually required, in order to use jevents with joomfish?!
bbarnett
Posts: 7
Joined: Fri Sep 11, 2009 12:38 pm

Re: Jevents - Joomfish

Postby Geraint » Fri Sep 11, 2009 1:16 pm

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!
User avatar
Geraint
Posts: 30507
Joined: Fri Feb 15, 2008 6:14 pm

Re: Jevents - Joomfish

Postby bbarnett » Mon Sep 14, 2009 4:11 pm

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?!
bbarnett
Posts: 7
Joined: Fri Sep 11, 2009 12:38 pm

Re: Jevents - Joomfish

Postby kepake » Mon Sep 14, 2009 4:45 pm

I really do not care. When did the first installation I made a mistake. You can first install first Jevents or joomfish, whatever.
kepake
Posts: 3
Joined: Sat Jul 18, 2009 4:49 pm

Re: Jevents - Joomfish

Postby RainDog » Tue Sep 22, 2009 1:33 pm

kepake wrote: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.
RainDog
Posts: 2
Joined: Tue Sep 22, 2009 1:19 pm

Next

Return to JEvents Translations (Free Access)

Who is online

Users browsing this forum: No registered users

Main Menu

User Menu

Hosted By


Who is online

In total there are 0 users online :: 0 registered and 0 hidden (based on users active over the past 5 minutes)
Most users ever online was 94 on Tue Sep 01, 2009 12:33 am

Users browsing this forum: No registered users

Login Form