I am finding a problem with the tab parameters for the Profile Gallery plugin not being followed.
For instance if I set Access Mode: Public it works as if it Registered Only. Or if I set Gallery Button Icons: Over-ride it still uses the default icons.
I have looked at cb.profilegallery.php I see the params are set in a function near the top e.g.
Code:
$TabParams["pgaccessmode"] = $params->get('pgAccessMode','REG');
$TabParams["pgbuttonicons"] = $params->get('pgButtonIcons',0);
If I change the default values to 'PUB' and 1 respectively in the code it works so it seems it is not getting the right parameters.
In the database the #_comprofiler_tabs table has the right settings:
pgAccessMode=PUB
pgButtonIcons=1
I am using Profile Gallery 1.2.2 with CB 1.9 on Joomla 3.1.6.