Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Add BBstyle & BBtags? (1 viewing) (1) Guest
TOPIC: Add BBstyle & BBtags?
#57892
Add BBstyle & BBtags? 4 Months ago  
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!
samcarducci (User)
Junior Boarder
Posts: 32
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#57897
Re:Add BBstyle & BBtags? 4 Months ago  
I figured it out, thanks anyway!
samcarducci (User)
Junior Boarder
Posts: 32
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top