Current time: 03-22-2010, 05:57 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 14 Votes - 3.86 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HotEditor 4.2 WYSIWYG BBCode Editor for MyBB 1.4 Release 2
08-28-2008, 02:07 AM
Post: #41
RE: HotEditor 4.2 WYSIWYG BBCode Editor for MyBB 1.4 Release 2
(08-26-2008 01:23 PM)GG-Xtreme Wrote:  Or at least identify what language you are using so I can find a translator, I can't even tell from your post.

seems like turkish Rolleyes

[Image: mybbsig.php]

[Image: snAke.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
08-28-2008, 04:34 PM
Post: #42
RE: HotEditor 4.2 WYSIWYG BBCode Editor for MyBB 1.4 Release 2
(08-26-2008 07:14 PM)Auwyn Wrote:  I had a strange moment myself, having just installed your updated mod (Great work btw). WHen I first installed it, the youtube buttons and other similar stuff was there and I was able to amend the code for one of my posts with an embedded youtube video in it, but after I did that, the youtube button and a lot of other buttons that were with it, disappeared...leaving me to change all the rest of the posts by hand. Not too much of an issue for me, but I'm not convinced my board users will be able to manage as easily.

So I will echo the foreign person's (assumed) request and ask whether the Youtube button can be added/reincluded?
And that is done by editing the /richedit/editor.js file, as I have just found out.

Awesome mod of a mod, thank you.
The buttons were removed, because they don't work unless you happen to have special MyCode already. You can edit richedit/editor.js to add buttons if they work (edit the lines "var toolbar1", "var toolbar2", "var toolbar3", "var textarea_toolbar1", "var textarea_toolbar2", and "var textarea_toolbar3" following the instructions in the comments; you can alse edit the quickreply box by editing the lines "var minibar" and "var textarea_minibar").

(08-27-2008 08:20 PM)Auwyn Wrote:  Found a buggy part of this in the calendar event entry function.
It isnt so buggy that it doesnt work, but it certainly looks a bit odd.

I figure this is just because there were no amendments to the calendar post template.

[Image: cal.jpg?t=1219868381]
I will take a look at this. I can't do anything right now, because my website is down.

The Mercenary X Clan - http://mercx.exofire.net
Visit this user's website Find all posts by this user
Quote this message in a reply
08-28-2008, 04:40 PM
Post: #43
RE: HotEditor 4.2 WYSIWYG BBCode Editor for MyBB 1.4 Release 2
(08-28-2008 04:34 PM)GG-Xtreme Wrote:  The buttons were removed, because they don't work unless you happen to have special MyCode already. You can edit richedit/editor.js to add buttons if they work (edit the lines "var toolbar1", "var toolbar2", "var toolbar3", "var textarea_toolbar1", "var textarea_toolbar2", and "var textarea_toolbar3" following the instructions in the comments; you can alse edit the quickreply box by editing the lines "var minibar" and "var textarea_minibar").

Yeah, I discovered that after I had posted the first part of the post, hence the edit. Works a treat too.

Would like to say again thanks for this mod. I love it and it is incredibly popular on my boards.
Find all posts by this user
Quote this message in a reply
08-29-2008, 02:50 AM
Post: #44
RE: HotEditor 4.2 WYSIWYG BBCode Editor for MyBB 1.4 Release 2
Nice editor for copy-paste sites Smile
Find all posts by this user
Quote this message in a reply
08-29-2008, 06:55 AM
Post: #45
RE: HotEditor 4.2 WYSIWYG BBCode Editor for MyBB 1.4 Release 2
I've finally found this function..
Visit this user's website Find all posts by this user
Quote this message in a reply
08-29-2008, 09:02 PM (This post was last modified: 08-29-2008 09:02 PM by GG-Xtreme.)
Post: #46
RE: HotEditor 4.2 WYSIWYG BBCode Editor for MyBB 1.4 Release 2
Auwyn, I took a look at the event calendar, and it just shows the original editor for me, which is working fine. I may do an update later to include calendar updates, but I don't have time right now. Have you touched any of the files for the original editor? None of the modifications I uploaded should break the calendar add-event page. Possibly a theme problem?

The Mercenary X Clan - http://mercx.exofire.net
Visit this user's website Find all posts by this user
Quote this message in a reply
08-30-2008, 12:08 AM
Post: #47
RE: HotEditor 4.2 WYSIWYG BBCode Editor for MyBB 1.4 Release 2
I like the style of the hole thing. It looks really good. I think i'm going to try it out.

Nice work.

Paradox.
Find all posts by this user
Quote this message in a reply
08-30-2008, 05:22 AM
Post: #48
RE: HotEditor 4.2 WYSIWYG BBCode Editor for MyBB 1.4 Release 2
(08-30-2008 12:08 AM)ParadoxInteractive Wrote:  I like the style of the hole thing. It looks really good. I think i'm going to try it out.

Nice work.

Paradox.

Thank you. I'm glad I could give some people what they wanted, despite my mediocre PHP knowledge and scripting skills.

The Mercenary X Clan - http://mercx.exofire.net
Visit this user's website Find all posts by this user
Quote this message in a reply
09-01-2008, 09:01 AM
Post: #49
RE: HotEditor 4.2 WYSIWYG BBCode Editor for MyBB 1.4 Release 2
I had this editor in MyBB1.2 and it would work good but in MyBB1.4 it's not displaying all buttons, I can adjust with others but at least "Size" button should be there, and I think Print Button is not in itself may be, that's okay but at least tell me how to display "Size" option in this editor, thanks for converting it for 1.4

Tensor Phasor
Find all posts by this user
Quote this message in a reply
09-01-2008, 04:24 PM
Post: #50
RE: HotEditor 4.2 WYSIWYG BBCode Editor for MyBB 1.4 Release 2
(09-01-2008 09:01 AM)nucleusfermi Wrote:  I had this editor in MyBB1.2 and it would work good but in MyBB1.4 it's not displaying all buttons, I can adjust with others but at least "Size" button should be there, and I think Print Button is not in itself may be, that's okay but at least tell me how to display "Size" option in this editor, thanks for converting it for 1.4

GG-Xtreme Wrote:The buttons were removed, because they don't work unless you happen to have special MyCode already. You can edit richedit/editor.js to add buttons if they work (edit the lines "var toolbar1", "var toolbar2", "var toolbar3", "var textarea_toolbar1", "var textarea_toolbar2", and "var textarea_toolbar3" following the instructions in the comments; you can alse edit the quickreply box by editing the lines "var minibar" and "var textarea_minibar").
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: