I tried this module , but after enabling CiviCRM menu is not visible.
For more information I have CiviCRM multilingual installation.

CommentFileSizeAuthor
#2 civicrm_menu_is_not-2742423-2.patch1023 bytessushantpaste
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sushantpaste created an issue. See original summary.

sushantpaste’s picture

I have added patch here which works for me. I have updated the civimenu_block_view ( we need to return the block content ) I have removed the drupal_add_region_content as this menu will appear at top no matters if we added it in any region. It works for me now.

thoughts?

colemanw’s picture

That patch seems fine to me. Any idea why drupal_add_region_content() was not working for your site? (just curious because it works on mine)

sushantpaste’s picture

Not sure but I think if you want to add content to a region, you should be using hook_page_build() . This can give some idea https://www.drupal.org/node/713462 may be related to Drupal version (mine 7.32). I think patch will work for old/new versions.

colemanw’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.