Fork me on GitHub

Custom Block For AutoTheme  Bottom

  • Guys-

    I would love to be able to make a custom block that would make my menu vertical.

    I am trying to mirror http://www.thebroncoweb.com with AutoTheme do I need to make a custom block for the horizontal menu bar?

    Also, as you can see from my link there are left and right blocks dissapear and there is only a center block.

    I need someone to help me achieve that.

    Thanks,
    Jon
  • In AutoTheme, find the config. There's a line:

    Code

    if ($index == 1) {
    . Inside that should be some definitions for blocks, etc. Set both right and left to true. Then find the line:

    Code

    if ($index != 1) {
    and set both to false. This will make both your left and right blocksets disappear on all pages except the index.

    As for the horizontal menu, yes it has to be custom. The core menublock has only two functions, verticle menu and dropdown (select box). AutoTheme won't help you with that (except for a custom block location). Just create a core-HTML block and hand code it.
  • <bump>

    My question hasnt been anwsered I am trying to make a custom horizontal menu bar at the top of the page and I would like my webmasters to be able to add links there (like you do in the vertical block thru the admin.php page)

    Has anyone done this before?

    Any help would be greatly appriecaited!
    Thanks,
    Jon</bump>
  • 0 users

This list is based on users active over the last 60 minutes.