PDA

View Full Version : Two potential bugs


BWJ
09-15-2009, 08:12 AM
First problem
Example:

Category 1: admin setting: Allow Users to Create Sub-Categories: Yes
----Subcategory 1-1: admin setting: Allow Users to Create Sub-Categories: Yes
Conclusion: works fine

Category 1: admin setting: Allow Users to Create Sub-Categories: No
----Subcategory 1-1: admin setting: Allow Users to Create Sub-Categories: Yes
Conclusion: You are not allowed to edit present user categories nor create new ones within 1-1. If you then change cat 1-1 to its own category like 2 (without any parent) then there are no problems ??


Second problem

Admin -> Main index Page Options -> Depth of Directories on index

Conclusion:
If 0 is chosen: No categories are shown
If 1 is chosen: cat 1 + subcat 1-1 are shown
If 2 is chosen: cat 1 + subcat 1-1 and subcat 1-1-1 are shown

What I would like to show is just cat 1 and nothing else. It doesn't seem to be possible...??

Brian
09-16-2009, 01:18 PM
1). I've tried testing this locally, but don't seem to be able to reproduce it. The only things I can really suggest would be to make sure you're running the most current version (3.2.0) and you could also try going to admincp/vba_links_admin.php?do=rebuildparents to resort your category parent lists and make sure there's nothing wrong there. If that doesn't help, would you mind submitting a support ticket so I can take a look at things?

2). Check to make sure that your 'Display Smaller Sub-Category Columns' setting (under Category Options in your vBa Links settings) is set to 0. I double-checked locally and only saw the first level of categories when the depth was set to 1 and 'Display Smaller Sub-Category Columns' set to 0.

Our Sponsors
 

BWJ
09-16-2009, 03:20 PM
Re. 2) I had it set to 3. I think what was confusing me a bit was the 'depth of categories' setting. But it works now with 0, thank you.

Re. 1) I should be running the latest version 3.2.0 and also tried the rebuildparents - I will submit a ticket, thank you.