Search found 197 matches

by wesley
Wed Apr 20, 2016 2:03 pm
Forum: Bugs
Topic: Multilingual plugin "forgets" default language
Replies: 19
Views: 16624

Re: Multilingual plugin "forgets" default language

Timbalu wrote:I think I catched them all and just pushed 2.25. Available with Spartacus by tomorrow.
Thank you! I'm not in front of my server at the moment, so I'll take a look when it's on Spartacus and I can update it remotely.
by wesley
Wed Apr 20, 2016 9:05 am
Forum: Bugs
Topic: Multilingual:"Translation of title" not working for archive
Replies: 10
Views: 26621

Multilingual:"Translation of title" not working for archive

This is a separate problem I've encountered with the plugin_event_multilingual, so I'm posting as a new topic. One of the configuration options available is the "Translation of blog title", which lets you use {{en}}Title{{--}} style of writing the blog title to let s9y pick out the correct...
by wesley
Wed Apr 20, 2016 3:19 am
Forum: Bugs
Topic: Multilingual plugin "forgets" default language
Replies: 19
Views: 16624

Re: Multilingual plugin "forgets" default language

I've done further tests and I have finally isolated the code that causes both the "Select language:" displaying as "Korean, Korean" and the "Force full language switch" not working at all in my blog. My hunch about these two being related seemed to have been correct. //...
by wesley
Tue Apr 19, 2016 8:55 am
Forum: Bugs
Topic: Multilingual plugin "forgets" default language
Replies: 19
Views: 16624

Re: Multilingual plugin "forgets" default language

Okay, this is very interesting. As an experiment, I've replaced the code in plugin_event_multilingual with ophian's code from August 6, 2015 at https://github.com/s9y/Serendipity/issues/361 and observed the behaviour. Specifically, this... if (!defined('IN_serendipity_admin')) { $resetlang = false; ...
by wesley
Tue Apr 19, 2016 3:46 am
Forum: Bugs
Topic: Multilingual plugin "forgets" default language
Replies: 19
Views: 16624

Re: Multilingual plugin "forgets" default language

On testing the multilingual plugin further, I've encountered yet another problem - "force full language switch" isn't working. This sounds like what ophian experienced here: https://github.com/s9y/Serendipity/issues/361 For the moment, I've turned that option off to have the article transl...
by wesley
Mon Apr 18, 2016 4:11 pm
Forum: Bugs
Topic: Multilingual plugin "forgets" default language
Replies: 19
Views: 16624

Re: Multilingual plugin "forgets" default language

It is related, IMHO, since the value you see in (Admin > Configuration > General Settings > Language) is not always the real value stored in the database. It may just show the value of your selected lang in PP or selected lang by frontend, choosen as admin. So you cannot trust it! (See Garvins expl...
by wesley
Mon Apr 18, 2016 1:58 pm
Forum: Bugs
Topic: Multilingual plugin "forgets" default language
Replies: 19
Views: 16624

Re: Multilingual plugin "forgets" default language

I deleted cookies in a couple of browsers and gave them a try, but it did not help with the issue, sadly. By the way, SPARTACUS on my blog didn't catch the existence of the version 2.24 of the plugin. I did a manual update, but it still doesn't solve the issue. I tried using the original sidebar plu...
by wesley
Mon Apr 18, 2016 11:58 am
Forum: Plugins
Topic: Performance penalty from multilingual plugin
Replies: 6
Views: 6721

Re: Performance penalty from multilingual plugin

Thank you for the responses. The issue indeed seems to be an inherent characteristics of the plugin. When the development version of s9y becomes stable, I'll try it out and report on the results. The only thing I would see to tweak is a faster server access, being more than you locally in-bound mac-...
by wesley
Mon Apr 18, 2016 11:39 am
Forum: Bugs
Topic: Multilingual plugin "forgets" default language
Replies: 19
Views: 16624

Re: Multilingual plugin "forgets" default language

I've deleted the avatar until a suitable replacement is found. :)

Both the "Personal" and "General" preferences have "English" as the default language. So this isn't that issue, I think.
by wesley
Mon Apr 18, 2016 9:05 am
Forum: Plugins
Topic: Performance penalty from multilingual plugin
Replies: 6
Views: 6721

Performance penalty from multilingual plugin

This is something I've been noticing for about a decade, but never really got around to thinking about it until now. I was recently trying to optimize the site performance by tweaking things here and there, but one thing I wasn't able to cut down was the time it takes for the site to respond to the ...
by wesley
Mon Apr 18, 2016 3:56 am
Forum: Bugs
Topic: Multilingual plugin "forgets" default language
Replies: 19
Views: 16624

Multilingual plugin "forgets" default language

I'm currently using the latest (2.22) version of serendipity_event_multilingual on s9y 2.0.3. My blog is at http://tool-box.info , as noted in my signature. For a multilingual entry, a set of links appears at its bottom to allow the visitor to choose the language of the entry like this: Select langu...
by wesley
Wed Apr 13, 2016 2:20 am
Forum: Development
Topic: Possibility of adding multilingual navbar support?
Replies: 6
Views: 18355

Re: Possibility of adding multilingual navbar support?

It was a quick-and-dirty implementation involving adding of a variable into the existing array. In the config.inc.php file, instead of calling out this function: serendipity_loadGlobalThemeOptions($template_config, $template_loaded_config, $template_global_config); I added a block of code that does ...
by wesley
Tue Apr 12, 2016 7:14 pm
Forum: Development
Topic: Possibility of adding multilingual navbar support?
Replies: 6
Views: 18355

Re: Possibility of adding multilingual navbar support?

Alright, I got it working! I made it so that you get a dropdown box for each navigation item's language. You can pick "All" or a specific language, like the current multilingual HTML nugget plugin. multilingual_menu.png My website http://tool-box.info/blog/ has five menu items assigned to ...
by wesley
Tue Apr 12, 2016 1:29 pm
Forum: Development
Topic: Possibility of adding multilingual navbar support?
Replies: 6
Views: 18355

Re: Possibility of adding multilingual navbar support?

That sounds sensible. I'll give it a try. Thanks.