similar to FCKeditor

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
amirbwb
Forum Commoner
Posts: 89
Joined: Sat Oct 30, 2010 6:10 pm

similar to FCKeditor

Post by amirbwb »

Hello does anyone knows a script that is similar to FCKeditor, so i can insert it insted of the <textarea> ...
or someone can help me by giving me the site where i can learn how to create a tollbar at the top of the comment box exactly like the one use in forums

[Quote][Text]

Code: Select all

[List=][*][Img][URL][Font colour]

Thanks for helping :D:D
NeooeN
Forum Newbie
Posts: 8
Joined: Sun Nov 28, 2010 10:08 am

Re: similar to FCKeditor

Post by NeooeN »

What is exacly your goal? Is there any reason to not use the FCKeditor? If you like to script it by your self you can try something like that: http://www.php.net/manual/en/book.bbcode.php or http://elouai.com/bbcode-sample.php. Is that helpful to you?
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Re: similar to FCKeditor

Post by greyhoundcode »

But is it FCKEditor or just CKEditor these days?

Plenty of other options out there too, including the YUI 2 Rich Text Editor and TinyMCE.

Don't know whether you want an out-of-the-box solution or you're looking at coding your own, but either way they are probably worth a look (if only for ideas and inspiration?).
User avatar
amirbwb
Forum Commoner
Posts: 89
Joined: Sat Oct 30, 2010 6:10 pm

Re: similar to FCKeditor

Post by amirbwb »

NeooeN wrote:What is exacly your goal? Is there any reason to not use the FCKeditor? If you like to script it by your self you can try something like that: http://www.php.net/manual/en/book.bbcode.php or http://elouai.com/bbcode-sample.php. Is that helpful to you?
actualy i want to create a comment box so users can post comments, the FCKeditor is complecated and you can enter the server from it. I'm using it as an admin in my admin directory ... and THANKS FOR HELP
greyhoundcode wrote:But is it FCKEditor or just CKEditor these days?

Plenty of other options out there too, including the YUI 2 Rich Text Editor and TinyMCE.

Don't know whether you want an out-of-the-box solution or you're looking at coding your own, but either way they are probably worth a look (if only for ideas and inspiration?).
I prefer to learn how to code it but for i also need to see a demo ;) and comparing codes ..THANKS FOR HELP
Post Reply