Hi, great module, thanks for the update. After updating (1.1 > 2.6), the collapsables that contain accented vowels (á... etc.) in the title, loose their tags (title and class). Fckeditor is installed, and it's converting the symbol (á) to an entity (á) . Everything else works like a charm (nested collapsibles, the class tag, etc.).

Thanks for the update again! Greetings from the south!

Comments

pukku’s picture

Assigned: Unassigned » pukku

Hm. I think the problem is that this is not an "XML entity", but an "HTML entity". I'm using an XML parser to parse the tags, and this is breaking it.

I will look at how to solve this, but if there's a way to tell FCK Editor to use numeric entities, could you try that and see if it works? If so, I think I know what I can do...

Thanks,
Ricky

pukku’s picture

Status: Active » Fixed

Hi! I've just released 6.x-2.7, which should fix this problem.

eronte’s picture

Hi pukku, thanks for the update!

FCKeditor can be configured to stop converting the symbols into entities (per profile or globally) and it alleviates the problem (some of the authors type the entities carefully by hand ^_-

Couldn't find a way to enforce numeric entities (yet).

PS: Tried 6.x-2.7, still get the default title. Greets!

pukku’s picture

Status: Fixed » Active

Hi! I guess I'm confused about the exact problem then. Can you supply a sample of some text that is giving you a problem?

Thanks,
Ricky

eronte’s picture

Status: Active » Closed (fixed)

It was an error on my side, sorry for the inconvenience. It was a page (with php code) that called the filter function directly (but never used the 'prepare' parameter -_-). Many many thanks for the fix and the update!