Página 2 de 2

Re: Youtube Gallery

Enviado: 05 Mai 2025, 18:25
por flumsi
I was able to solve the problem myself.

Código: Selecionar todos

ext/dmzx/youtubegallery/controller/youtubegallery.php
Orginal:

Código: Selecionar todos

'VIDEO_LINK' => append_sid("{$board_url}/video", 'mode=view&id=' . $row['video_id']),
Ändern in:

Código: Selecionar todos

'VIDEO_LINK' => append_sid("{$board_url}/app.php/video", 'mode=view&id=' . $row['video_id']),
All video links work perfectly

Re: Youtube Gallery

Enviado: 05 Mai 2025, 20:31
por Chico Gois
@flumsi

In the original version of the extension, try this option:

General tab/Server settings/Enable URL Rewriting:

Re: Youtube Gallery

Enviado: 06 Mai 2025, 05:24
por flumsi
I tried that. When I set it up, the entire forum works perfectly, but the YouTube gallery links still don't.

phpbb.de

All 'external links,' such as links from the Pages extension and anything that goes through app.php, no longer work afterward, so I reset it and came across this solution.

Enable URL rewriting:
If enabled, URLs containing 'app.php' will be rewritten so that they no longer contain the filename (e.g., app.php/foo becomes /foo). The Apache web server's mod_rewrite module is required for this to work. If this option is enabled without mod_rewrite, URLs of your

I have contacted my provider regarding mode_rewrite and have not received a response yet