OK thanks. Again, it works well in 6.2.14 and before. Are there changes in menu TS or user handling?
I have a simple site structure:
RootPage
- Home (with felogin)
- Secure (access protection with usergroup "all users", toggle "Extend to Subpages" is active)
- - Header (access protection "show at any login", toggle "Extend to Subpages" is active)
- - - Internal
- - - Profile
- - - Logout
- - Main (access protection "show at any login", toggle "Extend to Subpages" is active)
- - - MainPage1
- - - MainPage2
The Header Pid is the "special = directory" value of an HMENU in lib.SITEHEADER
lib.SITEHEADER = COA
lib.SITEHEADER{
...
20 = HMENU
20{
special = directory
special.value = {$headermenuPid}
wrap = <nav id="headermenu"><ul>|</ul></nav>
1 = TMENU
1 {
expAll =1
NO = 1
NO {
wrapItemAndSub = <li>|</li>
....
The Main Pid is the "special = directory" value of an HMENU called lib.MAINMENU.
The same TS like above.
Problem:
The Subpages of "Header" and "Main" are still visible in the Menus, if the user isn't logged in.
It doesn't matter if i set the access protection to "show at any login" or a specific usergroup.
This issue occurs on two different systems. Does anyone else have this issue?