Project

General

Profile

Actions

Bug #62248

closed

No original mount point uid for HMENU

Added by Christian von Holten over 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2014-10-15
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hello,

if have got a HMENU with a custom wrap of every page. My page tree has some pages, which appear several times as mount points. The mount point pages have no content, because it allready in the page, which is pointed to. Everything works well, but the uid of the mount point page is not the original uid. Every typolink on mount point pages are set wrong. Let me explain by an example:


+-page-A
  +----page-A-1
  +----page-A-2
+-page-B
  +----page-B-1
  +----page-B-2 (Mount Point of A-1)

In the resulting menu, the page B-2 has the title and abstract of A-1, that is right. The Problem is, when I click on a link of B-2 I am getting A-1 and not at B-2. So I need the original uid of B-2.

In TYPO3 6.0 everything worked, but in 6.2 it does not. Is there any TypoScript, which gets me the original uid of B-2?

...
  special = directory
  1.NO{
    doNotLinkIt = 1
    wrapItemAndSub =
    stdWrap.wrap = <div class="mh-description" uid="{field:uid}">|</div>
    stdWrap.wrap.insertData = 1
    stdWrap.cObject = COA
    stdWrap.cObject {
      10 = COA
      10 {
        10 = TEXT
        10 {
          stdWrap.wrap = <h2>|</h2>
          field = nav_title // title
          typolink.parameter.field = uid
        }
      }
      20 = COA
      20 {

          10 = TEXT
          10 {
            field = abstract
            stdWrap.br = 1
            stdWrap.noTrimWrap = | |  |
          }
          20 = TEXT
          20.value = Mehr zum Produkt
          20.typolink {
            parameter.field = uid
          }
      } 
    }
  }
...

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #80970: [HMENU][Introduction package] Parallel mount points don't workClosed2017-04-23

Actions
Actions

Also available in: Atom PDF