Closed (fixed)
Project:
OG Block Visibility
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2006 at 07:07 UTC
Updated:
19 Jul 2006 at 22:02 UTC
This is my second attempt to use this module and it quite simply doesn't work. The first site was 4.7.1 and this site is at 4.7.2. No error messages are generated, the devel module doesn't show any errors. When you configure an example block and set the group visibility options to be yes and yes and here are the PHP code that is generated.
if (module_exist('og_block_visibility')) {
return og_block_visibility_check('block', '1');
}
Here is what the og_block_visibilty table looks like.
block_module block_delta og_nid
block 1 6
and the one organic group does have an ID of 6.
Comments
Comment #1
Bluefire-1 commentedYou need install "OG module" first, read readme.txt please.
Comment #2
biohabit commentedOG was installed, but for reason that are beyond me it is working without issue.