Topic: New HotEditor MOD (V.4.2) for PunBB

Feb 09, 2007
This MOD works with PunBB 1.2.x. Our HotEditor is now working on all major browsers such as: IE - FireFox - NetScape - OPERA 9.x - Safari

##############################################################
## MOD Title: WYSIWYG - Rich Text Editor for posting HTML message
## MOD Author: eCardMAX.com < webmaster@ecardmax.com > (Jimbo Hong) http://ecardmax.com
## MOD Description: It's time to turn <textarea> into a powerful Rich Text HTML Editor. Don't force your
## users to learn another set of markup tags. With this MOD you can format your posts or Private
## message just like you would in MS. FrontPage! Our Rich Text Editor will work on all popular browsers
## such as: IE - FireFox - Netscape - Opera 9x
## MOD Version: 4.2
##
## Installation Level: Intermediate
## Installation Time: ~20 minutes
##
###############################################

http://ecardmax.com/templates/Main/hoteditor_screenshot_small.gif

it's time to turn <textarea> into a powerful WYSIWYG Rich Text HTML Editor. Don't force your users to learn another set of markup tags. With this MOD you can format your posts just like you would in MS. FrontPage!

This HOTEDITOR will output BBCode instead of HTML Code like other version.

You can take a look at my Demo here
http://www.ecardmax.com/punbb_1214
http://www.ecardmax.com/index.php?step=Hoteditor

Download the MOD zip file here
http://www.ecardmax.com/index.php?step=Hoteditor2PunBB

Jim

www.eCardMAX.com
E-cards are a fun and interactive way
to entice repeat visitors to a site,
Visit us for more in detail  :)

2

Re: New HotEditor MOD (V.4.2) for PunBB

I like it, I was searching for something like this. I seen you mod before I think.

But do you have a light version that loads faster? Or is it easy to custumize the interface?

Re: New HotEditor MOD (V.4.2) for PunBB

Also, how about integrating the design better into PunBB?

FluxBB - v1.4.8

Re: New HotEditor MOD (V.4.2) for PunBB

please also release the mod at Punres

FluxBB - v1.4.8

Re: New HotEditor MOD (V.4.2) for PunBB

lie2815 wrote:

Also, how about integrating the design better into PunBB?

What do you mean?

But do you have a light version that loads faster? Or is it easy to custumize the interface?

There is no lighter version. The current version loads fast enough to me. You can edit file richedit/editor.js to add/remove HotEditor buttons.

please also release the mod at Punres

I will do it after no bug is found.

Attention: I have to disable 2 buttons Bullets + Numbering by default because the way PunBB .css styles control DIV LI, that makes Bullets & Numbering un-displayable. In order to enable Bullets + Numbering button you have to modify the original .css (style/*.css) which I haven't done yet.

Regards,

www.eCardMAX.com
E-cards are a fun and interactive way
to entice repeat visitors to a site,
Visit us for more in detail  :)

Re: New HotEditor MOD (V.4.2) for PunBB

very nice mod! is this a full version or trial version?

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: New HotEditor MOD (V.4.2) for PunBB

eCardMAX.com wrote:
lie2815 wrote:

Also, how about integrating the design better into PunBB?

What do you mean?

That is just one of my preferences. Maybe the whole thing could just be similar to the easy bbcode mod, just that it is wysiwyg and more buttons...

FluxBB - v1.4.8

Re: New HotEditor MOD (V.4.2) for PunBB

quaker wrote:

very nice mod! is this a full version or trial version?

This is a full version MOD.

HotEditor has 4 toolbars. The 4th toolbar was disabled by default. This is a custom BBCode toolbar. Edit file editor.js to enable it, you can add your own BBCode buttons to this toolbar. Just follow the instruction inside editor.js

Regards,

www.eCardMAX.com
E-cards are a fun and interactive way
to entice repeat visitors to a site,
Visit us for more in detail  :)

Re: New HotEditor MOD (V.4.2) for PunBB

thanks... any plans for other tools on ur site to be modded for punbb? the gift card would be sorta neat...hehe.


Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: New HotEditor MOD (V.4.2) for PunBB

impressive functionality with this jewel. i do agree it is a bit out of place visually though. but easily fixed.

~James
FluxBB - Less is more

Re: New HotEditor MOD (V.4.2) for PunBB

why don't u fix it then dr. jeckyl? wink

FluxBB - v1.4.8

12 (edited by quaker 2007-06-01 18:21)

Re: New HotEditor MOD (V.4.2) for PunBB

what if you dont have viewtopic.php inside the include folder?

#-----[ OPEN ]------------------------------------------
# 
include/viewtopic.php

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: New HotEditor MOD (V.4.2) for PunBB

quaker wrote:

what if you dont have viewtopic.php inside the include folder?

#-----[ OPEN ]------------------------------------------
# 
include/viewtopic.php

Q

Sorry, shoud be changed to

#-----[ OPEN ]------------------------------------------
# 
include/parser.php
www.eCardMAX.com
E-cards are a fun and interactive way
to entice repeat visitors to a site,
Visit us for more in detail  :)

14

Re: New HotEditor MOD (V.4.2) for PunBB

how do i take out the php wrap code and the html wrap code.. that just opens the door for hacking...
editor.js file where else do i need to remove that code from?

var capPHP ="Wrap [PHP][/PHP]";
var capHTML="Wrap [HTML][/HTML]";

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: New HotEditor MOD (V.4.2) for PunBB

quaker wrote:

how do i take out the php wrap code and the html wrap code.. that just opens the door for hacking...
editor.js file where else do i need to remove that code from?

var capPHP ="Wrap [PHP][/PHP]";
var capHTML="Wrap [HTML][/HTML]";

Q

You don't have to because the editor.js that comes with MOD zip file won't show HTML + PHP buttons. Check it out
http://www.ecardmax.com/punbb_1214/post.php?tid=9

Just in case if you want to add/remove Hoteditor buttons then edit file editor.js - look for code

var toolbar1 ="SPACE,btFont_Name,btFont_Size,btFont_Color,btHighlight,btRemove_Format...";
var toolbar2 ="SPACE,btDeleteAll,btIESpell,SPACE,btCut,btCopy,btPaste,SPACE,btUndo,btRedo,...";
var toolbar3 ="SPACE,btInsert_Image,btClipart,btWordArt,btEmotions,btUpload,SPACE,btFlash,btYouTube,btGoogle,btYahoo...";

If you want to remove [Font Name] button then delete keyword btFont_Name

Make sure you delete keyword btFont_Name in BBCode editor toolbar

var textarea_toolbar1 ="...";
var textarea_toolbar2 ="...";
var textarea_toolbar3 ="...";
www.eCardMAX.com
E-cards are a fun and interactive way
to entice repeat visitors to a site,
Visit us for more in detail  :)

Re: New HotEditor MOD (V.4.2) for PunBB

why does it say "bold" when you hover over the copy, cut and paste buttons...?

FluxBB - v1.4.8

Re: New HotEditor MOD (V.4.2) for PunBB

lie2815 wrote:

why does it say "bold" when you hover over the copy, cut and paste buttons...?

Oops!  Just fixed. Please re-download editor.js 

Jim

www.eCardMAX.com
E-cards are a fun and interactive way
to entice repeat visitors to a site,
Visit us for more in detail  :)

18

Re: New HotEditor MOD (V.4.2) for PunBB

any plans for a lighter version?

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

19 (edited by eCardMAX.com 2007-06-02 03:38)

Re: New HotEditor MOD (V.4.2) for PunBB

quaker wrote:

any plans for a lighter version?

Q

Can I ask why you need a lighter version? and what features you want to remove?

www.eCardMAX.com
E-cards are a fun and interactive way
to entice repeat visitors to a site,
Visit us for more in detail  :)

20

Re: New HotEditor MOD (V.4.2) for PunBB

how is it skined? it seem a little bloated but i really do like it.

maybe a skin that pulls from the style.  but that ok...

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: New HotEditor MOD (V.4.2) for PunBB

quaker wrote:

how is it skined? it seem a little bloated but i really do like it.

maybe a skin that pulls from the style.  but that ok...

Q

check in \richedit\styles\office2007 for style stuff.

~James
FluxBB - Less is more

22

Re: New HotEditor MOD (V.4.2) for PunBB

thanks dr j how the site running ? 6x6 what are your plans for it?

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: New HotEditor MOD (V.4.2) for PunBB

just a personal general collection of randomness.

~James
FluxBB - Less is more

24

Re: New HotEditor MOD (V.4.2) for PunBB

kewl!!

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

25

Re: New HotEditor MOD (V.4.2) for PunBB

Humm i think if we have one plugin administration for setting width, height & size by user groups its best.