4images Issues / Ausgaben > Feedback & Suggestions

4images 1.10 - Feedback

<< < (3/3)

Sunny C.:

--- Quote from: kai on February 16, 2023, 10:55:03 AM ---Danke für das Feedback, wir prüfen das.

--- End quote ---

Das habt ihr bis heute nicht... Ich denke so wird das auch mit Github nichts werden. Wie man sehen konnte gab es doch den ein oder anderen User der an der Software Interesse hat. Ich habe ein komplett modernes Design Frontend/Backend erstellt gehabt; war und bin aber auch nicht mehr bereit dies zur Verfügung zu stellen.

Przemek:
Even the new lines in category description are translated to
"<br>" which appears on the screen! WTF? I understand, you're changed script for the XSS issues reason, but it brokes a simply descriptions in categrory description!
Please fix it!

php8:
Hello Przemek,

are you fit enough in php to customize it for yourself?

The following solutions come to mind:

a) downgrade the affected php files to those of version 1.8 (although I wouldn't recommend this approach, it would be the quickest way for you to restore functionality)

b) Adjust the filter order and create an individual filter. The following approach comes to mind (untested):

1. replace the html line breaks with another format of your choice (example: <br /> with #br#)
2. remove all remaining html tags (strip_tags or any other solution)
3. process the remaining output from 4images' own filter
4. replace #br# with <br /> again before the output

This way you keep the line breaks while preserving the previous filter mechanisms.

Navigation

[0] Message Index

[*] Previous page

Go to full version