textarea editor

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
mudkicker
Forum Contributor
Posts: 479
Joined: Wed Jul 09, 2003 6:11 pm
Location: Istanbul, TR
Contact:

textarea editor

Post by mudkicker »

hi people, i just wanted to know how can i create or (if i can get) download a textarea editor like this forum has, or vBulletin forums (that one has better)..

thanks for replies! :idea: :roll:
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

User avatar
mudkicker
Forum Contributor
Posts: 479
Joined: Wed Jul 09, 2003 6:11 pm
Location: Istanbul, TR
Contact:

Post by mudkicker »

hi jam

i looked at richarea before but as you see it's not free :(

well i should look at google... thanx btw.
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

I'm not sure how that one works, but perhaps you are able to peek at the code (if it's available in plain php) and learn from it, making your own customized 'light' version.

Another hint, allthough not easy perhaps, is to look at the url on this very site when replying to a post. Perhaps it looks like this: posting.php?mode=reply&t=21170
What that gives you is that the posting.php file is used to post a reply (duh) on this board. The option is then to download phpbb, disecting the code, starting at just posting.php.

phpbb is rather tricky if not used to it's syntax and code layout, but the trick also works on other applications... ;)

Happy hunting. Let us know if you find something (free) useful.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

For something really advanced look at this

http://www.fredck.com/FCKeditor/

for a demo, look here http://www.fredck.com/FCKeditor/Demo/

Mark
User avatar
mudkicker
Forum Contributor
Posts: 479
Joined: Wed Jul 09, 2003 6:11 pm
Location: Istanbul, TR
Contact:

Post by mudkicker »

thankx for replies, i will write it down if i can get a result from them.
User avatar
mudkicker
Forum Contributor
Posts: 479
Joined: Wed Jul 09, 2003 6:11 pm
Location: Istanbul, TR
Contact:

Post by mudkicker »

FCKeditor is for ASP, and I can't get a result from phpBB... :(

they do it with a template only and i don't think that i can trim it from whole script..
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

mudkicker wrote:FCKeditor is for ASP....
Works with the following ASP, ASP.NET, ColdFusion, PHP, Javascript and IE Behaviours
User avatar
mudkicker
Forum Contributor
Posts: 479
Joined: Wed Jul 09, 2003 6:11 pm
Location: Istanbul, TR
Contact:

Post by mudkicker »

oh sorry..

but i found that one, what do you think :?: :!:

http://www.interactivetools.com/products/htmlarea/
Post Reply