Pages still aren't spanning. What should I do? I have the option in the links.cfg set to "1" and the number of links on each page set to 10. BUT every page has 15 links. And categories that have more do not span. I checked through past posts and its not helping...thx for your time.
Oct 22, 2000, 6:15 PM
Veteran (17240 posts)
Oct 22, 2000, 6:15 PM
Post #2 of 2
Views: 168
If you search for spanning pages in the Links 2.0, you should be able to find relevant Threads.
Look at the following variables in the links.cfg file:
$build_span_pages = 1;
$build_links_per_page = 10;
If you have less than 10 links per page, then the pages will NOT span. Either reduce the value of the second variable or wait until you have more than 10 links per category.
Regards,
Eliot Lee
Look at the following variables in the links.cfg file:
Code:
$build_span_pages = 1;
$build_links_per_page = 10;
If you have less than 10 links per page, then the pages will NOT span. Either reduce the value of the second variable or wait until you have more than 10 links per category.
Regards,
Eliot Lee

