Sorting in Formbrowser
Posted: Wed Nov 21, 2007 6:13 pm
Hi all,
I had recently installed the Formbrowser module (v 0.2) and I am trying to use the sorting functionality of this module. I wanted to sort the records based on the submission date and hence I included the code below in the page content
{cms_module module='FormBrowser' browser='job_submissions' sort_field='date' sort_dir='a'}
But when I view the records in the UI, it gives the error message below
Warning: Parameter sort_field is not known... dropped in /var/www/cms/cee-cms/lib/misc.functions.php on line 1281
Warning: Parameter sort_dir is not known... dropped in /var/www/cms/cee-cms/lib/misc.functions.php on line 1281
The URL for the website is below.
http://ww2.ce.gatech.edu/Employers/View-Job-Postings/
So seems like the module is not recognizing the sort field even though its a required field and has a value attached to it. Please let me know if there are any pointers to this problem.
Thanks,
Neo
I had recently installed the Formbrowser module (v 0.2) and I am trying to use the sorting functionality of this module. I wanted to sort the records based on the submission date and hence I included the code below in the page content
{cms_module module='FormBrowser' browser='job_submissions' sort_field='date' sort_dir='a'}
But when I view the records in the UI, it gives the error message below
Warning: Parameter sort_field is not known... dropped in /var/www/cms/cee-cms/lib/misc.functions.php on line 1281
Warning: Parameter sort_dir is not known... dropped in /var/www/cms/cee-cms/lib/misc.functions.php on line 1281
The URL for the website is below.
http://ww2.ce.gatech.edu/Employers/View-Job-Postings/
So seems like the module is not recognizing the sort field even though its a required field and has a value attached to it. Please let me know if there are any pointers to this problem.
Thanks,
Neo