MyBB Community Forums

Full Version: YouTube tag doesn't work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,
I don't know why but my youtube tag is not working. All others tags seems to work fine.

This happens when I try to post this (inside the code tag):

[video=youtube]https://www.youtube.com/watch?v=gCpGxk4asck[/video]

Any suggestions?

Screenshot:
[Image: PeDT8Wz.png]
Try running the File Verification Tool, paying special attention to if the inc/class_parser.php file has been modified.

ACP->Tools & Maintenance->File Verification
Actually: http://community.mybb.com/thread-159286-...pid1102575 But tick Display videos in posts. instead.
All files seems OK.
It works when I use chrome, I doesn't work when I use Firefox with plugins, but it works on safe mode.
I'll keep looking on this and post here the results if I find a solution.
I don't think browsers have anything to do with this issue, apart from the fact that you may be:
a) logged in with 2 different accounts
b) logged out in one browser

For a) check what I said above - both accounts should have User CP -> Edit Options -> Display videos in posts ticked.
For b) there is also a global setting for guests: ACP -> Configuration -> Clickable Smilies and BBCode -> Parse [video] MyCode for Guests.
(2014-09-17, 09:54 PM)Destroy666 Wrote: [ -> ]For a) check what I said above - both accounts should have User CP -> Edit Options -> Display videos in posts ticked.

This was the problem. Is there any setting so I can force it for everyone?

The reason it worked in Chrome was because I was a guest. Blush
(2014-09-15, 01:54 PM)HolyPhoenix Wrote: [ -> ]
UPDATE mybb_users SET showimages=1
for images and
UPDATE mybb_users SET showvideos=1
for videos.