When are u going to release? :)

Comments

pyotrpro’s picture

Title: nice start man! » Main links menu
Category: task » feature

Your menu block (navigation) better to be Drupal friendly - i mean - it is not possible mow to move it and configure in and between blocks and it uses other classes format - not possible to use it with DHTML menu for example - it expects some classes like "menu", "leaf", "collapsed" and so on.... i think that are standarts for Drupal UI

alexweber’s picture

Assigned: Unassigned » alexweber
alexweber’s picture

Version: 7.x-0.0-beta1 » 7.x-0.0-beta2
Status: Active » Needs review

fixed in beta 2, please test and report back!

pyotrpro’s picture

Hello

Thanx for update!

But I didn't catch what was changed really yet... it seems main-menu links still not possible to move or disable between blocks - and also your menu cannot work with levels - they don't show ( deeper than first :))

alexweber’s picture

hey, maybe they can't be moved because I put then hardcoded in the page template (like Bartik), if you want to be able to move them they should be used as blocks, maybe I'll do that instead have them as blocks in the header region as default... hang in there gonna work on this today! :)

pyotrpro’s picture

Moving by hardcoding is not big problem - about levels in menu - that have to be done for sure - sorry can't help you ...

alexweber’s picture

no problem! and just for the record, bartik does this too... (maybe its a feature?)

alexweber’s picture

Version: 7.x-0.0-beta2 » 7.x-0.x-dev
Category: feature » bug
Status: Needs review » Active
alexweber’s picture

Status: Active » Closed (works as designed)

Hey pyotrpro, after a couple of hours of testing and hacking to try and get this to work I've come to the conclusion that it works exactly as designed.

The "problem" here is that the behaviour you expect comes from a block, whereas in page.tpl.php the menu is being shown according to Drupal Core's $main_menu variable. The same behavior occurs in Bartik and Stark.

In order to show an expanded menu and be able to manipulate it as a block simply enable the menu block normally from the administer blocks screen and comment out the menu from the the page.tpl.php!

--Alex

pyotrpro’s picture

thank you Alex!