Quote:
Originally Posted by fly
Those who don't have it working on 4.1 - Read the first post of the thread, specifically the part that starts: "NOTE ABOUT vB4.0.3"
This mod works perfectly on 4.1.
|
After spending whole day, i finally find solution.
Now this mod working for me on 4.1
For example, i'll talk about youtube.
If you want up&run this mode, try doing next:
1. Make sure, what your forum parsing youtube links. For this try make new post by extended editor, and insert link by standard "video link" dialog (pic 1.)
2. If link still not work check two settings. First - make sure, what allow remote retrieval count not equal zero. Go to Admin CP => Options => BB Code Settings (pic 2). Second - make sure, what forum where your try post link have enabled IMG tag. Go to Admin CP => Forum and moderators => Forum manager => Your forum, choose edit=> Enable\Disable Features, and check [IMG] settings (pic 3).
3. Then, if your link start working properly, you may install AME as described. After install, just edit this file - functions_video.php.
Find
and insert after this
Code:
require_once(DIR . '/includes/ame_prep.php');
$providers = ame_data_preparse($pagetext);
If you wan't edit any file, try this version -
https://vborg.vbsupport.ru/showpost....&postcount=713
It's worked for me also.
Yep. You're done!
Nothing new, just placed in one place..