I was using Bootstrap 7.x-3.0 theme and Menu Views 7.x-2.2 module to place views in menus. It works fine.
After updating to Bootstrap 7.x-3.1-beta2 Menu Views module stops work. Views in menu doesn't show. Only link with <view> patch are showing.

Comments

Plazik’s picture

Title: Conflict with Menu Views module » Modules can't overwritne theme functions
Priority: Normal » Major

I did some test and found what the new theme registered function in includes/registry.inc file doesn't consider an order of theme functions. It's placing its our theme function higher than other module's functions. So modules can't overwrite Bootstrap theme functions.
Menu Views module can't overwrite menu theme function, Path Breadcrumbs module - breadcrumb function, etc.

Plazik’s picture

Temporary solution:
just copy registry.inc file from 3.0 verison and change theme to templates.

Plazik’s picture

rroblik’s picture

@plazik haha, it's not a problem but your issue is the duplicate issue, not the #2252301 issue (see dates !)

Plazik’s picture

Status: Active » Closed (duplicate)

@rroblik oops. Thank you.

markhalliwell’s picture

It should be noted that the "solution" to get Menu Views and a theme that alters the registry too (like this one) is actually relatively simple. See: #1908910-33: View links are not displayed (rendered) in menu.