This is a discussion on "FCKEditor" within the Scripts and Online Services section. This forum, and the thread "FCKEditor are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
FCKEditor
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
I am wanting to use FCKEditor to update content on a webpage but I lack in the knowledge of how to set it up to do so.
Last Blog Entry: First Post! (Apr 18th, 2008)
|
|
|
|
||||
|
Re: FCKEditor
It might help if you told us a bit more about it or even a link to it? Although i have a feeling that this is in the wrong section
|
|
|||
|
Re: FCKEditor
I am wanting to allow a certain portion of the body code to be editable. I have uploaded the FCKEditor to the web server but I dont know where to begin to add it to the pages. Would I have to make another similar page that it edits from and the actual page to where it edits to? I am lost on the whole thing.
Last Blog Entry: First Post! (Apr 18th, 2008)
|
|
|||
|
Re: FCKEditor
Hi,
I can only talk form experience in regards to using FCK editor. I have used the application many times but only in CMS (Content Management Systems). In most cases I use the following technologies to impliment a cms solution:
regards p shah - www.dcpweb.co.uk |
|
|||
|
Re: FCKEditor
I have been messing around trying different things and no luck so far. I will try your suggestion. Is there a way to do the database in Access?
Last Blog Entry: First Post! (Apr 18th, 2008)
|
|
|||
|
Re: FCKEditor
Hi,
Yes you can use an access database for learning only, access db is not designed for web development. Try install mysql which is a much better alternative. p shah - www.dcpweb.co.uk |
|
|||
|
I am not wanting to connect to a database 'cause the server it is on does not run mysql.
here is the
Last Blog Entry: First Post! (Apr 18th, 2008)
|
|
|||
|
Re: FCKEditor
You don't need a database for what your talking about. There is a couple different ways to implement it depending on the languages you choose to use. 1. you can use javascript and have an edit button on the page/section you want to be editable
2. have an outside page that actually edits the sections of the page you want to be editable... Either way you would have to have some sort of protection from it allowing just anyone to edit the pages such as a login system... I wrote a script a while back to do exactly what your talking about and I use FCKeditor in it...PM if you want to use it.. but its PHP based so your server would have to have PHP installed.. but it uses a flatfile db so you dont need mysql or anything. http://www.webforumz.com/design-and-...dit-v1-0-a.htm I never finished changing the things I wanted to but its still usable. Last edited by split-visionz; Aug 17th, 2007 at 06:21. |
|
|||
|
Re: FCKEditor
Create a new folder under public_html called "admin". create a blank text file called include.txt, upload it to the "admin" folder and give it chmod permission 766. Now, create a new file called admin.php with the following block of PHP script and upload to the "admin" folder:
|
![]() |
| Tags |
| fckeditor, text editing |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FCKeditor | bambus | ASP.NET Forum | 0 | Aug 14th, 2007 14:06 |