درباره این فایل
تنها در صورتی از این فایل استفاده نمایید که با چنین مشکلاتی مواجه گشته اید :
Note, please ensure you keep a back-up of the files you're replacing incase you need to restore your original files. This patch is provided as a courtesy and is updated regularly which means that each fix may not have extensive testing across multiple sites.
- Quoting in the mobile skin showing HTML in the text box
- MEDIA tags not always linking correctly / videos not showing (especially when > 10 per page)
- URLs not appearing linked (from old pre 3.4 posts)
- HTML mode enabled but iFrame SRC is being stripped
- Manually typing in IMG tags when in RTE mode can cause "Incorrect file extension"
- Manual BBCode option has no delimiter but contains spaces can break on STD > RTE toggle
- Toggling STD > RTE - QUOTE timestamp is removed
- Unable to post iframes in HTML mode.
- IP.Content content having HTML stripped
- Quoting in Firefox sometimes means that hitting enter breaks the quote in two
- Posting HTML URLs are incorrectly cleaned
- [ img=imagetest.gif ] format not working
- URLs parsing even when BBCode permissions do not allow it for the poster
- Quote header time doesn't include time difference
- "Do not parse contents" ineffective, URLS and other BBCode still parse when set
- Images wrapped in center tags have the center tags removed on edit or when toggling to source mode
- Pre 3.4 posts with HTML object/embed videos broken
- Youtube videos not working in mobile devices (iOS, Android, etc)
- Smilies not always parsing if they contain a square bracket
- Extended characters in URLs break when toggling between RTE > STD
- Extremely badly formatted legacy BBCode LISTS can crash CKEditor (and the browser)
- UTF-8 domains now converted to Punycode rather than being stripped (as per IETF document RFC 3492)
بعد از ریختن این فایل به بخش Support سپس Sql Management بروید و کدهای زیر را در باکس SQL وارد کنید :
UPDATE bbcode_mediatag SET mediatag_match='http(?:s)?://(www.)?youtube.com/watch\\?(\\S+?)?v=([\\d\\w-_]+?)(&\\S+?)?', mediatag_replace='<iframe id=\"ytplayer\" type=\"text/html\" width=\"640\" height=\"390\" src=\"http://youtube.com/embed/$3?version=3\" frameborder=\"0\"/></iframe>' WHERE mediatag_name='YouTube';UPDATE bbcode_mediatag SET mediatag_match='http://(www.)?youtu.be/([\\d\\w-_]+?)', mediatag_replace='<iframe id=\"ytplayer\" type=\"text/html\" width=\"640\" height=\"390\"\r\n src=\"http://youtube.com/embed/$2?version=3\"\r\n frameborder=\"0\"/></iframe>' WHERE mediatag_name='YouTu.be';
سپس به بخش System > Tools & Settings > Cache Management بروید و از جلوی Cached Posts گزینه Remove all items را کلیک نمایید