Hello!

I have a site in which we are using this module, it works great but we need to be able to enable popup not just per language, also per market, right now it isn't possible to add more conditions without hacking the module and it would be awesome if this could be part of the module.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dharizza created an issue. See original summary.

dharizza’s picture

I'm adding a patch that adds a drupal_alter in the hook_page_build so other modules can implement hook_TYPE_alter and do their own logic there.

svenryen’s picture

Thanks for the patch - nice one. I reviewed/tested and verified that it works.

For completeness, I added documentation in .api.php.

Here's the complete patch.

  • svenryen committed b2b084a on 7.x-1.x authored by dharizza
    Issue #2937493 by dharizza, svenryen: Make 'Enable popup' configurable...
svenryen’s picture

Status: Active » Fixed

  • svenryen committed aa984ad on 7.x-2.x
    Merge branch '7.x-1.x' into 7.x-2.x
    
    * 7.x-1.x: (76 commits)
    Fixed an...
  • svenryen committed b2b084a on 7.x-2.x authored by dharizza
    Issue #2937493 by dharizza, svenryen: Make 'Enable popup' configurable...

Status: Fixed » Closed (fixed)

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