Click to See Complete Forum and Search --> : simple control panel


abhayatweb
02-15-2007, 04:41 AM
Hi friends,
I need a small help.
I have created a website for a college. And the administrator of the college wants to add a "message board", which will be updated by the site owner (college admin). So I have to provide a small control panel for them, to update the message board regularly. (The message board will contain some links to an external page, e.g.:- "click her to read more". It means that the site admin will be free to add links, or remove links from any where in the message board.
Something like, you post replies, add new threads in this site (webdeveloper.com).
Can any one tell me how this type of "editor" can be created, which script i have to use for this. Currently I have created a simple message board in that site but it doesn't fit to their requirement at all. Link :(http://www.fgiet.com/asp/message.asp), It can be simply updated in asp.
Please help friends... I can’t understand anything from where I should start it.
:confused: :confused: :confused: :confused: :confused: :confused:

ray326
02-15-2007, 01:47 PM
First off look at http://tinymce.org to get a nice little HTML editor for them to use. Use a text area in conjunction with that editor for them to edit their messages. Save the content of the text area (file or database depending on need) when they post the form. Is that enough of a hint to get you going?

abhayatweb
02-16-2007, 04:16 AM
Hi ray326,
Thanks for taking interest.
Fortunately I have also got the solution same like ur (http://tinymce.org), just after posting my thread by searching in google. And I have already applied that in my site. But the "tinymce" is looking more powerfull. It will help me in future.
So thanks for ur support...
Bye