Search the Community
Showing results for tags 'insert'.
-
Hello all, I have a frontend form with a CKEditor textarea and an image upload field. The image upload is working fine. But when I want to insert an image through the PWimage plugin, I get an error inside the modal window This is happening on a page that has already been saved after adding the image. A forum search for that error revealed only this post and it's related post. Nut they don't seem to offer a solution to my problem. Line 179 in ProcessPageEditImageSelect.module says $images = $this->getImages($this->page); I'm not a coder, but I guess this means that $this->page returns a nullpage and thus the error. I read quite a few posts about frontend image handling but didn't find anything related to my problem here. Is it not possible to use the PWimage plugin on frontend forms? Or could this be related to permission settings for my frontend user? EDIT: I changed the title of this post from "CKEditor..." to "PWimage plugin...", because the problem is not CKEditor specific, it seems.
- 5 replies
-
- PWimage plugin
- frontend
-
(and 2 more)
Tagged with:
-
Hello, I run a lot of websites that scrape data and insert it into the database, then use the data to display on the pages. Besides using the admin area, is there a built in way to insert new data into the cms somehow? Thank you, Chris