Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Add BBstyle & BBtags? (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Add BBstyle & BBtags?
#57892
Add BBstyle & BBtags? 2 Months, 2 Weeks 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: 31
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#57897
Re:Add BBstyle & BBtags? 2 Months, 2 Weeks ago  
I figured it out, thanks anyway!
samcarducci (User)
Junior Boarder
Posts: 31
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top