Ok, I modified the original to work with Fireboard 1.0.3 if anyone is interested.
What I have done is attached the files and will attempt to explain the changes I made.
Ok here we go!
Notes:
1.)Before I begin, make sure you have in the configuration of Fireboard set it to use Mambots and if you haven't already please visit
Joomla Extensions Directory and download the AllVideos Plugin and make sure it is installed and enabled in your Mambots.
2.)Another thing to remember when/if adding other buttons besides YouTube you have to use "{" instead of "[". Why? Because that is how the AllVideos Mambot process the information.
3.)All credit of this goes to the original Author as I meirly used 95% of his code and made a couple modifications. Thanks c0caine, Original Post: [url=http://www.bestofjoomla.com/component/option,com_fireboard/Itemid,38/func,view/id,21328/catid,3/limit,10/limitstart,40/]Original Post[/url]
You will preform the same steps in mine as c0caine has done except in the Smile.Class.php file we do it a little diffrent.
Search for Code:
[code:1]input type = "button" class = "button" accesskey = "h" name = "addbbcode24" value = "Hide" style = "text-decoration: underline; " onclick = "bbstyle(20)" onmouseover = "helpline('h')"[/code:1]
After that code insert:
[code:1]input type = "button" class = "button" accesskey = "y" name = "addbbcode26" value = "Youtube" style = "text-decoration: underline; " onclick = "bbstyle(22)" onmouseover = "helpline('y')"[/code:1]
If you have done the other steps as per his original post, altering the other two files it should work for you.
If you should choose to add more than one button duplicate all of the steps but for each new line in the Smile.Class.php increase te addbbcode by "2" and the bbstyle by "2".
This should work, if anyone sees a flaw please let me know. I will continue testing.
Thanks,
James