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.
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.