2011-12-02, 02:43:27
You are using the paginate class on your URIs table, but you don't provide the necessary DIV to hold the paging links that jQuery renders. That means that currently one can see only the first 14 URIs that were created, and the rest are hidden. According to the existing GetSimple pages, you need to add this after your table:
Or, remove the paginate class from the table.
Code:
<?php if(defined('GSPAGER')) { ?><div id="page_counter" class="qc_pager"></div><?php } ?>
Or, remove the paginate class from the table.