Hi there,

I always extend that array through my own module:

<?php

class agformsmanager_oxlang extends  agformsmanager_oxlang_parent{
   
    public function getMultiLangTables(){
        $aTables = parent::getMultiLangTables();
        $aTables = array_merge($aTables, array('agforms','agformfields','agformmailings'));
        return $aTables;
    }
   
}

From what I can see this works even if I add new languages.
--
mit freundlichen Grüßen
Alexander Kludt

__________________________
Phone: 09283-5925453
Fax: 09283-592671
Skype: kingschnulli
Email: [email protected]
Website: www.aggrosoft.de

__________________________
Aggrosoft it intelligence GbR
Tannstrasse 12
95111 Rehau
GERMANY

Sitz Rehau, Amtsgericht Hof
Steuernummer: 223/165/54508
Ust.-Id. Nr. gemäß § 27 a Umsatzsteuergesetz: DE260722773

___________________________
Diese Nachricht ist nur für den Empfänger bestimmt, sollten
Sie nicht der Empfänger sein löschen Sie diese Nachricht
umgehend und geben Sie uns bitte per Email ([email protected]) Bescheid
über den fälschlichen Erhalt. 



Donnerstag, 6. Februar 2014 13:03
Hello,
I have a table containing the text. This I did in the config.inc.php: aMultiLangTables entered. Iif I will now adding a new language but the OXID tables extended not my own. must be set even something extra or you have to do this yourself here. If you have the Views Updated?

- Registered table
- Created a new language
- Cleared cache
- Views updated.

My own table remains unchanged.

Does anyone have an idea what it is?

M. Wagner

_______________________________________________
dev-general mailing list
[email protected]
http://dir.gmane.org/gmane.comp.php.oxid.general

Reply via email to