View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004211 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2012-07-02 13:02 | 2012-12-10 13:44 |
| Reporter | Souleater | Assigned To | |||
| Priority | high | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Fixed in Version | 4.6.3 revision 47975 | ||||
| Summary | 0004211: new youtube links missing in oxmediaurl.php | ||||
| Description | The new youtube link youtu.be for sharing is missing in oxmediaurl.php the new code looks like this (sarting at line 135): if (strpos($sUrl, 'youtube.com')) { $sYoutubeUrl = str_replace("www.youtube.com/watch?v=", "www.youtube.com/embed/", $sUrl); $sYoutubeUrl = preg_replace('/&/', '?', $sYoutubeUrl, 1); } if (strpos($sUrl, 'youtu.be')) { $sYoutubeUrl = str_replace("youtu.be", "www.youtube.com/embed/", $sUrl); } | ||||
| Tags | No tags attached. | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||