Giving users a very restricted post page
-
I would like to set up a section of my site where people can post and edit their own resumes (part of a career center section). So idealy I’d like users to be able to register themselves, then see a customized post.php page … one that has a more helpful description for each box to be filled in, using specific meta’s for specific resume-related items, and things like the category selection, password, and such hidden but selected correctly. Then the only other thing they should be able to do is get to an Edit page to edit their post once it’s live, and also the Your Profile page. But that’s it! I don’t want them to see (even though they can’t edit) all the posts I’ve made to the rest of the site, the Dashboard, Categories, etc that’s normally shown in the admin section.
Should I do this by copying post.php to something like post-resume.php, and then editing that file to get it more restricted like I’d like, and then change the login.php redirect to now take people to the new post-resume page? Any other better ideas or plug-ins I haven’t been able to find yet?
Thanks! -Mike
- The topic ‘Giving users a very restricted post page’ is closed to new replies.