Search found 15559 matches

by Thorsten
Wed Nov 08, 2023 12:45 pm
Forum: Bug reports
Topic: Embedded YouTube Links not working
Replies: 7
Views: 5434

Re: Embedded YouTube Links not working

Hi, you can add your URL here: https://github.com/thorsten/phpMyFAQ/blob/3.2/phpmyfaq/src/phpMyFAQ/Helper/FaqHelper.php#L258 The method would look like this then: public function cleanUpContent(string $content): string { $contentLength = Strings::strlen($content); $htmlSanitizer = new HtmlSanitizer(...
by Thorsten
Tue Nov 07, 2023 8:05 am
Forum: Bug reports
Topic: Images not loading correctly in FE in new articles
Replies: 6
Views: 4662

Re: Images not loading correctly in FE in new articles

Hi,

I changed the fix for the 3.2.3 release: https://github.com/thorsten/phpMyFAQ/co ... 147cadf748

bye
Thorsten
by Thorsten
Fri Nov 03, 2023 5:57 pm
Forum: Bug reports
Topic: Embedded YouTube Links not working
Replies: 7
Views: 5434

Re: Embedded YouTube Links not working

Hi,

is this a link to YouTube?

YouTube links should work as we whitelist them: https://github.com/thorsten/phpMyFAQ/bl ... r.php#L257

bye
Thorsten
by Thorsten
Fri Nov 03, 2023 5:55 pm
Forum: Bug reports
Topic: Images not loading correctly in FE in new articles
Replies: 6
Views: 4662

Re: Images not loading correctly in FE in new articles

Hi,

this fix should help: https://github.com/thorsten/phpMyFAQ/co ... 24e7d854de

Additionally, you're using a 3.1 template, right? It causes a lot of JavaScript errors and 404 issues. You should use a 3.2 compatible template.

bye
Thorsten
by Thorsten
Fri Nov 03, 2023 10:35 am
Forum: General discussions
Topic: Die Funkion "Frage stellen" funktioniert nicht
Replies: 4
Views: 6196

Re: Die Funkion "Frage stellen" funktioniert nicht

Hi,

in den nächsten 2 oder 3 Wochen.

bye
Thorsten
by Thorsten
Wed Nov 01, 2023 5:16 pm
Forum: General discussions
Topic: Die Funkion "Frage stellen" funktioniert nicht
Replies: 4
Views: 6196

Re: Die Funkion "Frage stellen" funktioniert nicht

Hi,

Fehler gefunden bzw. mehrere dort:

https://github.com/thorsten/phpMyFAQ/co ... 946fd1437c

Hinweis: du musst die JavaScript-Dateien neu bauen, wenn du es selber fixen willst.

Ansonsten kommt der Fix mit der kommenden phpMyFAQ 3.2.3

Danke!

bye
Thorsten
by Thorsten
Wed Nov 01, 2023 4:52 pm
Forum: General discussions
Topic: Die Funkion "Frage stellen" funktioniert nicht
Replies: 4
Views: 6196

Re: Die Funkion "Frage stellen" funktioniert nicht

Hi,

ich schau mir das Problem mal an.

bye
Thorsten
by Thorsten
Wed Nov 01, 2023 4:51 pm
Forum: Bug reports
Topic: Embedded YouTube Links not working
Replies: 7
Views: 5434

Re: Embedded YouTube Links not working

Hi,

TinyMCE v6 removed that option. How do you want to embed the video, maybe it's caused from something else.

bye
Thorsten
by Thorsten
Mon Oct 30, 2023 1:10 pm
Forum: Bug reports
Topic: Images not loading correctly in FE in new articles
Replies: 6
Views: 4662

Re: Images not loading correctly in FE in new articles

Hi Oskar,

can you send me the URL of the FAQ with the broken image?

bye
Thorsten
by Thorsten
Fri Oct 27, 2023 8:52 am
Forum: General discussions
Topic: Images missing on published articles.
Replies: 5
Views: 3912

Re: Images missing on published articles.

Hi,

I re-released v3.2.2, thanks again!

bye
Thorsten
by Thorsten
Fri Oct 27, 2023 8:44 am
Forum: General discussions
Topic: Images missing on published articles.
Replies: 5
Views: 3912

Re: Images missing on published articles.

Hi,

thanks for the check, I'll re-release 3.2.2 with debug disabled.

It's enabled for the next release only.

bye
Thorsten
by Thorsten
Fri Oct 27, 2023 6:41 am
Forum: General discussions
Topic: Images missing on published articles.
Replies: 5
Views: 3912

Re: Images missing on published articles.

Hi,

phpMyFAQ 3.2.2 will be released later today which fixes this issue. Sorry!

bye
Thorsten
by Thorsten
Fri Oct 13, 2023 4:00 pm
Forum: Webserver and configuration
Topic: LDAP Group Filter
Replies: 15
Views: 7723

Re: LDAP Group Filter

Hi,

the group support is activated as well?

If yes, the login doesn't work any more?

bye
Thorsten
by Thorsten
Thu Oct 12, 2023 6:52 am
Forum: Bug reports
Topic: email " " does not comply with RFC 2822 error
Replies: 10
Views: 3704

Re: email " " does not comply with RFC 2822 error

Hi,

the second issue with "send to friend" will be fixed with the 3.2.2 release coming this month.

bye
Thorsten
by Thorsten
Tue Oct 10, 2023 5:59 pm
Forum: Bug reports
Topic: email " " does not comply with RFC 2822 error
Replies: 10
Views: 3704

Re: email " " does not comply with RFC 2822 error

Hi,

I can't reproduce the first error. I'll check the send 2 friend feature.

Do you use Captchas?

bye
Thorsten