Skip to content

Content sliding problem when using mask #636

Open
@user123801

Description

@user123801

PHP 8.2.18
TYPO3 12.4.17
mask 8.3.11

This is the page tree I use for this.
screenshot

When setting up a TYPO3 project with mask and setting slide = -1 for one of my columns in the backend and then setting a page to hidden = 1, then creating a subpage below the hidden page, it does not inherit the content from the page "Home" to the page "subpage". Content sliding from the page "Home" to "page1" works just fine.

Typoscript:

page = PAGE
page {
    10 = FLUIDTEMPLATE

    templateRootPaths.0 = path/to/templates/
    layoutRootPaths.0 = path/to/layouts/
    partialRootPaths.0 = path/to/partials

    10 {
        # Template setzen
        templateName = Default

        variables {
            content_footer < styles.content.get
            content_footer.select.where = {#colPos}=2
            content_footer.slide = -1
        }
}

The only difference between this and my other projects is mask, so I suspect it has something to do with it. Although there weren't any errors in the log files. The variable content_footer is just empty on the page "subpage", but not empty on the other pages. The only content is on the page "Home".

Any idea how to fix this? Anyone else had this problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions