13
Quote:
by xXMaartenXx on 2005/9/4 15:07:40
i think you don`t understand me.
$block = sitemap_get_categoires_map($xoopsDB->prefix("mydownloads_cat"), "cid","pid", "title", "viewcat.php?cid=", "title");
this is a plugin for sitemap module. This shows all the categories in mydownloads module.
Or if i go to the topten php i see 10 links. Now i just want to know how i can show up all the links. Or is that not working at all. So i have to submit 5996 links manualy on a custom html/php file?
No, thats not going to be possible. The table for the downloads has divided everything into categories...so if you altered the code to display all of the downloads instead of just 50...you'd still only get all of the downloads for that specific category.
Unfortunately, the only way I see this happening is to remove all categories and sub categories and altering the display code for the downloads module to show all of them, by using a number that is so far beyond the number of downloads you have, you'll never reach it. (instead of 50, 50,000,000)
But with as many downloads as you have, that is going to make your downloads section a quagmire of links that users will be lost in for days!