Page 1 of 1

On a 2 Language Site default for Language for Post to "ALL"

Posted: 24 Aug 2011, 21:29
by limacher58
I use 1 Guestbook on a 2 Language Site (Joomla 1.7)
when someone post something on the guestbook it goes to the specific language (de or en).
How can I config, that the default is "All"

Thanks for your help

Re: On a 2 Language Site default for Language for Post to "A

Posted: 25 Aug 2011, 23:39
by Jan
Hi, then you need to customize in the code. Posts are saved with language which is set for guestbook, If Joomla! uses multilanguage feature, then in fact it is not possible to display "all" value :-(

Jan

Re: On a 2 Language Site default for Language for Post to "A

Posted: 28 Aug 2011, 14:32
by limacher58
Okay
In my mind it's just a small edit, when it write to the Database the language should be "*" and not the current language.
But i can't fid the code, where it write to the database. Do you know where i can edit this?

Thanks for your help
Dave

Re: On a 2 Language Site default for Language for Post to "A

Posted: 31 Aug 2011, 18:53
by Jan
Hi, it is the model in frontend:

components/com_phocaguestbook/models/...

Jan