Scripts
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb Site ManagementScripts

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
  #1  
Old August 15th, 2005, 02:49 PM
Gavin83's Avatar
Gavin83 Gavin83 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 268 Gavin83 User rank is Corporal (100 - 500 Reputation Level)Gavin83 User rank is Corporal (100 - 500 Reputation Level)Gavin83 User rank is Corporal (100 - 500 Reputation Level)Gavin83 User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 2 Days 3 h 23 m 18 sec
Reputation Power: 6
WYSIWYG editor for CMS systems

Im currently designing a CMS for my Website in PHP and I have come across a bit of a problem. I wish to have a WYSIWYG editor on the post screen integrated with the PHP page but I havent the first idea how to go about doing this. Ideally, Id like this to not be Java based, but something along the lines of Javascript/XML/etc.

Now, I have a few requirements. Firstly, I plan to keep it simple. I can cope with editing the script but Id need something I can actually edit. Secondly, it has to be cross-browser compliant, supporting IE, Firefox and Netscape at a minimum. Thirdly, I want it to easily integrate into my exisiting script, allowing the content to be easily passed into the database.

Id rather it was all loaded in realtime, although a similar style to a forum using BB code would do the trick.

Anyone have any ideas for a premade script or a tutorial I should be looking at?

Reply With Quote
  #2  
Old August 15th, 2005, 02:53 PM
J_Tree's Avatar
J_Tree J_Tree is offline
Rocking my php-ness
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Dec 2004
Location: Boston, MA
Posts: 1,968 J_Tree User rank is First Lieutenant (10000 - 20000 Reputation Level)J_Tree User rank is First Lieutenant (10000 - 20000 Reputation Level)J_Tree User rank is First Lieutenant (10000 - 20000 Reputation Level)J_Tree User rank is First Lieutenant (10000 - 20000 Reputation Level)J_Tree User rank is First Lieutenant (10000 - 20000 Reputation Level)J_Tree User rank is First Lieutenant (10000 - 20000 Reputation Level)J_Tree User rank is First Lieutenant (10000 - 20000 Reputation Level)J_Tree User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 2 Weeks 2 Days 15 h 11 m 47 sec
Reputation Power: 145
Send a message via ICQ to J_Tree Send a message via AIM to J_Tree Send a message via MSN to J_Tree Send a message via Yahoo to J_Tree
It's been a while since I checked it out and honestly I can't remember if it was a java applet or not, but fckeditor (??) is free and may work for you.
__________________
My new WebComic http://www.jjsunshines.com/
The Geek Shall Inherit the Earth

It is NOT ok to IM me with questions unless I told you it was ok via PM

Reply With Quote
  #3  
Old August 15th, 2005, 03:19 PM
CodeWallah's Avatar
CodeWallah CodeWallah is offline
while ($i < 1) { echo $i; }
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2004
Location: Helsinki
Posts: 420 CodeWallah User rank is Sergeant (500 - 2000 Reputation Level)CodeWallah User rank is Sergeant (500 - 2000 Reputation Level)CodeWallah User rank is Sergeant (500 - 2000 Reputation Level)CodeWallah User rank is Sergeant (500 - 2000 Reputation Level)CodeWallah User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 3 Days 22 h 29 m 2 sec
Reputation Power: 19
Send a message via MSN to CodeWallah Send a message via Yahoo to CodeWallah
What's the deal with integrating fckeditor and other (l)GPL WYSIWYG systems into existing CMS systems? Doesn't the fact that they are GPL'd mean the developer has to also release the CMS system under GPL? Fckeditor is a fine choice.

Reply With Quote
  #4  
Old August 15th, 2005, 03:22 PM
Gavin83's Avatar
Gavin83 Gavin83 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 268 Gavin83 User rank is Corporal (100 - 500 Reputation Level)Gavin83 User rank is Corporal (100 - 500 Reputation Level)Gavin83 User rank is Corporal (100 - 500 Reputation Level)Gavin83 User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 2 Days 3 h 23 m 18 sec
Reputation Power: 6
I tried using FCKeditor after having it recommended to me but for some reason none of the sample scripts or the script I implemented it into load. All I recieve is a blank area where the script should be. Any ideas what Im doing wrong, or could this be my server causing the problems?

Its a fairly basic server Im using it on (its my script test server) so it could be config options on that.

Reply With Quote
  #5  
Old August 15th, 2005, 04:50 PM
CodeWallah's Avatar
CodeWallah CodeWallah is offline
while ($i < 1) { echo $i; }
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2004
Location: Helsinki
Posts: 420 CodeWallah User rank is Sergeant (500 - 2000 Reputation Level)CodeWallah User rank is Sergeant (500 - 2000 Reputation Level)CodeWallah User rank is Sergeant (500 - 2000 Reputation Level)CodeWallah User rank is Sergeant (500 - 2000 Reputation Level)CodeWallah User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 3 Days 22 h 29 m 2 sec
Reputation Power: 19
Send a message via MSN to CodeWallah Send a message via Yahoo to CodeWallah
Yeah I also recall struggling with it a number of times until I got it to work. If memory serves, I was patching up an earlier coder's CMS setup and he'd used FCK for his setup. Just make sure that every single file is exactly where they're supposed to be, FCK isn't exactly an "all in one file" setup.

Reply With Quote
  #6  
Old August 16th, 2005, 02:31 AM
deCube deCube is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2005
Location: Netherlands
Posts: 25 deCube User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 10 h 20 m 32 sec
Reputation Power: 0
Send a message via MSN to deCube
I used tinyMCE http://tinymce.moxiecode.com/ I dunno if its something for you but it worked for me.

Reply With Quote
  #7  
Old August 16th, 2005, 08:11 AM
Gavin83's Avatar
Gavin83 Gavin83 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 268 Gavin83 User rank is Corporal (100 - 500 Reputation Level)Gavin83 User rank is Corporal (100 - 500 Reputation Level)Gavin83 User rank is Corporal (100 - 500 Reputation Level)Gavin83 User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 2 Days 3 h 23 m 18 sec
Reputation Power: 6
Does it include an auto <br> option?

Reply With Quote
  #8  
Old September 1st, 2005, 04:35 PM
linux juggler linux juggler is offline
Linux World Forum Admin
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Location: Linux Worlds
Posts: 53 linux juggler User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 10 m
Reputation Power: 6
Quote:
Originally Posted by Gavin83
I tried using FCKeditor after having it recommended to me but for some reason none of the sample scripts or the script I implemented it into load. All I recieve is a blank area where the script should be. Any ideas what Im doing wrong, or could this be my server causing the problems?

Its a fairly basic server Im using it on (its my script test server) so it could be config options on that.

nope you dont have to release the hole CMS as GPL , deal with it as a componnent ....
if the user want to get it , they can go to the main site or FCKeditor and get it or get the source of it ...
but if you made any changes to the fckeditor you have to make it avaliable as GPL , which mean that the modification for FCKeditor that you include in your CMS has to be GPL .
i hope that i give you the idea ..
__________________
--------------------------------------------------------------------------
you can always help us with your linux , programming and web design information at
http://www.itwdc.com/xmb/
So we are glad to see you there
im out for a month

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb Site ManagementScripts > WYSIWYG editor for CMS systems


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway