php forum
php mysql forum
php mysql smarty
 
Page 1 of 2 1 2 >
Topic Options
#211369 - 08/17/01 10:06 PM A Wonderful online HTML Editor.
dannylin Offline
Journeyman

Registered: 04/03/01
Posts: 128
Loc: Taiwan
Guys, look at this wonderful online HTML editor.<br /><br />http://www.hycenter.net/hybbs/post.php?forum=3&type=a&frame=0<br /><br />I wish it would be happened in the future version of W3T.<br />You can just edit like using a FrontPage or Dreamweaver online and upload any pix you want to put in your post. Just try it.<br /><br />BTW, it was a web site from China so it was in Chinese GB2312 code.
_________________________
---
If you can dream it, you can do it. mediafront

Top
#211370 - 09/14/01 08:08 AM Re: A Wonderful online HTML Editor. [Re: Mr. B]
kcweb Offline
Journeyman

Registered: 01/25/01
Posts: 122
Loc: ottawa, canada
wow this is amazing.<br /><br />Mr. Scream,<br /><br />is there any reason we can't have this in W3T?<br /><br />this is what is missing in all of these discussion group programs and it would make it sooooooooooo much easier for users.<br /><br />Kurt
_________________________
KurtC
__________
Kurt Carter
Webmaster
www.retailflorist.com

Top
#211371 - 09/14/01 08:37 PM Re: A Wonderful online HTML Editor. [Re: Braxton]
avolia Offline
Newbie

Registered: 05/31/01
Posts: 17
Wow, that is nice.<br />I wish that will be implemented in the next version. Actually some of the other discussion board software implemented this kind of HTML editor. I just do not want to mention the software name here.<br />If you participate in other forum you might know what I am talking about.<br />Anyway, that is something that they should seriously think about for the next version to stay with the competition.

Top
#211372 - 09/16/01 05:26 PM Re: A Wonderful online HTML Editor. [Re: PoPnBuG]
Deathwalker Offline
Newbie

Registered: 09/06/01
Posts: 11
Just mention the name. Who cares if you mention another board on this forum. It's not like anyone is going to flame you or call you a spammer. Right?<br /><br />The only other boards I have seen that have done anything like this was UBB but all they do is have markup enabled and use javascript to insert flash, lists, ect..<br /><br />The only problem I see with that example board is practicality.<br />What gets sent to the server?<br />Is it in markup or do you have to have HTML enabled?<br />What happens to those users who only want markup enabled for security reasons?<br />Is that the same HTML editor as the one on this site?<br /><br />Before anyone can consider making this part of a full release they should think about security, usability, ability for people with older versions to upgrade, loadtime, administrative control over what is and isn't allowed on a board, ect...<br /><br />Personally, it looks like a waste of time since most people would be fascinated by the pretty buttons at first, but tire of it later and it would fall into disuse. If that code did originate at that link, then that tool was made to create webpages and not for posting text to a messageboard. Shouldn't posting to a board be about people's opinions on topics and not all the bells and whistles?<br /><br />I'm too utilitarian to think about something like that as being practical. It looks fine and all, however it would be wrong to make that a standard. Enthusiasts will always want the bleeding edge, but normal users probably only want good speed, clear text, post icons in big, friendly letters, and easy navigation on the board.

Top
#211373 - 09/17/01 03:07 AM Re: A Wonderful online HTML Editor. [Re: Maze]
razvan Offline
Member

Registered: 05/11/99
Posts: 184
Loc: Bucharest, ROMANIA
I agree with this. Don't want to be harsh on the people who requested this feature but:<br />1. there is nothing that it can do that cannot be done with the current system<br />2. it increases the page size without adding any new functionality<br />3. there are other much more important (administrative) features that need to be done, including but not limited to: ip search, enhanced thread moving here and here, search & delete, upload userpic, tos/user confirmation and my personal favorite customizable adm/mod levels smile

Top
#211374 - 09/17/01 03:09 AM Re: A Wonderful online HTML Editor. [Re: Maze]
dannylin Offline
Journeyman

Registered: 04/03/01
Posts: 128
Loc: Taiwan
I don't think so. Not because I need this feature. (I could implement it by myself actually.)<br /><br />I thought the one I mentioned is much earlier (about several months) than the one you have noticed, the php WYSIWYG editor class.<br /><br />That's not the point. The point is to add this as an official add-on or a built-in feature, so that everyone did not required to adopt the codes each time a new version was released.<br /><br />If that was an optional feature, then you can switch it off if you want a faster page browsing. That's not a big problem.<br /><br />Or if you're much care about the page size, then you might prefer not to use even the HTML / markup features at all and keep all your messages away from any extra tags other than a pure text. IMHO.
_________________________
---
If you can dream it, you can do it. mediafront

Top
#211375 - 09/23/01 02:18 PM Re: A Wonderful online HTML Editor. [Re: Techster]
MTO Offline
Addict

Registered: 01/31/00
Posts: 1524
Loc: Burgos, Spain.
About the page size increase... here is the solution:<br />Have the normal textbox as you do now, without the added wysiwyg feature... but add an "Edit text in Editor" link next to it. Uppon clicking a pop-up window appears with just the wysiwyg editor. You edit your post, with colors and all... Uppon clicking the save icon the window closes while sending the data into the main window (normal one) where you can continue editting, selecting post icons and all...<br /><br />Basically the idea would be that you dont load it every time you post, only those times you need it. []/testimages/icons/cool.gif[/]<br /><br /><br />OK... I confess it, haha! I got this idea from somewhere else... From the Mambo site demo (a php content website management system...) You can see this feature used this way here. Just quickly sign up, and then click on Submit an Article to see how they did it... very cool!
_________________________
Mateo Byler
CruceDeCaminos.com

Top
#211376 - 09/23/01 02:20 PM Re: A Wonderful online HTML Editor. [Re: D_Wolfwood]
MTO Offline
Addict

Registered: 01/31/00
Posts: 1524
Loc: Burgos, Spain.
Oh! And doing it this way would allow for easy upgrading, as just a minor change would need to be done (once developed) adding a link... because the wysiwyg editor would act as an addon, not as a hack.
_________________________
Mateo Byler
CruceDeCaminos.com

Top
#211377 - 09/27/01 10:45 PM Re: A Wonderful online HTML Editor. [Re: D_Wolfwood]
SwedBear Offline
Junior Member

Registered: 04/29/01
Posts: 9
Does anyone have a link for the source-code to this kind of 'editor'? I've been searching around but not found anything. This would be a great thing to have for our Intranet. Is it Java, ActiveX, Javascript etc.?<br /><br />/Björn

Top
#211378 - 09/27/01 11:41 PM Re: A Wonderful online HTML Editor. [Re: NatashaA]
dannylin Offline
Journeyman

Registered: 04/03/01
Posts: 128
Loc: Taiwan
It's based on Javascript and DHTML. Look at here for the php class.
_________________________
---
If you can dream it, you can do it. mediafront

Top
#211379 - 10/01/01 08:29 AM Re: A Wonderful online HTML Editor. [Re: D_Wolfwood]
Datal Offline
Member

Registered: 08/27/01
Posts: 203
Hazard with this On-Line HTML Editor...<br /><br />It only works in IE... What about NetScape users??

Top
#211380 - 10/01/01 10:48 AM Re: A Wonderful online HTML Editor. [Re: Macthorn]
MTO Offline
Addict

Registered: 01/31/00
Posts: 1524
Loc: Burgos, Spain.
No problem, if it is used the way I suggest, not changing the current form but adding a link that will popup the editor window... if they use an ancient browser they can still use the normal form and not open the special editor one. What I suggest is simply like an addon that would popup an editor window such as the Insert Icon link you have when you reply here.<br /><br /><br />Anyway...<br />Netscape users? They still exist?!!! []/testimages/icons/laugh.gif[/]<br />My site is currently Netscape compativle, but they are under 0.4%, I do sense however that at sites intended for US visitors this percentage will grow. Like your case, I guess, if you are conscerned about them. Anyway... as I´ve said, it wouldnt create any real problem at all, just that they wouldnt be able to use that special feature. No big deal.
_________________________
Mateo Byler
CruceDeCaminos.com

Top
#211381 - 10/01/01 11:27 AM Re: A Wonderful online HTML Editor. [Re: D_Wolfwood]
Datal Offline
Member

Registered: 08/27/01
Posts: 203
Well I already started development on this for the Perl Version... I do a browser check and if it is Netscape or anything other then IE... I just don't show the link smile

Top
#211382 - 10/01/01 11:27 AM Re: A Wonderful online HTML Editor. [Re: D_Wolfwood]
Datal Offline
Member

Registered: 08/27/01
Posts: 203
OHH and you can see it at:<br />RallosZek.Net Test Forum

Top
#211383 - 10/01/01 01:04 PM Re: A Wonderful online HTML Editor. [Re: Macthorn]
kimroan Offline
Member

Registered: 06/23/99
Posts: 166
Looks great, Datel.<br /><br />Is it possible to add a image file upload in? That will make life a lot easier.[]/testimages/icons/smile.gif[/]


Edited by kimroan (10/01/01 01:05 PM)

Top
#211384 - 10/01/01 01:07 PM Re: A Wonderful online HTML Editor. [Re: Darkki]
Datal Offline
Member

Registered: 08/27/01
Posts: 203
Don't know... never tried... However.. I am attempting to make the output be MarkUp not HTML... Which is causing some issues....

Top
#211385 - 10/01/01 01:26 PM Re: A Wonderful online HTML Editor. [Re: Macthorn]
MTO Offline
Addict

Registered: 01/31/00
Posts: 1524
Loc: Burgos, Spain.
Awesome!<br />Yes, I see how the most difficult thing here will be doing html>markup conversion... are you trying to do that specific thing through javascript or through perl/php?
_________________________
Mateo Byler
CruceDeCaminos.com

Top
#211386 - 10/01/01 01:47 PM Re: A Wonderful online HTML Editor. [Re: D_Wolfwood]
Datal Offline
Member

Registered: 08/27/01
Posts: 203
Umm initially through JavaScript... However the part that does the HTML coding is built in... so Ia m trying to find a way to make it NOT built in... going to try using Dreamweaver when I get home...

Top
#211387 - 10/16/01 01:13 PM Re: A Wonderful online HTML Editor. [Re: Macthorn]
Deathwalker Offline
Newbie

Registered: 09/06/01
Posts: 11
You're making it into markup eh? Seems like your trying to re-invent the wheel. A much more elegant solution is already made. Try this link out.

Top
#211388 - 10/16/01 01:45 PM Re: A Wonderful online HTML Editor. [Re: Maze]
Datal Offline
Member

Registered: 08/27/01
Posts: 203
I will have to look at that more... Some of the stuff is neat smile Thanks smile

Top
Page 1 of 2 1 2 >


Who's Online
0 registered (), 24 Guests and 15 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Spell Check [beta]
by Bill B
Today at 09:16 PM
PhotoPost BB Code Popup
by AllenAyres
Today at 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
Today at 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
Today at 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
David DelMonte, nick1, Begbie, cenk, MATTO
13363 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks