Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2017-10-20 08:10:59

philwareham
Core designer
From: Haslemere, Surrey, UK
Registered: 2009-06-11
Posts: 3,564
Website GitHub Mastodon

Re: Never seen this popup before ... !?

The latest 4.7-dev can always be downloaded here (download via the green button) – note that as of today there are a couple of admin theme issues there that I need to fix in the next couple of hours.

Generally 4.7-dev is stable but occasionally there are bugs in there. And of course it is updated on an almost daily basis.

Offline

#14 2017-10-20 13:31:12

RedFox
Member
From: Netherlands
Registered: 2005-03-25
Posts: 805
Website

Re: Never seen this popup before ... !?

Thanks Phil … I did download this one earlier but I was misled by the readme.txt file >

:o

Offline

#15 2017-12-27 16:27:30

Ewald
New Member
Registered: 2017-12-27
Posts: 3

Re: Never seen this popup before ... !?

etc wrote #307471:

No, downgrading is not our method. If you can, try to replace lines 812—813 of txp_prefs.php, we’ll have to patch it anyway:

$val = floatval($item); $modifier = strtolower(substr($val, -1));

The line with $val = floatval($item); should actually come after the line $modifier = strtolower(substr($val, -1));, not before it.

(I posted more extensively about this issue here .)

Last edited by Ewald (2017-12-27 16:44:40)

Offline

#16 2017-12-27 19:16:52

etc
Developer
Registered: 2010-11-11
Posts: 5,057
Website GitHub

Re: Never seen this popup before ... !?

Hi Ewald, welcome to the forum.

FWIW, the original code was

        $val = floatval($item);
        $modifier = strtolower(substr(trim($item), -1));

but yours works too.

Offline

#17 2017-12-27 19:31:17

Ewald
New Member
Registered: 2017-12-27
Posts: 3

Re: Never seen this popup before ... !?

Oh, I see, I misread it. Sorry.

Offline

Board footer

Powered by FluxBB