Great mod! I'm excited to use it with my members.
One error-- fresh install on 3.7.1 PL2 using vbGallery photo add-on. Upon entering the confirmation PIN I get this on the top of the next page that displays Your Number and SMS Options: "Warning: Invalid argument supplied for foreach() in [path]/includes/vbgallery/usercp_nav_start.php on line 30". Not a show stopper but would like fix it before announcing it.
Any idea what the conflict might be? Here is line 25-35 in that usercp_nav_start.php:
Quote:
{
if (empty($gallery_permissions["$usergroupid"]))
{
$usergroupid = 1;
}
foreach ($gallerypermissionsbit AS $option => $value)
{
if (!$galleryperms["$option"] OR in_array($option, array('moderateimages', 'moderateposts')))
{
$galleryperms["$option"] = 0;
|
Thanks a bunch!