Forum Moderators: coopster

Message Too Old, No Replies

Looking for a simple online html editor for my users

Suggestion needed

         

Awful newbie

12:34 pm on May 21, 2007 (gmt 0)

10+ Year Member



Friends, I just wonder if anyone could give me a hint where to find a very simple WYSIWYG-editor like template handler for online editing of already existing (.php) files. I need to make some static content on some pages editable.

mcibor

8:42 pm on May 21, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I don't think there is such a thing - see how complicated would it have to be just to parse simple ifs.

To do what you want I recommend you open the file for edit in eg. Mozilla and use their Page Editor, or any other normal software. And after you've got your code split it to head, foot and main file, and last add some dynamic content.

Hope this helps you.

PS. I never did that on my own, but I have never used a wysiwyg yet :D

Lots of regards
Michal

Awful newbie

11:42 am on May 22, 2007 (gmt 0)

10+ Year Member



I am just thinking of a simple CMS to let a user edit text adn perhaps add a new picture to a existing page, totally 5 pages.
Either with changeable data in MySQL or flat file. The page template are not to be messed up with, just som static info content. I don't need any portal technology or a advanced news publishing script to cope with this. I think.

mcibor

11:47 am on May 22, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Ah, so you need it for the clients.

This is done by storing the text in mysql, and from it creating cached pages.
This way it's easily editable.

I recommend you store only bbcode, not html in DB ([ b ], [ img ], etc)
this way there is limited way to exploit your site.

Regards
Michal