Search found 4580 matches

by Timbalu
Tue Apr 26, 2016 9:46 am
Forum: Bugs
Topic: Strange character behaviour
Replies: 6
Views: 5694

Re: Strange character behaviour

It's the Verdana font definition in: /*======================== Anpassad */ body { background-color: #fff8dc !important; color: #003366 !important; background-image: url(templates/2k11/jaktfalkbilder/falklogo_stor.png); background-repeat: no-repeat; background-position: 1% 200px; font-family: Verdan...
by Timbalu
Tue Apr 26, 2016 9:38 am
Forum: General discussions
Topic: Error -- serendipity error: unable to connect to database -
Replies: 26
Views: 40229

Re: Error -- serendipity error: unable to connect to databas

I am not really able to debug this outdated version file with you. Please check your blog roots serendipity_config_local.inc.php file. The db credentials in there must fit to a correct login to postgres. Check this up! Best would be to have another independent test file using this same credentials t...
by Timbalu
Sun Apr 24, 2016 8:08 pm
Forum: Bugs
Topic: Multilingual:"Translation of title" not working for archive
Replies: 10
Views: 26575

Re: Multilingual:"Translation of title" not working for arch

wesley wrote:But the problem persists.
No. Now it has changed. At least for me - to:
Wesley's Tool-Box on Friday, April 22. 2016: Naju population returns to 100 thousand - who's in there?
and
웨슬리의 툴박스 작성일: 2016년 4월 22일 금요일: Naju population returns to 100 thousand - who's in there?
with <ko> lang set
by Timbalu
Sun Apr 24, 2016 9:53 am
Forum: Bugs
Topic: Multilingual:"Translation of title" not working for archive
Replies: 10
Views: 26575

Re: Multilingual:"Translation of title" not working for arch

Did you try adding "|multilingual_lang" * modifier to $trackback.author ?, ie {$trackback.author|multilingual_lang} at https://github.com/s9y/Serendipity/blob/master/templates/next/trackbacks.tpl#L3 * see http://board.s9y.org/viewtopic.php?f=4&t=20711&p=10445249&hilit=multiling...
by Timbalu
Fri Apr 22, 2016 9:37 am
Forum: General discussions
Topic: Error -- serendipity error: unable to connect to database -
Replies: 26
Views: 40229

Re: Error -- serendipity error: unable to connect to databas

Apart from using a totally outdated Serendipity version, this most probably is this:

No (PHP) PostgreSQL extension (extension = pgsql.so) found. Please check your webserver installation or contact your systems administrator regarding this problem.
by Timbalu
Thu Apr 21, 2016 2:50 pm
Forum: Bugs
Topic: Multilingual plugin "forgets" default language
Replies: 19
Views: 16607

Re: Multilingual plugin "forgets" default language

No. Take the released zip 3.77-2 for sure, since that is the one you can just drop into! The master repo is only ahead with a version note about this in the readme. GitHub still yielded version 2.25 as the latest Yes, thats what you get (by version) today, tomorrow (after the xml sync) it will say 2...
by Timbalu
Thu Apr 21, 2016 10:47 am
Forum: Bugs
Topic: Multilingual:"Translation of title" not working for archive
Replies: 10
Views: 26575

Re: Multilingual:"Translation of title" not working for arch

Solved - see other thread and update 2.25 and 2.26.
by Timbalu
Thu Apr 21, 2016 9:16 am
Forum: Themes
Topic: Sticky Post for responsive Templates?
Replies: 45
Views: 40191

Re: Sticky Post for responsive Templates?

Four+ if checks vs a quick foreach - is that an easier approach? This seems more complicated to me than in need. (Didn't test this yet though.)
by Timbalu
Thu Apr 21, 2016 8:32 am
Forum: Bugs
Topic: Multilingual plugin "forgets" default language
Replies: 19
Views: 16607

Re: Multilingual plugin "forgets" default language

Sorry. Please use 2.26, or this diff. @@ -25,11 +25,11 @@ class serendipity_event_multilingual extends serendipity_event 'serendipity' => '1.6', 'smarty' => '2.6.7', 'php' => '4.1.0' )); $propbag->add('groups', array('FRONTEND_ENTRY_RELATED', 'BACKEND_EDITOR')); - $propbag->add('version', '2.25'); +...
by Timbalu
Wed Apr 20, 2016 3:44 pm
Forum: Themes
Topic: Sticky Post for responsive Templates?
Replies: 45
Views: 40191

Re: Sticky Post for responsive Templates?

Strange! Mine was empty because of this https://github.com/s9y/Serendipity/commit/cc4e9f953e30332109a6860b1a6cf4a2261b8788#diff-a90122069908231de5628a0b23aedb82R229 I removed that if { unset } part to get the array item back for the backend theme, but had to later on exclude the recommended from the...
by Timbalu
Wed Apr 20, 2016 3:27 pm
Forum: Themes
Topic: Sticky Post for responsive Templates?
Replies: 45
Views: 40191

Re: Sticky Post for responsive Templates?

Timbalu wrote:I didn't get the infos for my backend theme any more (which hit me visually at first) and (after fixing this) had the resting templates array still carry the recommended themes also.
This was not the one in question though. What about your backend theme box. Does it show up?
by Timbalu
Wed Apr 20, 2016 12:54 pm
Forum: Themes
Topic: Sticky Post for responsive Templates?
Replies: 45
Views: 40191

Re: Sticky Post for responsive Templates?

onli wrote:*Edit:* But that is still working for me in my devblog, so I think you had a local mismatch.
I don't think so ... since I only needed to rewrite some of your commit changes.
Which backend do you use?
by Timbalu
Wed Apr 20, 2016 10:57 am
Forum: Bugs
Topic: Multilingual plugin "forgets" default language
Replies: 19
Views: 16607

Re: Multilingual plugin "forgets" default language

Well done! Yes.
I sadly don't remember why I thought this to be a need though...
I'll rewrite this as soon we found out the other issues (archive and backend header).

Edit: I think I catched them all and just pushed 2.25. Available with Spartacus by tomorrow.
by Timbalu
Tue Apr 19, 2016 4:37 pm
Forum: Themes
Topic: Sticky Post for responsive Templates?
Replies: 45
Views: 40191

Re: Sticky Post for responsive Templates?

I often wonder about these coding quickshots into the dark... Was this ever really tested? Well, it may always be that my dev repo is slight different - but I didn't get the infos for my backend theme any more (which hit me visually at first) and (after fixing this) had the resting templates array s...
by Timbalu
Tue Apr 19, 2016 1:00 pm
Forum: Bugs
Topic: Multilingual plugin "forgets" default language
Replies: 19
Views: 16607

Re: Multilingual plugin "forgets" default language

I am not sure to which post of me you refer, which hasn't been touched already... I don't think it all has been solved already with the current code, but these 2.20 to 2.24 changes since last summer were the last state of my tests... including the still open question in #361. This lang selection thi...