can't get to work.. what is it we do with these 2 files?
yt_bbc_xhtml_1.2.xml
package-info.xml
Also, I'm having a problem with:
Language Integration
To make the mod work with your language, simply open Modifications.*.php, where * is the language you wish to integrate the mod into, and add $txt['youtube'] = 'YouTube'; to its own line in the file. I don't see this modification.english.php file anywhere
Theme Integration
Theme integration for this mod is fairly straight forward. Simply copy youtube.gif from the default theme's images directory into your custom theme's images directory. If your custom theme happens to use its own Post.template.php, open that template file and find (I don't see this post.template.php anywhere)
Should I create this .php files, adding the code below, and upload? If so, which folder should I upload to?
Code:
'flash' => array('code' => 'flash', 'before' => 'hxxp:', 'after' => ' [nonactive]', 'description' => $txt[433]),
Following that code, add:
Code:
'youtube' => array('code' => 'youtube', 'before' => '[youtube=425,350]', 'after' => '[/youtube]', 'description' => $txt['youtube']),