News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Removing BBC buttons...

Started by gianko82, April 04, 2008, 05:05:40 AM

Previous topic - Next topic

gianko82

Can I remove some BCC buttons that are Unnecessary to my forum?
like the "insert code" or the "insert table" ones...
Wich part of code I have to Edit?
Thanks in advance!
Giancarlo.

perplexed

have a look in post.template.php  for this line

// The below array makes it dead easy to add images to this page. Add it to the array and everything else is done for you!

Below that you will find the array of bbc tags :)

gianko82

Ok i found it, but what I have to do , for example, to cancel the "insert code" button? ??? ???
I'm new to php.... ;)

perplexed

try removing this line

'code' => array('code' => 'code', 'before' => '[ code]', 'after' => '[/ code]', 'description' => $txt[259]),

May I ask why you want to remove them as they don't do any harm in being there and you may need to use them one day?

gianko82

Because the users of the forum will never have the need to use "insert code"!
however, it works perfectly! thanks!
And also, how can I make to make appear these selection cascade menu for "Font Face" "Font Size" and "Change Color"? I use smf 1.1.4, is this a feature of smf 2.0 or I can change it even on my 1.1.4? is it a mod?
thanks


gianko82

oook that's all right!!! thanks!


Advertisement: