It is impossible to disable automodals for filter tips with this module, even if you just want to use the module for other modals.

$items['filter/tips']['modal'] = TRUE;

Should become

$items['filter/tips']['modal'] = (isset($items['filter/tips']['modal']) ? $items['filter/tips']['modal'] : TRUE);

Comments

Dave Reid’s picture

Thanks for reporting this. I was thinking I should just probably remove this since the module is more of an API. What do you think?

geerlingguy’s picture

I would say remove it... make this module an api, and maybe show how someone could put filter tips into a modal in a code example or an api.php file.

rv0’s picture

Priority: Minor » Normal

+1 for removing the line.

Dave Reid’s picture

Status: Active » Fixed

Done!

Status: Fixed » Closed (fixed)

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