Project

General

Profile

Actions

Bug #14866

closed

HMENU, special=directory is only reduced usable (without large detours)

Added by Editha Kuske over 18 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2005-07-16
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.7.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If you have 2 menus with very different behaviour specificied in TS like the following:

Topline menu:
-------------------
temp.topmenu = HMENU
temp.topmenu {
special = directory
special.value = 107 (== page tree 'top')

1 = TMENU
1 {
expAll = 0
....
}
...
}

Left row menu:
--------------------
temp.leftmenu = HMENU
temp.leftmenu {
special = directory
special.value = 110 (== page tree 'left')

1 = TMENU
1 {
expAll = 0
....
}
....
}

The page tree has the form:
-------------------------------------
->Start root page |
+--- top (id = 107) |
+--- ...
+--- ...
+--- left (id = 110) |
+--- ...
+--- ...

The result of this construction is:
the topmenu works very well but the leftmenu doesn't open if you click on it.

My first try to go around was:
--> shortcut from the 'Start root page' to the 'left' page tree.

This works in my local environment but (curiously) not on the life server.

My second try to go around was:
--> Insert the root template within the root template as 'Template on next level'

this brought absolutely nothing

My third try to go around was:
--> Create a template for the 'left'-page tree
--> Insert the root template as 'Include basis template'

!!!! this works !!!
until I have to use things like 'levelTitle:1'

a debug of the levelTitles presents to the following result:

at a click on a link in the top-menu:
levelTitle:0 = 'Start root page'
levelTitle:1 = 'Top'
at a click on a link in the left-menu:
levelTitle:0 = 'Left'
levelTitle:1 = 'Subpage under Left'

If it is not a bug, then it is surely a missing feature, that two directories on the same page tree level don't work in the same way.

Kindly regards,
Editha

(issue imported from #M1289)

Actions #1

Updated by Wolfgang Klinger over 18 years ago

What do you mean with "Start root page"? The icon with the globe or a real page with a template where 'Rootlevel' is set?

Actions #2

Updated by Editha Kuske over 18 years ago

The real page with the rootlevel template - not the globe.

Actions #3

Updated by Ingo Renner over 15 years ago

unable to reproduce during Bugday July 2008. No ffedback for nearly 3 years

Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF