[SOLVED] Jobs Module : Sorting out Job ID
Posted: Wed Feb 06, 2008 6:34 pm
I've problem sorting out Job ID. I've Jobs in different department and in each department, the jobs have to be sorted out in order of importance. I I've tried the following but its still not sorting.
{cms_module module="Jobs" sortby="job_id"}
{cms_module module="Jobs" sortby="job_hrid"}
{cms_module module="Jobs" sortby="jobs_id"}
{cms_module module="Jobs" sortby="jobs_hrid"}
I've checked the table in the database and figured out that the ID field is called "hrid". Hence I tried the above, but yet its still not working. Can anyone help by checking out if I got it right. I've found this post. http://forum.cmsmadesimple.org/index.ph ... 386.0.html but apparently still not working for me. Is due to the jobs in different department? Does anyone have the same problem?
{cms_module module="Jobs" sortby="job_id"}
{cms_module module="Jobs" sortby="job_hrid"}
{cms_module module="Jobs" sortby="jobs_id"}
{cms_module module="Jobs" sortby="jobs_hrid"}
I've checked the table in the database and figured out that the ID field is called "hrid". Hence I tried the above, but yet its still not working. Can anyone help by checking out if I got it right. I've found this post. http://forum.cmsmadesimple.org/index.ph ... 386.0.html but apparently still not working for me. Is due to the jobs in different department? Does anyone have the same problem?