Joomla 1.5.22
Virtuemart 1.1.6
Joomfish V2.1.7 (Dafad)
Problema: traduce moduli, articoli etc ma non i prodotti di virtuemart!
sia nella browsepage che nella flypage descrizione lunga e breve, nome prodotto etc rimangono senza traduzione in frontend.
I prodotti sono tradotti e pubblicati ma se vado nelle statistiche solo la colonna #translations e'piena, published, valid, not valid rimangono del tutto vuote.
Ho caricato i content elements, in particolare vm_product.xml
<?xml version="1.0" ?>
<joomfish type="contentelement">
<name>VirtueMart Products</name>
<author>Ivo Apostolov</author>
<version>2.0</version>
<description>Definition for VirtueMart Component (Products) - Compatible with Joom!Fish 2.0 and VirtueMart 1.1</description>
<reference>
<table name="vm_product">
<field type="referenceid" name="product_id" translate="0">ID</field>
<field type="titletext" name="product_name" translate="1">Name</field>
<field type="htmltext" name="product_s_desc" translate="1">Short description</field>
<field type="htmltext" name="product_desc" translate="1">Description</field>
<field type="text" name="attribute" translate="1">Attribute</field>
<field type="text" name="custom_attribute" translate="1">Custom Attribute</field>
<field type="created_date" name="cdate" translate="0">Created</field>
<field type="modified_date" name="mdate" translate="0">Modified</field>
</table>
</reference>
<translationfilters>
<vm_category>category_id</vm_category>
</translationfilters>
</joomfish>
in debug mode noto query come
SELECT jf_content.reference_field, jf_content.value, jf_content.reference_id, jf_content.original_value FROM jos_jf_content AS jf_content WHERE jf_content.language_id=2 AND jf_content.published=1 AND jf_content.reference_id IN(75,71,56,54,61,49,65,36,81,86,62,84,35,94,26,20,19,90) AND jf_content.reference_table='modules'
ma nessun riferimento a reference_table='vm_products' o reference_field='product_desc'
-Gia provato a rimuovere joomfish, directory (che ha eliminato l'uninstall) e le tabella dal db, reinstallare tutto ma il problema resta li.
-Idem con patate provato a spegnere/riaccendere tutti i moduli/plugins ma non ha dato risultati sperati.
-jfrouter posizione -101, jfdatabase -100, sembrano corrette, cmq traduce moduli e resto.
L'impressione e' che funziona tutto tranne con le tabelle di virtuemart.
Ho tradotto solo la tabella products per ora, non credo vi siano delle dipendenze x la traduzione.
Qualche idea? Alternative?