Pesquisa resultou em 3 ocorrências

por flumsi
06 Mai 2025, 05:24
Fórum: Suporte as extensões
Tópico: Youtube Gallery
Respostas: 12
Exibições: 46616

Re: Youtube Gallery

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 ...
por flumsi
05 Mai 2025, 18:25
Fórum: Suporte as extensões
Tópico: Youtube Gallery
Respostas: 12
Exibições: 46616

Re: Youtube Gallery

I was able to solve the problem myself.

ext/dmzx/youtubegallery/controller/youtubegallery.php

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


Ändern in:
'VIDEO_LINK' => append_sid("{$board_url}/app.php/video", 'mode=view&id=' . $row['video_id ...
por flumsi
05 Mai 2025, 12:39
Fórum: Suporte as extensões
Tópico: Youtube Gallery
Respostas: 12
Exibições: 46616

Re: Youtube Gallery

Hello everyone

I'm trying my luck here too ;)
I've already been HERE

My last hope is this forum and _Vinny_

What a cool idea, a YouTube gallery *Lifts hat*
I'm using V.1.1.0 | 28.02.2025

I just have one problem. The links under each video are incorrect. View

The video link and the BBCode don ...