How did they make this Drupal menu system?

Discussion in 'Drupal' started by litebulb1, Oct 12, 2007.

  1. #1
    On this page the section headings are links that will display a page that has all of its subcategories. I don't know if this is a module or if it was just coded. Thanks.
     
    litebulb1, Oct 12, 2007 IP
  2. JB4375

    JB4375 Peon

    Messages:
    41
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    There might be a module to do this but it appears to be straight CSS and DIV tags. Rather than taking on the entire page just try to get one section of it of down. Right click, view source. You can see they've created classes called column-left, and column-right.

    If you have an editor, I use PHP Coder Pro which is free, open a new page, and drop the "Getting Started" section of code in. Make changes to it until it looks the way you want, and the links are correct for your site.

    The actual Getting Started page that this links to is just an unordered list. The links will be the same so you can copy them in from your first page once it's complete.

    Having said that, I don't really see the point of having your first menu page leading you to a second sub-menu page. Why not just have everything link from the first one?

    Hope this helps,

    JB
     
    JB4375, Oct 12, 2007 IP
  3. ass45sin

    ass45sin Peon

    Messages:
    115
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I'm not to sure how they do it but you can make something like that with Views module..
     
    ass45sin, Oct 24, 2007 IP