[video=youtube]
you must remove the BBCodes
<p>[video=youtube]</p>
and
[/video]
in the url
Example
//www.youtube.com/embed/eTZ55Twa__Q[/video]?start=
should look like this
//www.youtube.com/embed/eTZ55Twa__Q?start=
https://app.screencast.com/9OcOaUtZDZVyH
you can do this manually in each post 😆Β
or with 2 phpMyAdmin SQL commands
Example
update wp_wpforo_posts set body = replace(body,'[/video]?start=','?start=');
and
update wp_wpforo_posts set body = replace(body,'<p>[video=youtube]</p>','');
you can also use a plugin like > Search & Replace
but make a backup before 😉
visit my german wpForo Community > Tutrix.de
with lots of customization & modification, e.g. hover cards, topic/post preview on mouseover, chatbox and much more...
Thank you so much Tutrix for help my
in mi case, the way its via with 2 phpMyAdmin SQL commands, becasuse have hundreds of many post with youtube videos.
Do it the steps phpMyAdmin SQL commands but not work in forum:
update wp_wpforo_posts set body = replace(body,'[/video]?start=','?start=');
Anexo images preview:
Β
Hi Tutrix
Yes, the table prefix its ok, in phpmyadmin have all tables ok with prefix.
anexo image preview:
Thank you so much for Support Tutrix 👍Β
try
update wp_wpforo_posts set body = replace(body,'[/video]','');
and
update wp_wpforo_posts set body = replace(body,'[video=youtube]','');