Where is the file to add additional bbstyles & bbtags for the editor, I am wanting to add some more buttons to the smile.class.php file.
I have added all the help messages & added all the buttons and everything, but the only thing I need is to define the bbstyle or bbtag with a number.
This code is taken from the smile.class.php file, where it reads "addbbcode24" & "bbstyle(20)", I need to know where it is pulling that data from so I can define my new styles there.
| Code: |
<input type = "button" class = "<?php echo $boardclass;?>button" accesskey = "h" name = "addbbcode24" value = "Hide" style = "text-decoration: underline; " onclick = "bbstyle(20)" onmouseover = "helpline('h')"/>
|
Please help if you can, Super Thanks!
