|
From: Rustam N. <na...@na...> - 2004-03-23 18:18:54
|
Hi, guys, for those of you who joined for beta testing the module. Here's the link to the zip file -> http://phpro.nabirov.net/uploads/phpro_v3.0beta_27022004.zip It has differences as compared to alpha version and previous versions, therefore first uninstall all the old versions you might have. The mod is pretty straightforward and the installation is pretty easy. I'm planning to release the mod next week, therefore, I would appreciate if you provide your feedback/bug reports by next Monday. I need to know parameters of your system (*nix/Win32, PHP version, mySQL version, Postnuke version). Please let me know them asap. Testing should cover all aspects of the module (posting, viewing, uploading, browsing, searching, etc.). You need to create 3 separate users besides Admin, one will be a job poster, one will be a recruiter, and one will be a simple user. To differentiate between these users, you'll need to set up separate permissions for each of them. phPro:: :: ACCESS_ADMIN for Admin, phPro::Vacancy :: ACCESS_DELETE (or ACCESS_EDIT) for a job poster, phPro::Resume :: ACCESS_MODERATE for a recruiter, and phPro:: :: ACCESS_READ (at least) for a simple user. Admin will have access to all the parts of the module, incl. configuration, and will be able to edit/delete all jobs. Job poster will be able to post/edit and delete (if ACCESS_DELETE is given) his own jobs, read/delete applications submitted by users for his own jobs. Recruiter will be able to browse the list of available resumes. Simple user will be able to read vacancies, apply to them using one of his stored resumes. All of the users (except unregistered) will be able to create/view/edit/delete their own resumes and to set one of these resumes as browsable, which will be accessible to recruiters. It is possible to give a user combined rights of a job poster and a recruiter, i.e. they will be able to post jobs and to browse the list of available resumes. To do this, the job poster permission would have to be set at phPro:: :: ACCESS_EDIT (or DELETE). Note the difference in phPro::Vacancy in the first case above and phPro:: in the second case. And of course, the most important change from the alpha version is the resume section. There are 3 types of resumes in My Resume Center: online forms, file resumes, and external links (can be links to documents or webpages). The maximum number of resumes of each type a user can have is configurable through the Admin->Configuration. By default, the max number is 1 for each type. Each type can be turned off, if you change 1 (max number of resumes of this type) to 0. By default allowed file types of file resumes are .doc (MS Word) and .rtf (Rich Text Format). All of this is configurable in the admin menu. The block file has been amended as well. It is multi-purpose now. Three types of blocks can be created: most popular vacancies, top poster, last X jobs. Links at the bottom of the block can be turned on/off. Block are multi-site ready. Guys, please do not forget to provide your feedback/bug reports by Monday. Cheers, Rus. |