It looks like you're new here. If you want to get involved, click one of these buttons!
open /plugins/Magic/default.php
and edit the function ViewYoutube select the hole function and insert this instead:
http://pad.we-host.de/p/magic
Regards, Niklas
pasted the code from http://pad.we-host.de/p/magic
It's so easy to put code on the forum instead of going to other sites that may or may not keep it for a long duration. cut and pasted above.
/** * ViewYoutube * @param Array $Matches * @return String */ protected function ViewYoutube($Matches) { if($this->IsValueAttribute($this->Comment, $Matches[0])) { return $Matches[0]; } else { return "<object width=\"425\" height=\"344\"> <param name=\"movie\" value=\"http://www.youtube." . $Matches[5] . "/v/" . $Matches[7] . "?version=3&hl=de_DE\"></param> <param name=\"allowFullScreen\" value=\"true\"></param> <param name=\"allowscriptaccess\" value=\"always\"></param> <embed src=\"http://www.youtube." . $Matches[5] . "/v/" . $Matches[7] . "?version=3&hl=de_DE\"" . "type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed> </object>"; } }
factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!
Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant
Comments
pasted the code from http://pad.we-host.de/p/magic
It's so easy to put code on the forum instead of going to other sites that may or may not keep it for a long duration. cut and pasted above.
factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!
Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant
- Spam
- Abuse
- Troll
5 • Off Topic Insightful Awesome LOL •