Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9047371
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T11:53:37+00:00 2026-06-16T11:53:37+00:00

I have a website with two columns (colPos = 0 and colPos = 2).

  • 0

I have a website with two columns (colPos = 0 and colPos = 2). Haw can I include headers from column 2 into the section index? The default behavior is to include only headers from column 0.

More specifically, here is the TypoScript I use to generate the menu:

lib.menupage = HMENU
lib.menupage {
  1 = TMENU
  1 {
    wrap = <ul> | </ul>
    NO.wrapItemAndSub = <li> | </li>
    sectionIndex = 1
  }
}

I’m using TYPO3 6.0.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T11:53:38+00:00Added an answer on June 16, 2026 at 11:53 am

    i guess you are searching for

    lib.menupage.1.sectionIndex.useColPos = -1
    

    (But this seems to be only available in TYPO3 6.0)

    As a workaround it should be possible to do it on your own. Render a normal menu, but override (allWrap.cObject should do the job) the link with an CONTENT Object, which retrieves all headers from tt_content of that page. Here is some pseudo-code which help to explain how i would try to solve that problem. This code will not work, just show the principle:

    lib.menupage = HMENU
    lib.menupage {
      1 = TMENU
      1 {
        wrap = <ul> | </ul>
        NO.wrapItemAndSub = <li> | </li>
        # pgampe suggested to use: stdWrap2.append instead of allWrap.cObject. My intention
        # was to override the original link at all. But you should be able to play with
        # the different stdWrap functions to get the best solution
        # as far as i remember, allWrap will be wrapped by "wrapItemAndSub"
        NO.allWrap.cObject = CONTENT
        NO.allWrap.cObject {
           table = tt_content
           select {
             # the uid is the id of the page where we need the content from
             pidInList.field = uid
             orderBy = colPos, sorting
           }
           # inside the renderobj we get the elements which are retrieved by CONTENT
           renderObj = TEXT
           renderObj {
             field = header
             typolink.parameter.field = pid
             typolink.section.field = uid
             required = 1
             wrap = <span class="inside-li">|</span>
           }
        }
      }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a website with a two column layout, like there are dozens I
Two questions only: I have a website including a section of Blog in wordpress.
I have two css columns for my website they fit inside a main container,
I have a website with two columns, within a wrapper div. The wrapper has
I have asp:datalist binding from table this table contain two columns one of them
On my website I have two jQuery UI dialogs. One dialog just shows gif
I have a website that is mirrored cross two sub-domains. So I have separate
I have splitted two models in two files : website.py class WebSite(models.Model): ... maintenance_page
I have a Cake website and it needs to have two separate logins, each
We are having the two different website running for different products (both sites have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.