cbb Autowords problem


Avatar de Usuario
Leinad4Mind
 
Mensajes: 213
Registrado: Jue Oct 15, 2015 10:10 pm
 Dom Ago 02, 2020 10:21 pm • a través de Web
Hi there, canidev,

I've a problem with autowords. When enabled and with phpbb media embed extension enabled priori, it makes pages with youtube video to stop working. (Flatboots and prosilver, but prosilver its harder to see a problem, you need to go to editing a post that has a youtube video and then try to on the Polls tab for example, it will not work. All JS stops working)

Btw I didnt set any word to autowords yet. Dunno if thats a problem...
Avatar de Usuario
IvanPF
Administrador
 
Mensajes: 2026
Registrado: Vie Jun 17, 2011 12:15 am
Ubicación: España (Spain)
 Lun Ago 03, 2020 3:33 pm • a través de Web
Hi,

Try with this change:
1. Open /ext/canidev/core/lib.php
2. Find:
Código: Seleccionar todo
$text    = preg_replace('#(<(?:img|br|hr|input).*?)(?<!/)>#i', '$1/>', $text);

3. Replace with:
Código: Seleccionar todo
$text    = preg_replace('#(<(?:img|br|hr|input|iframe).*?)(?<!/)>#i', '$1/>', $text);
Avatar de Usuario
Leinad4Mind
 
Mensajes: 213
Registrado: Jue Oct 15, 2015 10:10 pm
 Lun Ago 03, 2020 8:01 pm • a través de Web
Thank you! Problem solved!

¿Quién está conectado?

Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 0 invitados