×

Notice

The forum is in read only mode.

Alphabetize Category List

14 years 10 months ago #332 by Todd Woodward
I\'ve been testing this job board and it has done most of what I need so far.

I entered a list of new job categories in alphabetical order, but the list does not display in that order. Has anybody else seen this with their sites?
14 years 10 months ago #342 by Ahmad
Replied by Ahmad on topic Alphabetize Category List
You need to change query in php file.

Please write your valuable review JS Jobs and JS Support Ticket at JED.
14 years 10 months ago #345 by Todd Woodward
Which php file will I be editing?
14 years 10 months ago #347 by Ahmad
Replied by Ahmad on topic Alphabetize Category List
/components/com_jsjobs/models/jsjobs.php

Line no 157

Replace
$query .=  \" ORDER BY \'id\' \";
With
$query .=  \" ORDER BY \'cat_title\' \";

Please write your valuable review JS Jobs and JS Support Ticket at JED.
14 years 10 months ago #352 by Todd Woodward
Thank you for your help. These changes will make this component much better for my site. Thank you again.
14 years 10 months ago #353 by Ahmad
Replied by Ahmad on topic Alphabetize Category List
Be remember your changes, i am working on further development.

Please write your valuable review JS Jobs and JS Support Ticket at JED.
Time to create page: 0.105 seconds

Please publish modules in offcanvas position.