Hey Ahmad,
I found this on there,
<td> <?php if ($this->config[\'filter_category\'] == 1) echo $this->filterlists[\'jobcategory\']; ?></td>
<td> <?php if ($this->config[\'filter_jobtype\'] == 1) echo $this->filterlists[\'jobtype\']; ?></td>
<td> <?php if ($this->config[\'filter_heighesteducation\'] == 1) echo $this->filterlists[\'heighestfinisheducation\']; ?></td>
<td> <?php if ($this->config[\'filter_salaryrange\'] == 1) echo $this->filterlists[\'jobsalaryrange\']; ?></td>
I then made a new field on jos_js_jobs_filters as certification and made a new table as jos_js_jobs_certification.
The removed the
<td> <?php if ($this->config[\'filter_salaryrange\'] == 1) echo $this->filterlists[\'jobsalaryrange\']; ?></td>
And replaced it with,
<td> <?php if ($this->config[\'filter_certification\'] == 1) echo $this->filterlists[\'certification\']; ?></td>
But ALAS, No display. I dont know,what I missed.
HELPO bhaijaan!!