View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003161 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2011-08-19 11:36 | 2012-12-10 13:44 |
Reporter | boehme | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.0 revision 34568 | ||||
Fixed in Version | 4.6.2 revision 46646 | ||||
Summary | 0003161: oxmediaurl ignores additional get parameters | ||||
Description | oxmediaurl::_getYoutubeHtml() is creating the html code for embeding the video. This operation converts the url from a browser to the url we can use for embedding: $sYoutubeUrl = str_replace("www.youtube.com/watch?v=", "www.youtube.com/v/", $sUrl); For example we have this youtubelink: http://www.youtube.com/watch?v=GQ3AcPEPbH0&loop=1&rel=0 After the replacement we will have this link: http://www.youtube.com/v/GQ3AcPEPbH0&loop=1&rel=0 The questionmark was replaced but not moved in frot of the other parameters, which now won't work. | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||