Page 1 of 1

Searching for a Text2html-something.

Posted: Thu Jan 20, 2011 6:07 am
by Aslak
Hi,

I'm looking for a way to make it easier for a user to login on a homepage, and change some text.

I have created a website for a company.
Instead of a user needing to login to the FTP server, and find the wanted php/html file, they want to edit, I'm searching for a way, so they can do it directly from the homepage.
The user will be able to login, go to an Admin Menu, where the user can see all the homepage's content. When the user clicks on the requested page he wants to edit, it will open up with an Editor. The user is now able to write in plain text. When the user is done editing, it will convert the text to html.
For example when the user makes a Space, the Editor will make a[text] <br />[/text] for him.

Smilar to this system, where I wrote this thread.

I hope you follow me.

Thanks in advance.

Re: Searching for a Text2html-something.

Posted: Thu Jan 20, 2011 10:40 am
by AbraCadaver
There are lots of these editors available for free. You just add the javascript to your page and it converts the textarea to a HTML editor. The ones that I am familiar with are CKeditor, TinyMCE and Xinha.