Search found 87 matches

 Return to the advanced search

Re: ä / ü / ö in emails

 by dveos ¦  02 Oct 2019, 10:42 ¦  Forum: Cries for Help! ¦  Topic: ä / ü / ö in emails ¦  Replies: 4 ¦  Views: 3497

Hi, this should fix this for you - add: $this->_mailer->CharSet = 'UTF-8'; to line 238 of lib/mailer.php So would become:- if (!empty($replyTo)) { $this->_mailer->AddReplyTo($replyTo[0], $replyTo[1]); } $this->_mailer->CharSet = 'UTF-8'; if (!$this->_mailer->Send()) { $failedRecipients[] = array( 'r...

Re: Email Integration

 by dveos ¦  12 Apr 2019, 11:02 ¦  Forum: OpenCATS Talk ¦  Topic: Email Integration ¦  Replies: 8 ¦  Views: 27314

Haha, I know, I know.. :D

Got something to show you! Will send you a message.

Re: Email Integration

 by dveos ¦  12 Apr 2019, 10:46 ¦  Forum: OpenCATS Talk ¦  Topic: Email Integration ¦  Replies: 8 ¦  Views: 27314

Just for update on the above, my email address has changed from info@rekode.co.uk to info@edleco.com if anyone needs assistance. :geek:

Re: How to integrate Rchilli Resume Parsing service API in OpenCATS

 by dveos ¦  27 Mar 2019, 21:15 ¦  Forum: Cries for Help! ¦  Topic: How to integrate Rchilli Resume Parsing service API in OpenCATS ¦  Replies: 1 ¦  Views: 2051

You would need to link into the address parser on add candidate record page. In honesty, if your programming skills are limited you would probably need help from a developer to integrate the service. What's the pricing for rchilli? If possible, I would hang fire on committing to any paid for parsing...

Re: "Internal Posting" label replace

 by dveos ¦  13 Mar 2019, 13:48 ¦  Forum: Cries for Help! ¦  Topic: "Internal Posting" label replace ¦  Replies: 4 ¦  Views: 3206

1. You would need to change the Internal Postings company name in the company table through phpmyadmin 2. You would most likely have to change the Add.tpl and Edit.tpl files in modules/joborder to reflect your company name (for when posting jobs etc.) - I would refer to the line number but assume mi...

Re: Changing the names of fields

 by dveos ¦  22 Feb 2019, 12:56 ¦  Forum: User Customisations - share 'em here! ¦  Topic: Changing the names of fields ¦  Replies: 2 ¦  Views: 6292

Hi, I'm not sure if this is what you're looking for but you can change the "Job Type" by uncommenting the following in your config.php file (root directory). /* Job Types mapping */ /* Uncomment bellow if you want custom mapping */ /*const JOB_TYPES_LIST = array( 'PT' => 'Part-Time', 'FT' ...

Re: Shared Hosting CV Parser

 by dveos ¦  11 Jan 2019, 18:34 ¦  Forum: Cries for Help! ¦  Topic: Shared Hosting CV Parser ¦  Replies: 68 ¦  Views: 84370

In an update to this PDF files were always a bit temperamental. The document would be search indexed but you may notice there was some times an encoding issue. To solve this, you can upload xpdf directly to serve your install without root access. I have attached the exact folder I have on my install...

Re: Shared Hosting CV Parser

 by dveos ¦  07 Dec 2018, 20:48 ¦  Forum: Cries for Help! ¦  Topic: Shared Hosting CV Parser ¦  Replies: 68 ¦  Views: 84370

Glad you got it sorted :)

Re: Candidate Import Format Needed

 by dveos ¦  07 Dec 2018, 12:10 ¦  Forum: Cries for Help! ¦  Topic: Candidate Import Format Needed ¦  Replies: 5 ¦  Views: 4708

I'm pretty sure you just need to create a CSV file with columns representing the fields you are looking to import.

I have attached an example CSV: https://nofile.io/f/J5trWaRMUVW/Import+Example.csv

Re: Shared Hosting CV Parser

 by dveos ¦  01 Dec 2018, 13:52 ¦  Forum: Cries for Help! ¦  Topic: Shared Hosting CV Parser ¦  Replies: 68 ¦  Views: 84370

Ok so I have tested this and it still works fine.. Here are the steps I followed:- 1. Fully install latest version of OpenCATS 2. Unzip the attached file in root of installation. https://www.dropbox.com/s/au9omt2cw064s38/root.zip?dl=0 3. We're searching the galaxy of indexed CV/resume documents. (se...

  • 1
  • 2
  • 3
  • 4
  • 5
  • 9

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