From: Eloi G. <el...@re...> - 2003-01-04 21:39:04
|
I found out why my module wasn't working with te Search module! in mod_info.php I had this setting that I got from PageMaster: $allow_view =3D array("home"=3D>1, "pagemaster"=3D>1); whereas Announce has this setting: $allow_view =3D "all"; When I changed this line, everything started working! I guess this is some sort of security restriction for modules that don't = wan't to be accessed from certain other modules. It'd be great if a = mention of this is made in the module development documentation. -Eloi George- |