casey_00 Posted May 16, 2007 Share Posted May 16, 2007 anyone know of a backend that will allow my clients to login and alter their sites? looking for something free like Opensource. Tried Snippet Master and found its a load of crap, good idea but dosent perform simple functions like inserting an image. any ideas? or anyone know what i would look up? i have tried heaps can find a normal one... Link to comment https://forums.phpfreaks.com/topic/51592-php-backend-wysiwyg-editor/ Share on other sites More sharing options...
trq Posted May 16, 2007 Share Posted May 16, 2007 Um... isn't this what php developers build? What are you developing for your clients if not a cms? Link to comment https://forums.phpfreaks.com/topic/51592-php-backend-wysiwyg-editor/#findComment-254100 Share on other sites More sharing options...
casey_00 Posted May 16, 2007 Author Share Posted May 16, 2007 built a site, with php. but want a backend so that they can login and update it when ever they wish. Like snippet master... google it if you are not sure what i mean. I have googled the hell out of it and i cant find a proper one... theres plenty out there though Link to comment https://forums.phpfreaks.com/topic/51592-php-backend-wysiwyg-editor/#findComment-254104 Share on other sites More sharing options...
TEENFRONT Posted May 16, 2007 Share Posted May 16, 2007 If you have developed a php website for them, surley you have the skills to do a simple update each page script.... this was my first ever php script. Link to comment https://forums.phpfreaks.com/topic/51592-php-backend-wysiwyg-editor/#findComment-254116 Share on other sites More sharing options...
calabiyau Posted May 16, 2007 Share Posted May 16, 2007 Assuming you mean you will do the general layout for them in advance and just want them to have the ability to manage the content column of each page...TinyMCE is a great little editor that I use all the time...it's free and allows the insertion of images, media, flash, etc...through extensions and has all the typical microsoft word styling options. But the user has to enter the path to the images which is kind of a pain. but i managed to write my own image manager with javascript php to interact with it and insert the tags and path automatically, so i'm sure you could do the same with a little work. or, they have an image manager and a file manager extension, but they are not free. Link to comment https://forums.phpfreaks.com/topic/51592-php-backend-wysiwyg-editor/#findComment-254386 Share on other sites More sharing options...
nikkieijpen Posted May 16, 2007 Share Posted May 16, 2007 I use FCK Editor Link to comment https://forums.phpfreaks.com/topic/51592-php-backend-wysiwyg-editor/#findComment-254465 Share on other sites More sharing options...
casey_00 Posted May 18, 2007 Author Share Posted May 18, 2007 thanks guys... ill use one of them ! Link to comment https://forums.phpfreaks.com/topic/51592-php-backend-wysiwyg-editor/#findComment-256161 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.