PDA


View Full Version : Links Category Depth


Rob Locke
08-12-2005, 01:48 PM
As there is currently no way to control category depth in the Links Directory, I wondered if there is a workaround until the next version is released. This is what was offered for Gallery:
If you were able to set a different depth on the index page and the browseimages page would that solve the problem? If so, you could look in your browseimages.php file for this:
require_once('./gallery_global.php');

And add this right below it:
$vba_options['gallery_catdepth'] = 1;
And of course just change 1 there to whatever you want to use on the browseimages page, then your index page will go by the setting in your admincp.Is there an equivalent of this for browselinks.php?

Many thanks,

Rob.

Brian
08-12-2005, 03:46 PM
Currently there is not an option to control the category depth. Options for this have been added in v2.0 though, which will hopefully be out soon.

Rob Locke
08-12-2005, 04:15 PM
Thanks Brian,

I look forward to the new release.

Best wishes,

Rob.