How to make job application exclusive to registered members

By default, webJobs allows guests to apply to jobs. If you want only registered members to apply to jobs, you will need to make some basic modifications to the PHP code. This requires you to download a file from your server through FTP, modify it in any text editor (like Notepad), and then upload it back up.

Here are the steps:

  1. Log onto your FTP server
  2. Download /engine/pages/apply_for_job.php
  3. At the top, find this code:

    $this->_need_login = false;
    

    change it to:

    $this->_need_login = 'seeker';
    


  4. Upload the modified file to the server and overwrite the original

Browse Space

- Pages
- News
- Labels
- Attachments
- Bookmarks
- Mail
- Advanced
- Activity

Explore Confluence

- Popular Labels
- Notation Guide

Your Account

Log In

 

Other Features

Add Content


Web Scribble makes job board software, classifieds software, and social network software.