We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 29083
    • 21 Posts
    Hi all,

    did anybody know, how can i create Sections with the DropMenu?
    For an example, it should look like that:

    Menu1
    Menu2

    Menu3
    Menu4
    Menu5

    Menu6
    Menu7
    Menu8

    and so on...

    Did anybody have hints...?

    THX,
    Sylvio
    • Create three separate calls of DropMenu on three separate folders.
        Ryan Thrash, MODX Co-Founder
        Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
      • Or have DropMenu use the pagetitle as your link text, and add a couple of
        tags to the title field of the appropriate documents. I’ve done it that way.

          Studying MODX in the desert - http://sottwell.com
          Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
          Join the Slack Community - http://modx.org
          • 9878
          • 31 Posts
          done that the same way like rthrash said:
          <div align="left" id="menu">
          <span class="linkfat">A</span>[[DropMenu?startDoc=3]]
          <span class="linkfat">B</span>[[DropMenu?startDoc=6]]
          <span class="linkfat">C</span>[[DropMenu?startDoc=24]]
          </div>


          hope that helps,
          steffen
            www.steffen-uhlmann.de
            • 29083
            • 21 Posts
            Hi,

            thanks for the reply.
            Now i understand it...
            And it works fine.. smiley

            Sylvio