2007-12-03, 03:53 AM
Hi everybody!!. I am a fresh newbie
. I have a small question and hope everyone to help me. ![Toungue Toungue](https://community.mybb.com/images/smilies/tongue.gif)
![[Image: add1yg2.jpg]](https://camo.mybb.com/1ce290a24dd086d8c9cb9ecd8800b1a34fe7bb3a/687474703a2f2f696d673233302e696d616765736861636b2e75732f696d673233302f333533362f616464317967322e6a7067)
I have added this plusgin on my site but don't know how to add a button [flash] to the edit panel.
Thank a lots Rogem for this one.
![Rolleyes Rolleyes](https://community.mybb.com/images/smilies/rolleyes.gif)
![Toungue Toungue](https://community.mybb.com/images/smilies/tongue.gif)
I have added this plusgin on my site but don't know how to add a button [flash] to the edit panel.
<?php
// Flash Code Plugin
// By Rogem http://www.rogem.net/
// Version 1.2
// Tell MyBB when to run the hooks
// $plugins->add_hook("hook name", "function name");
$plugins->add_hook("parse_message", "flashcodecode_run");
//..... Code Here
// End of plugin.
?>
Thank a lots Rogem for this one.