Closed (duplicate)
Project:
Bootstrap
Version:
7.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2014 at 17:12 UTC
Updated:
9 Mar 2017 at 18:07 UTC
Jump to comment: Most recent
Comments
Comment #1
plazik commentedI did some test and found what the new theme registered function in
includes/registry.incfile 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.
Comment #2
plazik commentedTemporary solution:
just copy
registry.incfile from 3.0 verison and changethemetotemplates.Comment #3
plazik commentedMarked #2252301: Detect when modules alter theme hook templates/functions as duplicate.
Comment #4
rroblik commented@plazik haha, it's not a problem but your issue is the duplicate issue, not the #2252301 issue (see dates !)
Comment #5
plazik commented@rroblik oops. Thank you.
Comment #6
markhalliwellIt 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.