×

Notice

The forum is in read only mode.

User Employer!

14 years 4 months ago #829 by Vagner Mello WEBDESIGNER
Hi,

Employer does not have permission to view this page: List Jobs by Category :(

what to do to give permission to the employer for this page? :)

thanks!
14 years 4 months ago #830 by Ahmad
Replied by Ahmad on topic User Employer!
List Jobs by Category, this is for Job Seeker page.

If you still want to show this page to employer, you need to edit some php file. If you wantit, i\'ll send you information in detail.

Please write your valuable review JS Jobs and JS Support Ticket at JED.
14 years 4 months ago #832 by Vagner Mello WEBDESIGNER
Administrator wrote:

If you wantit, i\'ll send you information in detail.


ok, I\'m waiting!

I really need this feature. ;)
14 years 4 months ago #834 by Ahmad
Replied by Ahmad on topic User Employer!
Please edit these php files

../components/com_jsjobs/views/jobseeker/tmpl/jobcat.php
replace this line on line no 23
if ($this->userrole->rolefor == 2) // job seeker

With
if (($this->userrole->rolefor == 2) || ($this->userrole->rolefor == 1)) // job seeker & employer

../components/com_jsjobs/views/jobseeker/tmpl/list_jobs.php
replace this line on line no 39
if ($this->userrole->rolefor == 2) // job seeker

With
if (($this->userrole->rolefor == 2) || ($this->userrole->rolefor == 1)) // job seeker & employer

Note: Please remember your custom change, on updating component these custom changing will be delete.

Please write your valuable review JS Jobs and JS Support Ticket at JED.
14 years 4 months ago #835 by Vagner Mello WEBDESIGNER
thank you, bro!
perfect ;)
14 years 4 months ago #843 by jhunz
Replied by jhunz on topic User Employer!
I try this if it will work in my site...

JS Jobs Developing is Exactly for Jobs Listing and Posting
www.ctrzone.com
Time to create page: 0.281 seconds

Please publish modules in offcanvas position.