Fork me on GitHub

How to have the MainMenu block use different styles?  Bottom

  • Been playing around with this, looked around the tutorials and support forums, and no matter what I do I cannot seem to change the style class that is being used for the Main menu content section! Anyone know the secret to this?

    Thanks,
    -BZ
  • it depends greatly on the theming system you are using. Xanthia, AutoTheme, old style, what?
  • First off, I'd get xMenu from Oh phooey, I forget the URL... But it uses HTML Lists, much like 760 will be doing, so it's more customizable.

    --
    Home Page | Find on Facebook | Follow on Twitter
  • mhalbrook: xMenu.. I'll peek around for it, thanks!

    craigh: I'm using Xanthia with .750
  • then just find and change the MainMenu.htm tmplate in the theme file.
  • does the 760 RC's have something different with the main menu? I didnt notice, so im still using the xmenu.
  • The main menu can have its own block template with Xanthia, but not all themes include it.

    --
    itbegins.co.uk - Zikula Consulting

    birtwistle.me.uk - Personal Blog


    Please read the Support Guide
  • Doesnt look like it loops to grab each individual link. Still takes them as a whole. IE $content.

    Maybe something more like this:

    Code

    <!--[foreach from=$menuitems item=item ]-->
            <TR class=NavRow>
              <TD class=swath>&nbsp;</TD>
              <!--[if $item.MENUITEMTITLE != '' && $item.MENUITEMURL != '' ]-->
               <A href="<!--[$item.MENUITEMURL]-->" class="NavText" title="<!--[$item.MENUITEMALT]-->">
              <TD class="Nav">
              <DIV class=NavText><A href="[-$item.MENUITEMURL]-->" class="NavText" title="<!--[$item.MENUITEMALT]-->"><!--[$item.MENUITEMTITLE]--></A></DIV></TD></A></TR>
              <!--[else]-->
                <TD class=Nav><DIV class=NavText><!--[$item.MENUITEMTITLE]--></DIV></TD>
              [<!--[/if]-->
     <!--[/foreach]-->
  • That's true - you'd need the .8 blocks module to get templated blocks....

    --
    itbegins.co.uk - Zikula Consulting

    birtwistle.me.uk - Personal Blog


    Please read the Support Guide
  • 0 users

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