Page 1 of 1

Can't publish translated item in Joom!Fish - Marketplace Issue

Posted: Tue Jan 15, 2008 2:58 pm
by lizaa
Ok, i attached a screen shot for what i got,
you will notice even thought they are not published or even the translation not appear inside the joom fish unless it is appearing in the front end

and the safe mode is off

Can't publish translated item in Joom!Fish - Marketplace Issue

Posted: Tue Jan 15, 2008 4:35 pm
by senryoku
Exactly the problem i'm having.

After you told that the problem persist after upgrading JF, I'm concerning about doing the same.

Any ideas?

Can't publish translated item in Joom!Fish - Marketplace Issue

Posted: Tue Jan 15, 2008 8:16 pm
by ivo.apostolov
Well, well, well.

This one is related to a 3PD component and the component might not be written in a manner that it will fully work with Joom!Fish. What I mean is that certain queries, might not include the unique ID field and therefore not being translated.

As for the not being possible to publish the translation, I think that most probably the problem is in a bad written XML content element file. Can you please also paste the content element file?

Re: Can't publish translated item in Joom!Fish - Marketplace Issue

Posted: Wed Jan 16, 2008 12:28 am
by ivo.apostolov
Mod note: Topic split, due to two people posting different problems in thread related to a third problem.

Re: Can't publish translated item in Joom!Fish - Marketplace Issue

Posted: Tue Jan 22, 2008 12:32 pm
by lizaa
Sorry Ivo for the disturbance i did, i didn't know the topics are splitted, forgive me. :-[

here is the xml file i did for marketpalce Ads

Code: Select all

<?xml version="1.0" ?>
<joomfish type="contentelement">
  <name>Marketplace:Ads</name>
  <author></author>
  <version></version>
  <description></description>
  <reference>
  	<table name="marketplace_ads">
  		<field type="referenceid" name="id" translate="0">ID</field>
  		<field type="titletext" name="user" translate="1">user</field>
<field type="titletext" name="name" translate="1">name</field>
		<field type="titletext" name="surname" translate="1">surname</field>
		<field type="titletext" name="street" translate="1">street</field>
		<field type="titletext" name="zip" translate="1">zip</field>
		<field type="titletext" name="city" translate="1">city</field>
		<field type="titletext" name="state" translate="1">state</field>
		<field type="titletext" name="country" translate="1">country</field>
		<field type="titletext" name="phone1" translate="1">phone1</field>
		<field type="titletext" name="phone2" translate="1">phone2</field>
		<field type="titletext" name="email" translate="1">email</field>
		<field type="titletext" name="web" translate="1">web</field>
		<field type="titletext" name="ad_headline" translate="1">headline</field>
  		<field type="htmltext"  name="ad_text" translate="1">Description</field>
		<field type="titletext" name="ad_condition" translate="1">condition</field>
		<field type="titletext" name="ad_price" translate="1">price</field>
  	</table>
  </reference>
</joomfish>

i noticed something :

when i open an Ad to translate i see in the right => state : original changed.

what does it mean??

thanks

Re: Can't publish translated item in Joom!Fish - Marketplace Issue

Posted: Tue Jan 22, 2008 12:42 pm
by ivo.apostolov

Code: Select all

<?xml version="1.0" ?>
<joomfish type="contentelement">
  <name>Marketplace:Ads</name>
  <author></author>
  <version></version>
  <description></description>
  <reference>
  	<table name="marketplace_ads">
  		<field type="referenceid" name="id" translate="0">ID</field>
  		<field type="text" name="user" translate="1">user</field>
                <field type="titletext" name="name" translate="1">name</field>
		<field type="text" name="surname" translate="1">surname</field>
		<field type="text" name="street" translate="1">street</field>
		<field type="text" name="zip" translate="1">zip</field>
		<field type="text" name="city" translate="1">city</field>
		<field type="text" name="state" translate="1">state</field>
		<field type="text" name="country" translate="1">country</field>
		<field type="text" name="phone1" translate="1">phone1</field>
		<field type="text" name="phone2" translate="1">phone2</field>
		<field type="text" name="email" translate="1">email</field>
		<field type="text" name="web" translate="1">web</field>
		<field type="text" name="ad_headline" translate="1">headline</field>
  		<field type="htmltext"  name="ad_text" translate="1">Description</field>
		<field type="text" name="ad_condition" translate="1">condition</field>
		<field type="text" name="ad_price" translate="1">price</field>
  	</table>
  </reference>
</joomfish>
You should have just one titletext

Re: Can't publish translated item in Joom!Fish - Marketplace Issue

Posted: Tue Jan 22, 2008 12:55 pm
by lizaa
Thanks Ivo i fixed the xml file, i see the public icon now but still have the yellow icon under state for incomplete or original changed???

i want to see the  right mark in green

Re: Can't publish translated item in Joom!Fish - Marketplace Issue

Posted: Tue Jan 22, 2008 2:35 pm
by ivo.apostolov
lizaa wrote: Thanks Ivo i fixed the xml file, i see the public icon now but still have the yellow icon under state for incomplete or original changed???

i want to see the  right mark in green
This is because, some field has translation that equals to the original, i.e. the phone.

Re: Can't publish translated item in Joom!Fish - Marketplace

Posted: Mon Oct 18, 2010 12:26 pm
by lgalarra
Hi Everyone:

I also have the same problem. I have a table jresearch_member whose content file I am attaching. Note we need to translate just 2 fields because fields like "Position" and "Research area" are ids pointing to other tables. The translation is saved but cannot get the publish icon to be green even though the translation is correctly published. I am using Joomla! 1.5.20 and Joomfish 2.0.4 Stable.

Thanks in advance,
Luis

PD: I am sure we sometimes retrieve items from this table without using id column but username since this field is also unique for every member (points to the actual user in #__users table). Not sure if this is relevant!

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<joomfish type="contentelement">
	<name>J!Research Member</name>
	<author>F. Prinz</author>
	<version>0.1</version>
	<description>Definition for the member content of the J!Research component</description>
	<reference type="content">
		<table name="jresearch_member">
			<field type="referenceid" name="id" translate="0">ID</field>
			<field type="titletext" name="username" translate="0">Username</field>
			<field type="text" name="url_personal_page" translate="0">Personal Page URL</field>
			<field type="text" name="url_photo" translate="0">Photo</field>
			<field type="text" name="former_member" translate="0">Former Member</field>
			<field type="text" name="firstname" translate="0">First name</field>
			<field type="text" name="lastname" translate="0">Last name</field>
			<field type="text" name="email" translate="0">Email</field>
			<field type="text" name="location" translate="1">Location</field>
			<field type="htmltext" name="description" translate="1">Description</field>
			<field type="text" name="ordering" translate="0">Ordering</field>
			<field type="text" name="phone_or_fax" translate="0">Phone or fax</field>
			<field type="checked_out_by" name="checked_out" translate="0">Check out by</field>
			<field type="checked_out_date" name="checked_out_time" translate="0">Check out date</field>
		</table>
	</reference>
	<translationfilters>
  	  <published>published</published>
  	  <researcharea>id_research_area</researcharea>
  </translationfilters>
</joomfish>

Re: Can't publish translated item in Joom!Fish - Marketplace

Posted: Wed Feb 02, 2011 4:49 pm
by victoriaw
Have the same problem as Luis...
did anyone came with the solution?