otuatail Posted August 14, 2007 Share Posted August 14, 2007 I don't know if there is any help here on this, but I would like to write a CMS. Thera are some I beleive but it would be better to do my own. The only sticking point is the text are controll as it can't be automaticlay populated. How can this be achieved? these systems are out there. Any help please. Desmond. Link to comment https://forums.phpfreaks.com/topic/64807-solved-contackt-manage-system/ Share on other sites More sharing options...
walkonet Posted August 14, 2007 Share Posted August 14, 2007 im a little confused... are you talking about how to make your own post and displaying them in your CMS? Link to comment https://forums.phpfreaks.com/topic/64807-solved-contackt-manage-system/#findComment-323277 Share on other sites More sharing options...
otuatail Posted August 14, 2007 Author Share Posted August 14, 2007 No I want to write a CMS to go along side a website that I write so others can manage bits themselves. Desmond. Link to comment https://forums.phpfreaks.com/topic/64807-solved-contackt-manage-system/#findComment-323429 Share on other sites More sharing options...
MadTechie Posted August 14, 2007 Share Posted August 14, 2007 what part are you stuck on ? str_replace helps Link to comment https://forums.phpfreaks.com/topic/64807-solved-contackt-manage-system/#findComment-323437 Share on other sites More sharing options...
ToonMariner Posted August 14, 2007 Share Posted August 14, 2007 Is this just a simple case of you providing your users with something like tinyMCE editor to create their own entries? all you need is a form where they can put in there content (with or without a wysiwyg editor) and submit it to a scipt that will add it to a database. Then you'll need a script that can grab all this infomation based on what the user wants to see. the initial question is far to braod to actually give you a full solution... Link to comment https://forums.phpfreaks.com/topic/64807-solved-contackt-manage-system/#findComment-323444 Share on other sites More sharing options...
otuatail Posted August 14, 2007 Author Share Posted August 14, 2007 I think we are on the right track here. I need some kind of text area that can be populated with text. Text area does not do this. If it has beels and whistles like fonts great. Link to comment https://forums.phpfreaks.com/topic/64807-solved-contackt-manage-system/#findComment-323463 Share on other sites More sharing options...
ToonMariner Posted August 14, 2007 Share Posted August 14, 2007 http://tinymce.moxiecode.com/ highly configurable there is a xhtml1.1 compliant wysiwyg out now - will post link when I find it. Link to comment https://forums.phpfreaks.com/topic/64807-solved-contackt-manage-system/#findComment-323473 Share on other sites More sharing options...
otuatail Posted August 14, 2007 Author Share Posted August 14, 2007 Thanks for that. Have had a look at it millions of files to get through. Thanks again. Desmond. Link to comment https://forums.phpfreaks.com/topic/64807-solved-contackt-manage-system/#findComment-323483 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.