Download jobberBase      Community      Wiki

Welcome to the joberBase development blog!

Posting a job ad

Assuming you’ve installed jobberBase and you’re ready to start hacking and adjusting it to your needs, you’ll soon find out the posting a job ad might not work as you first expect it to work.

So let me draw it for you:

And this is what it means:

  1. You post a job ad.
  2. The system checks if there are any other ads you’ve previously posted with the same e-mail address.
  3. If there aren’t any, your ad goes into “pending” mode and the administrator receives an e-mail with this new ad. He has to manually activate it, in order for the ad to be published.
  4. If, however, your address is found in the database, this new ad will be published instantly.

I chose this solution because it was very fast to implement and it still is very efficient. Most database administration operations are done directly in phpmyadmin, but others (activate/edit/deactivate) from the e-mails jobberBase sends to the admin.

However, the system is pretty flexible once you get the hang of it.

Have fun!

comments

15 Responses to “Posting a job ad”

  1. Jason Friesen on October 23rd, 2007

    Very interested in evaluating your project for our Community College in Canada. Right now I’m getting the following error:


    Parse error: syntax error, unexpected '{' in config.php on line 73

  2. Filip on October 23rd, 2007

    Hi Jason,
    Do you have PHP 5 installed on your server? It’s mandatory for jobberBase, as it makes use of some if its exception handling (try/catch) and object-oriented features.

  3. Jason Friesen on October 23rd, 2007

    Ahhh, forgot to check that. You’re right; I’ll try it on another server.

  4. dy on November 21st, 2007

    where to find my admin e-mail?

  5. Filip on November 21st, 2007

    _includes/config.inc.php,
    constants NOTIFY_EMAIL and ADMIN_EMAIL :)

  6. dy on November 21st, 2007

    thanks,hope 2.0 will be release soon

  7. Anand B on January 6th, 2008

    Hi,
    I am trying to set up the job website using jobberbase. It looks promising. But in the latest version when I click on post a job it refers to directory post which is not there..
    Do I need to download any other installation verision.

    Please let me know.,

    Thanks,
    Anand

  8. Filip on January 7th, 2008

    Anand,

    Those aren’t directories, but pretty URLs created with mod_rewrite.
    Do you have Apache module mod_rewrite active? What about the .htaccess file in the site’s dir?

  9. Daelan on January 20th, 2008

    Does Jobber Base support charging for Job Postings with Paypal?

    So if a company wants to post a job they must pay a fee and can do so with PayPal.

  10. Filip on January 21st, 2008

    Daelan,
    The system doesn’t include a payment module and a company-account panel.
    These things *can* be implemented, but I won’t (don’t have the time, actually).

  11. Yaz Okulu on March 24th, 2008

    does anyone knows if there is any other information about this subject in other languages?

  12. John on April 25th, 2008

    Hi - this product gets a lot of press! Anyway, interested in knowing if it will work for me… I want to advertise teaching jobs, but in different countries, so:

    teaching jobs in:

    China
    Russia
    UK
    etc.

    Is it at all possible?

    John

  13. joe on May 2nd, 2008

    I am runnign jobberbase on xampplite. It works fine except, when i search the result shows a duplicate header with the logo in the results.
    Can someone help here?

    thanks

  14. Georges on May 13th, 2008

    _includes/config.inc.php not found, is there a new configuration with new version 1.40 ?

  15. Filip on May 13th, 2008

    Sorry, it’s just config.php in the root dir.

Leave a Reply