I have been looking at the samples and reading the help section and I don't get it.
Pulse CMS uses ckeditor to save blocks of html. Everything I read in the documentation here, talks about sending the data to the server, or posting it, but leaving off the rather important detail of where exactly.
Could someone explain how Pulse CMS uses ckeditor to edit saved files? That's all I want to do, is to do something similar to what Pulse is doing to edit a set of caption files in a web photo gallery. I do not understand the examples, not enough explanation.
Pulse CMS uses ckeditor to save blocks of html. Everything I read in the documentation here, talks about sending the data to the server, or posting it, but leaving off the rather important detail of where exactly.
Could someone explain how Pulse CMS uses ckeditor to edit saved files? That's all I want to do, is to do something similar to what Pulse is doing to edit a set of caption files in a web photo gallery. I do not understand the examples, not enough explanation.
Re: not understanding how to embed ckeditor
Incorrect. Pulse CMS uses CKEditor to edit HTML which Pulse CMS then saves as flat files when a HTTP POST request is sent to submit the form.
Ask the Pulse CMS developers how their system works.
You mean how? Do you mean, how do you do a HTTP POST request using a HTML form and then save the POST data using PHP?
If you really do mean "Where?" The contents of a CKEditor instance are posted to the HTTP web server when the form is submitted using a HTTP POST request. A basic fundamental of web development, taught to web developers when they study web design.
CKEditor is set to replace the tag which contains the text to be edited, once the document has loaded.
It's highly unlikely that anyone who understands how it works even uses that CMS. It's fundamentally flawed flat file save system is a massive security nightmare (All flat file save systems are fundamentally flawed security wise and do not scale,) none of it's work flows make any sense and it is difficult to understand the difference between what a web page is that it generates and what is a Pulse CMS object or plugin is, in it's administration area.
There are plenty of resources all over the web which can teach you basic HTML and PHP. If you are not prepared to learn the basics, pay a web developer to do the work for you. That's what they are there for.
Thanks,
Zanpakutō
Re: not understanding how to embed ckeditor
Re: not understanding how to embed ckeditor