Page 1 of 1

Title is truncated after spaces

Posted: Sun Nov 06, 2022 8:00 pm
by fraenkiman
Hello together,

I observe a strange behavior in fp-1.3dev [master/smarty4] with plugins (e.g. spoilertags, downloadctr) that the title inside " " is truncated if a space is included.

Code: Select all

[download=downloadctr.zip name="My test file" size=k]
In the preview and in the blog the output looks like this:

"My [-0 kB] (0 downloads)

Code: Select all

[spoiler="Title of the spoiler"]Hidden conntent inside the spoiler tag[/spoiler].
The output of the spoiler tag plugin then looks like this:

"Title

I can't assign the problem. Maybe someone already has experience with this and can place a solution here.

With best regards
Frank

[Solved] Title is truncated after spaces

Posted: Sun Dec 04, 2022 12:41 am
by fraenkiman
Hello all,

I have found the cause of the problem. The Markdown plugin that was active on this FlatPress instance was interfering with the output of both plugins.

Have a restful advent weekend
Frank

Re: Title is truncated after spaces

Posted: Sat Dec 17, 2022 12:53 pm
by Arvid
Okay, thanks for letting us know!