Hi,
using textimage with chained presets I have a problem: if I have preset1 that uses preset2 as a background, the text in preset1 is encoded. For example, a:
.../a test/another test.jpg
gives 'another test' written correctly and 'a%20test' written this way. Also occurs for accented chars.

Thanks,
m.

Comments

fininho’s picture

Assigned: fininho » Unassigned
Status: Patch (to be ported) » Active

Solved.
If you encounter this error, replace line 422 (ver 2.1) 410 (ver 2.x dev) in textimage.module file with the following:

    $background_resource = textimage_image_from_preset($next_preset, urldecode($next_text), $additional_text);

Please include it in next release.

Hope it helps,
m.

fininho’s picture

Assigned: Unassigned » fininho
Status: Active » Patch (to be ported)

Status: Active » Patch (to be ported)
mondrake’s picture

Issue summary: View changes
Status: Patch (to be ported) » Closed (outdated)