Toups 02-01-2010, 04:51 PM Not looking for a php system that offers multiple employer job postings where people can search for jobs and create accounts to apply for them, etc.
What I am looking for is a simple php script (possibly with information stored into a database) that offers the following:
Admin login page:
- Post new job (details of date posted, date ending, title, info ( pay, hours, etc.), and job description
- Edit jobs
Public Page:
- View a table that has job dates, title, info ( pay, hours, etc.) and clickable link that goes to a description in separate columns
All I want are these simple features, it will be used for a school district website and only needs to be able to post these new jobs to a page and edit ones that are already there, nothing complex at all.
Thanks if anyone can help.
Fumigator 02-01-2010, 05:29 PM To find such a script you'll need to spend a few hours on Google, and the hard part-- installing and trying out the scripts that look promising. This is a very frustrating endeavor because typically you'll find scripts that are kind of close to what you want, but they are missing X and Y, or they seem too complicated, etc.
And then the wheel gets reinvented, as you decide to just build your own script that does exactly what you want it to do.
_Aerospace_Eng_ 02-01-2010, 06:27 PM Will users need to be able to apply for the job posted or will they just read the description and contact someone on their own? Also I doubt you will get something like this for nothing. As stated you can search for and install on your own but they don't do what you want. Maybe you should think about hiring a professional. If you decide to go that rough. I'm interested and we can talk further.
Toups 02-02-2010, 06:46 PM Will users need to be able to apply for the job posted or will they just read the description and contact someone on their own? Also I doubt you will get something like this for nothing. As stated you can search for and install on your own but they don't do what you want. Maybe you should think about hiring a professional. If you decide to go that rough. I'm interested and we can talk further.
Users don't need to be able to apply directly via the website, a contact email would be provided through it to send resumes and apply through.
I've searched for hours, found hundreds of different things that can potentially do it but actually do way too much compared to what is needed, the idea is for it to be a simple thing and not have all those extra features.
hinch 02-02-2010, 07:45 PM I ran up a quick one for a friend on http://www.e-borders.net/vacancies.php if you like I can package that up for you probably and dump the DB though you'll have to redesign it
masterofollies 02-02-2010, 07:50 PM You can have a copy of one of my admin control panel scripts. It has create new script, and edit script.
Toups 02-02-2010, 07:51 PM I ran up a quick one for a friend on http://www.e-borders.net/vacancies.php if you like I can package that up for you probably and dump the DB though you'll have to redesign it
that looks pretty good, how does the cp for it or whatever used to add/edit the jobs & such look?
hinch 02-02-2010, 09:59 PM very simple just a list of the job postings and edit/delete buttons and an add form its only very very basic but then it only took 10 mins to write :)
hinch 02-03-2010, 11:32 AM http://www.fcsoftware.co.uk/blog/wp-content/uploads/2010/02/opensource-basic-jobboard.zip
there you go i've packaged it up and stuff for you. There are install instructions in the.zip archive
Toups 02-03-2010, 01:46 PM Thanks tons, works great!
hinch 02-03-2010, 02:21 PM got a url so I can see what you're doing with it?
Toups 02-03-2010, 04:41 PM got a url so I can see what you're doing with it?
Will definitely show you once it's live.
I'm editing the fields & tables to match our needs obviously as well as some table formatting :)
Also need to wait until it can go live, currently we host our server locally but are in the midstream of transferring to an outside host so once we're live on the outside server it will be up and running for you to see.
Toups 02-05-2010, 03:36 PM Can't show you yet because it's not live however here's images of what it looks like.
Admin Panel:
http://img693.imageshack.us/img693/3408/admink.jpg
Front View (green line separates the different pages):
http://img205.imageshack.us/img205/9067/homez.jpg
hinch 02-05-2010, 03:40 PM ahh good stuff hope your not having any problems integrating it into your stuff it was only slapped together so didn't pay any attention to standards or even vaguely good html though the php should be sound
Toups 02-05-2010, 04:34 PM Some little errors here and there but all have been fixed and integrated into our own, actually working on new features for it right now where instead of deleting the job postings in the admin cp you can activate/deactivate them so they won't be deleted and you can just choose which will be displayed live so the older ones can be deactivated and saved as reference.
hinch 02-05-2010, 06:26 PM single additional column in db default to 0 (hidden) and update to 1 to show
then just add a where on the front end where column=1
and on the back end a simple switch to change that column to 1 or 0 depending on if you wanna hide or show :)
Toups 02-08-2010, 02:28 PM single additional column in db default to 0 (hidden) and update to 1 to show
then just add a where on the front end where column=1
and on the back end a simple switch to change that column to 1 or 0 depending on if you wanna hide or show :)
Yes I know.. had already done it before you posted :)
Some little errors here and there but all have been fixed and integrated into our own, actually working on new features for it right now where instead of deleting the job postings in the admin cp you can activate/deactivate them so they won't be deleted and you can just choose which will be displayed live so the older ones can be deactivated and saved as reference.
Hey... few months late here. Did you ever make those additionals? I'd love it if I could get my hands on the script with those changes. Thanks!
dothedew101 12-29-2011, 04:57 AM How did the script work out? I've been searching for exactly the same thing with no luck, but for a hospital website. All i want to do is have an admin post jobs, allow public users to see a listing and full description and then apply for the job. The user's application will be saved into a database. I've downloaded this script and will attempt to modify it for my needs. Thank you.
|