Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 23

6apxatCurtisOdenHotBlackericgilletteestlf349141590tc74x00422 +14 guests

pages as dropdown

Hej guys.

is it possible to have the pages that ar normally listed in tabs as a dropdown box?

wich files do i have to edit?

Comments

  • Posts: 262
    pages? you mean the "discussions, categories, search, account etc."?

    If so, they're just a normal ul-list so you can style them how you like and make them list vertically if you prefer. You can make that into a suckerfish menu too.

    There was another thread recently on incorporating them into the Panel.
  • Posts: 81
    yeah, i stepped on suckerfish myself. that wasn't exactly what i wanted ^^

    i just wanted an ordinary dropdown, that did it:
    echo "<form>\n<select>";
    while (list($Key, $Tab) = each($this->Tabs)) {
    echo '<option onclick="window.location=\''.$Tab['Url'].'\'">'.$Tab['Text'].'</option>'."\n";
    }
    echo "</select>\n</form>";
  • Posts: 427
    Hi, I think it's in the while (list($Key, $Tab) = each($this->Tabs)) { that you find in the menu.php theme file.
  • Posts: 1
    I would like to make a suckerfish menu...I'm a bit of an idiot with this sort of thing tho...can someone give me a clue of where to begin? Thank you so much!!
This discussion has been closed.