Tuan,
I first want to let you know that DMS is an absolutely amazing product. My business wouldn't be running with out it, so thanks! With that being said, I was wondering if you could help me with a "pagination" issue I am having with the search function. Basically, search results are limited to 20 per page by default and then this can be adjusted to "25," "30," "35," etc. Additionally, the search results page allows the user to scroll to various pages including ("Start," Prev," "Next," "End," etc.). However, none of these links seem to be working properly because the javascript used for these functions is undefined. I was wondering how I could fix this problem. Additionally, I was wondering how to get rid of the text "_DISPLAY_NUM" that proceeds the drop down list for determining how many search results you want per page. I went through the php search files, but there is nothing that allows me to make changes. Instead the only code in there is this:
if ($this->pagination->total > $this->pagination->limit) {
?>
<div align="center">
<?php echo $this->pagination->getListFooter(); ?>
</div>
<?php
}
Thanks in advance for your help!
Best,
RJ