jDiction Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

jDiction 2.2.0 released. http://jdiction.org/downloads

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - wonderland

Pages: 1 [2]
16
In jDiction language module there are only these options:
Show current language
Add alternate meta tags
Style (none of options have 2character language code)
Update fragment

But none of these settings changes the display of full language to 2 letter sybmol

Then I looked into original language switcher module and found the code that can  do this.

So in the end I changed this in modules/mod_jdlanguage/tmpl/default.php on line 46:
from
echo $language->title_native;

to
strtoupper($language->sef);

And now instead of displaying Englsih, I get EN.

17
I would like to know is it possible to have 2 symbol language name in language switcher module, instead of Full name English=EN and so on.

18
General Questions / Re: K2 Item association when switching languages
« on: March 09, 2015, 04:27:02 pm »
Thank you!

19
General Questions / Re: K2 Item association when switching languages
« on: March 09, 2015, 04:06:40 pm »
Thank you for replying!

I've actually already installed your extension and saw that this is possible, which is very nice, however, I've encountered a bug, at least I think it's a bug. When I pressed the translate button I get two content fields. Please see image attached.


I also wanted to ask what exactly does Database Type - Jdiction_mqsqli does? I've just never seen approach like this in any extension.

20
General Questions / K2 Item association when switching languages
« on: March 09, 2015, 12:33:21 pm »
Hello,

I would like to clarify if I will be able to create k2 item associations for front end?
For example, when you view k2 item in english language and then decide to switch to another language you get redirected to the same item in other language?


Pages: 1 [2]