MyBB Community Forums

Full Version: NEW - WYSIWYG Rich Text Editor (Build-in BBCode Editor) for MyBB 1.2.3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
I seem to be having an issue when people cut and paste into the editor from other sources.
one example is:
http://www.sekchatter.com/homegrown-video-t-3189.html

The tags don't show up in the editor, only when it's posted.

Same thing when when items are cut and pasted from a document like msword.
Hi E-CardMax

hope fine

i just modified editor.js and select_color.htm today for more colors. it is working fine for me but not for my forum users they says Color selection as it is.

i added below colors codes
in select_color.html

array[70] ="#00CDCD";array[71] ="#FF3E97";array[72] ="#CD3278";array[73] ="#FF82AB";array[74] ="#CD1077";array[75] ="#FF7F00";array[76] ="#FF4040";array[77] ="#CD771D";array[78] ="#7E8b3D";array[79] ="#C0ff3E";
array[80] ="#00878B";array[81] ="#7EC0EE";array[82] ="#104E8B";array[83] ="#1E90FF";array[84] ="#0000FF";array[85] ="#837FFF";array[86] ="#C71585";array[87] ="#FF79B4";array[88] ="#FF4500";array[89] ="#FA8072";
document.writeln("<table class=Hoteditor_Select cellpadding=0 cellspacing=0 width=100%><tr><td>\n");
for (i=0;i<array.length;i++){
	document.writeln("<div class=Hoteditor_SelectColor style=\"float:left;width:15px;height:15px;cursor:hand;cursor:pointer;font-size:11px;border:1px solid #C0C0C0;background-color:" + array[i] + ";\" onclick=\"SetFormat('" + array[i] + "');\" onMouseover=\"this.style.border='1px solid #F29536';\" onMouseout=\"this.style.border='1px solid #C0C0C0';\"></div><div style=\"float:left;width:5px;height:15px;font-size: 11px;\"></div>");
	if(i==9 || i==19 || i==29 || i==39 || i==49 || i==59) document.write("<br>");
	if(i==59 || i==69 || i==79) document.write("<br>");
}

and in editor.js

array_fontcolor[70] ="#00CDCD";array_fontcolor[71] ="#FF3E97";array_fontcolor[72] ="#CD3278";array_fontcolor[73] ="#FF82AB";array_fontcolor[74] ="#CD1077";array_fontcolor[75] ="#FF7F00";array_fontcolor[76] ="#FF4040";array_fontcolor[77] ="#CD771D";array_fontcolor[78] ="#7E8b3D";array_fontcolor[79] ="#C0ff3E";
array_fontcolor[80] ="#00878B";array_fontcolor[81] ="#7EC0EE";array_fontcolor[82] ="#104E8B";array_fontcolor[83] ="#1E90FF";array_fontcolor[84] ="#0000FF";array_fontcolor[85] ="#837FFF";array_fontcolor[86] ="#C71585";array_fontcolor[87] ="#FF79B4";array_fontcolor[88] ="#FF4500";array_fontcolor[89] ="#FA8072";


Ps: here is the screen shot

[Image: colors_thumb.png]

Cheers
i have found the problem myself .. that some user are using Firefox mozilla so thats why they cant get updated files

If a user using IE then how much time it take to see update files?
one more requirment please if you could make a Urdu Keyboard . i ll be very thankful of you
here is screen shot

[Image: urdu%20keyboard_thumb.jpg]
eCardMAX.com

HotEditor 4.2 insert all bbcodes in UPPER case Sad
How change all bbcodes to low case ?

Sorry my english.
does this plugin work with the latest mybb?
Ah I was hoping there was going to be a answer to the question above
I'm using it with the latest version and have no problems.

It's a custom modification, not plugin, btw.
Hi Jeff, just came back to say that I tried it and it works fine Big Grin Brilliant add on!
I like this mod but I am having problems with the smileys. Each of my smileys in each category is sequentially titled so that they should appear in the order that I want them to - however they seem to be appearing in a completely random order. Is there anything I can do to correct this?

And does anyone know how t make the smiley window stay open? It closes on each click of a smiley, as my posters like to use smileys liberally it can be very frustrating
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24