|
Tutorial: Adding Extra Function Buttons to the Editor.
|
|
09-26-2006, 10:47 PM
(This post was last modified: 09-26-2006 11:11 PM by Ozidave.)
Post: #1
|
|||
|
|||
|
Tutorial: Adding Extra Function Buttons to the Editor.
This tutorial assumes that you have already added the MyCode in the ACP.
Adding Extra Function Buttons to the Editor. There is another procedure for adding a single button to the existing line in the editor.. But it is suggested you don't use that option, as it will squash the existing buttons. ![]() Adding new buttons under the existing row of buttons in the editor. Files to edit: editor.js functions.php global_lang.php This is an example of how four extra buttons were added to the editor in a new line. From this you should be able to work out how to add any other buttons of your choice in a new line. Simply replace flash, video, quick and stream with the wrapper(s) you have already created in MyCode for the function you are adding. And change this / these lines "Add an in-line flash clip" to describe your function. Needless to say: If you are ONLY adding one button then use the three "flash" lines and delete the other three lines below each "flash" entry. Many thanks go to CraKteR for supplying this code in the first instance. Open editor.js Code: FIND: --------------------------Open functions.php Code: FIND: -------------------Open global_lang.php Code: FIND: ---------------------SAVE ALL FILES. Add a suitable image (replacing flash.gif) to this path: images/codebuttons/flash.gif That's all folks!
|
|||
|
09-27-2006, 05:48 PM
Post: #2
|
|||
|
|||
|
RE: Tutorial: Adding Extra Function Buttons to the Editor.
Great tut.. Nicely explained.
|
|||
|
11-28-2006, 12:37 AM
Post: #3
|
|||
|
|||
|
RE: Tutorial: Adding Extra Function Buttons to the Editor.
What I f I want a drop down/jump-menu-like bar?
|
|||
|
11-29-2006, 12:02 AM
Post: #4
|
|||
|
|||
|
RE: Tutorial: Adding Extra Function Buttons to the Editor.
i messed up my editor.js
anyone want to post it or something to i can just replace that and not have to redownload all of mybb? Wii Fantastic.com best wii forums. forever. |
|||
|
11-29-2006, 10:14 PM
Post: #5
|
|||
|
|||
|
RE: Tutorial: Adding Extra Function Buttons to the Editor.
It didn't work, the menu completely disappearers.
|
|||
|
12-22-2006, 08:33 PM
(This post was last modified: 12-27-2006 09:24 PM by Manic.)
Post: #6
|
|||
|
|||
|
RE: Tutorial: Adding Extra Function Buttons to the Editor.
For witch version is this? I cant seem to find editor.appendChild(toolbar2); in editor.js (I am using mybb v.1.2.2)
EDIT. found it and works fine! thanx guys ;] needless to say it works a breeze with the youtube code, something that a lot of ppl have probably wondering about. There seems to be however a small problem with the writing space.. it gets pushed down by the toolbar and partially covers the signature dialog below..check out the pic for details: Code: http://img232.imageshack.us/img232/2780/screenmh5.jpg |
|||
|
02-09-2007, 08:00 AM
Post: #7
|
|||
|
|||
|
RE: Tutorial: Adding Extra Function Buttons to the Editor.
my code [wmp] ..[/wmp] very good , but if I want add code [flash 500:500]..[/flash]
please , help me |
|||
|
02-24-2007, 10:29 PM
Post: #8
|
|||
|
|||
|
RE: Tutorial: Adding Extra Function Buttons to the Editor.
What is the mycode for this coding?? Any help will be appreciated.
thanks ![]() Help Us, Help You. (Not Really) --> NO PM'S '08. |
|||
|
06-30-2007, 01:14 PM
(This post was last modified: 06-30-2007 01:15 PM by roi.)
Post: #9
|
|||
|
|||
RE: Tutorial: Adding Extra Function Buttons to the Editor.
Manic Wrote:There seems to be however a small problem with the writing space.. it gets pushed down by the toolbar and partially covers the signature dialog below..check out the pic for details: I have exactly the same problem!! The new Toolbar pushes down the text field. As a resuslt,in the text area also appear horizontal lines. Removing the toolbar,everything gets back to normal. I have searched in the templates,and also in the file Editor.js,but nowhere found an enty to modify the width and height of the textbox. Can pleas someone help on this??????? |
|||
|
06-30-2007, 01:33 PM
(This post was last modified: 06-30-2007 01:36 PM by CraKteR.)
Post: #10
|
|||
|
|||
|
RE: Tutorial: Adding Extra Function Buttons to the Editor.
You need to change this line aswell:
PHP Code: areaContainer.style.height = parseInt(editor.style.height)-parseInt(toolBar.style.height)-parseInt(toolbar2.style.height)-subtract+"px"; Code: areaContainer.style.height = parseInt(editor.style.height)-parseInt(toolBar.style.height)-parseInt(toolbar2.style.height)-parseInt(toolbar3.style.height)-subtract+"px";I think Ozidave forgot about that
MyBB Addicted. =) My plug-ins list |
|||
|
« Next Oldest | Next Newest »
|
Search
Member List
Calendar
Help






![[Image: supportpmcj9.jpg]](http://img505.imageshack.us/img505/998/supportpmcj9.jpg)