Search found 8 matches

 Return to the advanced search

Restricting lower users to viewing only their candidates

 by Laevantine ¦  19 Mar 2013, 18:13 ¦  Forum: OpenCATS Talk ¦  Topic: Restricting lower users to viewing only their candidates ¦  Replies: 1 ¦  Views: 3554

Here's an interesting idea. Say you have a larger company and decided to restrict recruiters to their own candidates. How hard/easy would such a thing be to integrate. I played around with the idea when the parent company of the company I'm working for threw out a horribly twisted ATS based on Sugar...

Re: Permissions and such

 by Laevantine ¦  07 Nov 2012, 21:57 ¦  Forum: User Customisations - share 'em here! ¦  Topic: Permissions and such ¦  Replies: 4 ¦  Views: 10908

Hmm, I've got two things for you that might work. The first is the following line of code: <?php if ($this->accessLevel >= ACCESS_LEVEL_DELETE): ?> <-- INSERT WHATEVER CODE HERE--> <?php endif; ?> Wrap this around the Only My Candidates section. There is a problem, though, which you may or may not h...

Design Suggestion

 by Laevantine ¦  11 Jul 2012, 21:30 ¦  Forum: OpenCATS Talk ¦  Topic: Design Suggestion ¦  Replies: 0 ¦  Views: 3284

I'm a graphic designer first, code editor second, so there is one thing that has always bugged me about CATS which I modified right away. CATS currently sticks to the left of the screen when you pull it. Seeing as we are in the age of > 1920x1200 monitors I think it is wise to center the interface. ...

Re: Dashboard breaking glitch

 by Laevantine ¦  26 Jun 2012, 23:08 ¦  Forum: Cries for Help! ¦  Topic: Dashboard breaking glitch ¦  Replies: 3 ¦  Views: 15200

Haha, I appreciate the offer but I'm no coder. Most of what I've done has been me fumbling about do to little to no PHP, JavaScript, etc. skills. I've merely added a few custom fields and created a way to add a second status update to the candidates sql table for KPI purposes. I'll leave the inner w...

Re: Dashboard breaking glitch

 by Laevantine ¦  25 Jun 2012, 22:05 ¦  Forum: Cries for Help! ¦  Topic: Dashboard breaking glitch ¦  Replies: 3 ¦  Views: 15200

Answering my own question again... strange how that happens. If your dashboard breaks it may be due to the "activity" and "candidate_joborder" tables in your database. I found this quite by accident but for some reason I had floating, non-assigned activities in the activity table...

Dashboard breaking glitch

 by Laevantine ¦  21 Jun 2012, 00:54 ¦  Forum: Cries for Help! ¦  Topic: Dashboard breaking glitch ¦  Replies: 3 ¦  Views: 15200

Interesting, I come on after a year due to the project taking off and I find an interesting glitch as it were. The Important Candidates on the dashboard returns a an error which you can view below. Funny thing is it was working not a second ago and I haven't changed anything in the code or database....

Re: Adding new default fields to Candidates?

 by Laevantine ¦  03 Jun 2011, 21:20 ¦  Forum: Cries for Help! ¦  Topic: Adding new default fields to Candidates? ¦  Replies: 1 ¦  Views: 10679

Answering my own question: You need to edit five documents and the SQL database in order to add custom fields to and areas. Those documents are: C ATSroot/lib/Candidate.php CATSroot/modules/candidates/CandidatesUI.php CATSroot/modules/candidates/Add.tpl CATSroot/modules/candidates/Edit.tpl CATSroot/...

Adding new default fields to Candidates?

 by Laevantine ¦  24 May 2011, 19:43 ¦  Forum: Cries for Help! ¦  Topic: Adding new default fields to Candidates? ¦  Replies: 1 ¦  Views: 10679

Hello, I'm currently setting up OpenCATS 0.9.1 for a company but I've run into a problem. You see, they want to have an online application which I can do but the problem is the extra fields they need. Basically, I will add applicants with a form to SQL PHP script but, I found out, the extra fields a...

It's essential to keep these synchronized to ensur[…]

Export part in Job Order order search

Same problem as mine. Maybe you're right, I'll che[…]

The error message you're encountering indicates th[…]

Errors restoring mysqldump backup

doesnot work for me