You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug: When setting max# pages that are listed in "skip_file" still shows up when they're deeper in the tree than max# is set to.
My skip_file input is the following:
/(^sidebar|^navbar|^pagetemplates|placeholder)/
Which should filter all placeholder pages anywhere. However, when I set max#1 all "placeholder" pages that are not in the root show up, max#2 hides 1 more depth of placeholder pages, etc. This indicates a bug in how the pages are loaded when max# is set.
Setting something like max#8 also fixed the problem, since I have no pages deeper than 8 steps down the tree, but that defeats the purpose of max# of course.
The text was updated successfully, but these errors were encountered:
jobhh
changed the title
setting "max#" leads to "skip_file" settings being ignored
Bug: Using "max#" will ignore "skip_file" for pages deeper than the max# setting
Nov 2, 2017
Can you please try the latest version of the indexmenu plugin? In that version I cannot reproduce it. There have been a significant amount of changes recently, it might be that it solved this as well.
Bug: When setting max# pages that are listed in "skip_file" still shows up when they're deeper in the tree than max# is set to.
My skip_file input is the following:
Which should filter all placeholder pages anywhere. However, when I set max#1 all "placeholder" pages that are not in the root show up, max#2 hides 1 more depth of placeholder pages, etc. This indicates a bug in how the pages are loaded when max# is set.
The sidebar indexmenu code I tried initially:
Which lead to this menu, where "placeholder" still showed up:
When I remove the "max#3#2", I got this:
Which worked fine:
Setting something like max#8 also fixed the problem, since I have no pages deeper than 8 steps down the tree, but that defeats the purpose of max# of course.
The text was updated successfully, but these errors were encountered: