0
Welcome Guest! Login
0 items Join Now

splitmenu questions

    • 's Avatar

    splitmenu questions

    Posted 18 years 6 days ago
    • where does the Menu come from that follows whatever your menu is named...for instance if when I click my main menu item Connect...in the splitmenu it is displayed as Connect Menu...i want to remove or change the word Menu it

      i have another menu that sits underneath the splitmenu that uses the mainmenu mod and is formatted as <td>'s...but the splitmenu is an unordered list...can i easily change the splitmenu to the same layout as the mainmenu mod?


      thanks
    • Last Edit: 8 years 4 months ago by Kat05.
    • Bo Pritchard's Avatar

    Re: splitmenu questions

    Posted 18 years 6 days ago
    • i figured out the first part about getting rid of the word Menu...

      still need help with the 2nd though

      thanks
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: splitmenu questions

    Posted 18 years 6 days ago
    • No, the split menu is coded in such a way that is uses unordered lists. It is generally accepted that the best html for creating a menu is to use an unordered list. The table structure that has traditionally been used in mambo/joomla is very bad style and poor for accessbility requirements.
    • Ken Nunes's Avatar
    • Ken Nunes
    • Jr. Rocketeer
    • Posts: 26
    • Thanks: 0

    Re: splitmenu questions

    Posted 18 years 6 days ago
    • Bo,

      i figured out the first part about getting rid of the word Menu...

      Can you explain what you have to do to get rid of the Menu word then....it would be interesting to many of us...

      ken
    • Bo Pritchard's Avatar

    Re: splitmenu questions

    Posted 18 years 6 days ago
    • Ken Nunes wrote:
      Bo,

      i figured out the first part about getting rid of the word Menu...

      Can you explain what you have to do to get rid of the Menu word then....it would be interesting to many of us...

      ken

      line 294 of the rt_splitmenu.php
      $output .= "<div class="moduletable"><h3>" . $menuname . " Menu</h3>\n";
      change to
      $output .= "<div class="moduletable"><h3>" . $menuname . " </h3>\n";
    • Ken Nunes's Avatar
    • Ken Nunes
    • Jr. Rocketeer
    • Posts: 26
    • Thanks: 0

    Re: splitmenu questions

    Posted 18 years 4 days ago
    • thanks Bo....easy when you know eh....

      ken

Time to create page: 0.049 seconds