chandler Posted May 5, 2014 Share Posted May 5, 2014 Hi GuysCan someone point me in the right direction to a tutorial for the following..I want to have an admin login section, once logged in the content becomes editable using ckeditor.Any help be much appricatedThanksChandler Link to comment https://forums.phpfreaks.com/topic/288246-user-login-with-content-editor/ Share on other sites More sharing options...
trq Posted May 5, 2014 Share Posted May 5, 2014 http://google.com Link to comment https://forums.phpfreaks.com/topic/288246-user-login-with-content-editor/#findComment-1478219 Share on other sites More sharing options...
chandler Posted May 5, 2014 Author Share Posted May 5, 2014 Been looking on google for last few days but not finding anything.. Link to comment https://forums.phpfreaks.com/topic/288246-user-login-with-content-editor/#findComment-1478222 Share on other sites More sharing options...
Ansego Posted May 5, 2014 Share Posted May 5, 2014 um. have you done any code for it? This is two parts, login and edit page. Login will set a session and the edit page will check if that session has been set before it allows you to edit it, simple IF Statement. No one here will code it up for you, you will need to code it and if you get stuck as questions. You can also go to the hire part (job offerings) of this website and pay someone for the job. http://forums.phpfreaks.com/forum/77-job-offerings/ Hope this helps. Link to comment https://forums.phpfreaks.com/topic/288246-user-login-with-content-editor/#findComment-1478227 Share on other sites More sharing options...
TrickyInt Posted May 5, 2014 Share Posted May 5, 2014 Hi! It's actually pretty easy to be making such, if you know how to make a login/register system. If you can't/never made a login/register system, then learn it - and then make the other. 2 tutorials: http://www.sunnytuts.com/article/login-and-registration-with-object-oriented-php-and-pdo - Easy and short. Bad security, but great for starting out. - Great and advanced tutorial. Link to comment https://forums.phpfreaks.com/topic/288246-user-login-with-content-editor/#findComment-1478233 Share on other sites More sharing options...
chandler Posted May 5, 2014 Author Share Posted May 5, 2014 Thank you guys, I will make the login script, once I have done that will come back for help adding ckeditor...Many Thanks for helping Link to comment https://forums.phpfreaks.com/topic/288246-user-login-with-content-editor/#findComment-1478234 Share on other sites More sharing options...
Ch0cu3r Posted May 5, 2014 Share Posted May 5, 2014 will come back for help adding ckeditor... Correction, I will then go an read ckeditors documentation Link to comment https://forums.phpfreaks.com/topic/288246-user-login-with-content-editor/#findComment-1478235 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.