MyBB Community Forums

Full Version: Video auto detect link - bad css class
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I've recently updated from 1.6 to 1.8.

I think 1.8 automaticaly parse post text for url of a video and add iframe instead of a href link (or maybe it is a plugin I added, not sure ?.. Smile).

Exemple here : https://www.japancar.fr/forum/Sujet-Vide...pid1390453
A user added in post source (without any mycode :

Petit coup de coeur pour la vidéo de la Mustang.

http://vimeo.com/6949336



1/ is is possible to edit the template used as iframe ? because it doesnt use any class (i have a specific class iframe_video) and it broke my responsive template...

2/ is is possible to disable this feature ? (so a a href link is displayed instead of iframe)
MyBB doesn't parse videos by links itself, [video] MyCode needs to be used. And we're not able to know if it's done by a plugin you added because only you have access to that information.. I can only say that the Automedia plugin does what you described (but then you should know what it's supposed to do: http://doylecc.altervista.org/en/automedia.html), maybe there are other.
It's probably not a plugin, I don't have any plugin that do such modification.

Maybe a javascript, like jquery... but it still changed to an iframe even if I disable javascript in chrome dev tool.

I was not able to find what is changing the link to a iframe.
I can see that the youtube video has been inserted into the thread. Post a list of the plugins you are using. As Destroy said MyBB doesn't parse links automatically.
Thank you for your support

Here is my plugin list :
Forum Cleaner (2.5.1)
Google SEO (1.6.8)
Inferno Shoutbox (1.3.1)
My Advertisements (2.0.3)
Switch Date (1.0) - my own, just to toggle edit time with post time...
Tapatalk (4.4.1)
Welcome PM/Email (1.1)
XThreads (1.65)

Not installed:
Hello World! (2.0)
Hello PluginLibrary! (hello_pl.php)
PluginLibrary (12)
Try disabling all plugins in ACP -> Configuration -> General COnfiguration and check if that works. If it doesn't, run ACP -> Tools & Maintenance -> File Verification and show the results here.
OK, it's a plugin feature...

when plugin are disable, the link is displayed...

After disabling each one of the plugin, i found out it was tapatalk that did that...