×

Notice

The forum is in read only mode.

Resume to subcategory

11 years 8 months ago #2370 by Darya
Resume to subcategory was created by Darya
Hello. How can I add resume to subcategory?
11 years 8 months ago #2380 by Super User
Replied by Super User on topic Resume to subcategory
Hi,

If you are using JS Jobs 1.0.8.x
Please run these quires in phpMyAdmin

Note: replace jos with your database prefix before run these quires.
insert into `jos_js_job_fieldsordering` (fieldtitle,ordering,section,required,sys,field,cannotunpublish,published,fieldfor) values('Sub Category', 16, 20, 0, 1, 'subcategory', 0, 1, 13);
insert into `jos_js_job_fieldsordering` (fieldtitle,ordering,section,required,sys,field,cannotunpublish,published,fieldfor) values('Sub Category', 16, 20, 0, 1, 'subcategory', 0, 1, 3);

update jos_js_job_fieldsordering set ordering = ordering+1 where fieldfor = 3 and section >= 20 and ordering > 15;
update jos_js_job_fieldsordering set ordering = ordering+1 where fieldfor = 13 and section >= 20 and ordering > 15;

Best regards,

Ahmad Bilal
Time to create page: 0.032 seconds

Please publish modules in offcanvas position.