Youtube Gallery

Suporte as extensões phpBB 3.3.
Avatar do usuário
flumsi
Novato
Novato
Mensagens: 3
Registrado em: 05 Mai 2025, 12:31
Avatar
Você favoritou esta postagem

Re: Youtube Gallery

  • Remover marcador da postagem
  • Mensagem 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
    Avatar do usuário
    Chico Gois
    Administrador
    Administrador
    Mensagens: 3923
    Registrado em: 03 Jul 2004, 03:53
    Nome Real: Chico Gois
    Localização: São Paulo - Capital
    Contato:
    MSG 1500+AvatarLenda
    Você favoritou esta postagem

    Re: Youtube Gallery

  • Remover marcador da postagem
  • Mensagem por Chico Gois »

    @flumsi

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

    General tab/Server settings/Enable URL Rewriting:
    Avatar do usuário
    flumsi
    Novato
    Novato
    Mensagens: 3
    Registrado em: 05 Mai 2025, 12:31
    Avatar
    Você favoritou esta postagem

    Re: Youtube Gallery

  • Remover marcador da postagem
  • Mensagem 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
    Responder