Title says it at all. I have taxonomy display module which seems to break RH functionality. Is there a way to make them work together?

Many thanks in advance

CommentFileSizeAuthor
#2 screenshot_term_display.jpg26.27 KBDaniel Schaefer
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Daniel Schaefer’s picture

Issue summary: View changes
Daniel Schaefer’s picture

FileSize
26.27 KB

Just to let you know. RH started working after disabling the custom term display. I think this is worth mentioning for users with this module enabled!

Taxonomy term display and RH

blecheimer’s picture

I have the same issue - but I can't disable it, because I need it for other terms... is the a fix ?

Daniel Schaefer’s picture

Blecheimer,

are you trying to use Rabbit Hole just for certain terms? Then I think you need to enable "Allow these settings to be overridden for individual entities" in the settings page for your taxonomy.

blecheimer’s picture

sorry I wrote something wrong:

I can't disable it, because I need it for other terms vocabularies.

I managed it to disable the paths by htaccess for the specific not viewable vocabularies.

olofbokedal’s picture

Title: RH conflicts with Taxonomy Display » Trigger RH regardless of page callback

I'm converting this issue to a more global approach in order to solve the problem indefinitely.

I believe that the problem is due to the fact that Rabbit Hole verifies the current page object via helper functions such as taxonomy_term_is_page and node_is_page. These functions are however dependent on the regular page callback for the path in order to retrieve the entity object properly. So a view, for instance, which overrides the default path for terms, will result in taxonomy_term_is_page returning something else than the actual term. This is most likely the case for Taxonomy Display as well.

We'd need to check all of the submodules and determine which ones that needs to be redesigned regarding this approach. Perhaps it's not that big of a deal after all, we just need to make sure that it works no matter the page callback.

candelas’s picture

Any news on this? Thanks :)

olofbokedal’s picture

Unfortunately not. My time is very limited due to priorities elsewhere, and my initial priority for Rabbit Hole is to provide a new version (#2845617: New 7.x Release) with patches from various issues implemented.

So I'm afraid there's no update since my last comment.

olofbokedal’s picture