开发者

Page manager module is unable to enable taxonomy/term/%term because some other module already has overridden with

I'm using drupal 6.20 Along with some modules including Panels, Views, And some others ..

The thing is, i am getting this error whenever i try to enable the Taxonomy Override开发者_如何学Go page that Panels provides, I modified it and all, i just can't seem to find a way to enable it whatever i do!

The error i get is:

Page manager module is unable to enable taxonomy/term/%term because some other module already has overridden with .

That's what i get, now i'm usually used to this kind of error, but Drupal always provides the name of the function or module preventing the change at the end .. This time, all i get is that Dot at the end ..

Can you please help me solve the issue?


you may have a view overriding the taxonomy pages. that would be my first place to check.


Download util and edit the module weights so that page manager has a higher weight. Check out the default module weights and change the weight accordingly.


When enabled, the Taxonomy Term View page display takes over the default Drupal path (/taxonomy/term/% ) for displaying taxonomy terms. Simply change the Taxonomy Term View's page display path settings from '/taxonomy/term/%' to something like 'view/taxonomy/term/%'.

Create a Content Pane display and set the Argument Input settings to Content: Has taxonomy term ID (with depth) source = 'From context' and set the Required context to 'Term Id'. This allows Panels to pass the term argument into the Taxonomy Term View's Content Pane display.

Now, simply add the Views Content Pane in a panel and you are done.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜