Once again...thanks a million for your help! That worked like a charm!![]()
Hi Clide! great module, works fine in english for me, but i need to install it in three more languages.
I did as usual, copied the english folders into new language files, but the link appear only in the language they have been submitted. Any chance of having it appear, without translation of course , in all languages?
i am sure i forgot something, but what???
some php file to correct?
Thanks for your help
The default language is set to english.
The module uses the session language to determine which language id to use in the database.
You'll need to duplicate the links for each language (id) you have. In other words you will have 4 links each with its own language id.
You could use phpmyadmin to export the Links Manager tables information as SQL statements then change the language_id field to the language(s) you need.
Run the new sql statements to update the tables with the new information.
will that make for exemple a french submitted link appear also in the other languages?
if that s the case i will go through the trouble, otherwise i will just let the link owner decide whether he wants to put it also in the other languages.
i do not dare touch too much the sql in fact...
You'll only see links in the language selected on the site.
English = english links, French = french links etc.
If you want links in french to show up in english also then you need to submit links in both languages.
The queries to the database select the links information where session language = language id