
02-20-2011, 11:33 PM
|
|
|
Join Date: Oct 2003
Posts: 1,215
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by testbot
Editing core files is the incorrect way to do things. They did add the hook so the following will fix the issue.
1. AdminCP>Plugins & Producs>Plugin Manager>Add New
2.
Product: AME3
Hook: data_parse_bbcode_video (not data_preparse_bbcode_video_start)
Title: AME - Parse bbcode video
Execution Order: 1
Plugin Code:
Code:
global $vbulletin;
require_once(DIR . '/includes/ame_prep.php');
$providers = ame_data_preparse($pagetext);
3. Plugin is active 'Yes'
4. Save
If you have cache enabled you might have to clear that.
|
Well thats dead sexy
|