Siephe Posted February 9, 2012 Share Posted February 9, 2012 If I wanted to create a custom CMS that will allow people to be able to upload files, register a new account, to be able to add to a blog article, edit one's article but not someone else's, edit one's profile, be able to leave comments, edit comments as well as edit their blog articles in something similar to this forum's post box (with Bold, Italic, etc options), how would I go about it? Quote Link to comment https://forums.phpfreaks.com/topic/256717-custom-cms-with-user-register-login-etc-help/ Share on other sites More sharing options...
trq Posted February 9, 2012 Share Posted February 9, 2012 Do you really expect that to be answered in a simple forum reply? If you don't know how to program download an open source cms. Quote Link to comment https://forums.phpfreaks.com/topic/256717-custom-cms-with-user-register-login-etc-help/#findComment-1316069 Share on other sites More sharing options...
spiderwell Posted February 9, 2012 Share Posted February 9, 2012 Try this link Quote Link to comment https://forums.phpfreaks.com/topic/256717-custom-cms-with-user-register-login-etc-help/#findComment-1316076 Share on other sites More sharing options...
Siephe Posted February 10, 2012 Author Share Posted February 10, 2012 Do you really expect that to be answered in a simple forum reply? No. =P But, I was hoping that someone would point me in the right direction. I should probably mention that I've been able to create a very simple cms, and I think I've found what I was looking for for uploads, but I'm still a bit lost when it comes to user registration. Quote Link to comment https://forums.phpfreaks.com/topic/256717-custom-cms-with-user-register-login-etc-help/#findComment-1316573 Share on other sites More sharing options...
spiderwell Posted February 10, 2012 Share Posted February 10, 2012 well its not to hard if you apply yourself and think what do i need registration to do. you will need a form where a user fills in details for registration, those details will need to be validated, then on success insert to database. thats it in its simplest form. Quote Link to comment https://forums.phpfreaks.com/topic/256717-custom-cms-with-user-register-login-etc-help/#findComment-1316584 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.