Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
youtube ???
This discussion has been closed.
Answers
Click on downloads, and download .tar.gz or .zip (ie. from source) not any package.
what could be going wrong? maybe something with how they're pasting the link?
Somebody has a solution for this problem?
https://www.youtube.com/watch?v=uw29-m7_Dwc
https://www.youtube.com/watch?v=uw29-m7_Dwc
bump for youtube shirt url's.
This is completely ridiculous for it to take this long for this minor issue to be fixed.
Here, I'll help. It requires a hack to the core, but I guess that's what we have to do to actually make things work with the 2.x branch of Vanilla as users.
I'm working on v2.0.18.4.
There is a preg_match for youtube shortlinks in \vanilla2\library\core\class.format.php on lines 831-832. It just doesn't work.
So I replaced
with
and it works for all Youtube-generated URLs I've thrown at it, including short links. The preg_match might be better written by someone else, that's fine. It is not my speciality.
@Lincoln