phpBB

Code Changes

File: ucp.php

  Unmodified   Added   Modified   Removed
Line 318Line 318
if (!$config['allow_topic_notify'] && !$config['allow_forum_notify'])
{
$module->set_display('main', 'subscribed', false);

if (!$config['allow_topic_notify'] && !$config['allow_forum_notify'])
{
$module->set_display('main', 'subscribed', false);

}

// Do not display signature panel if not authed to do so
if (!$auth->acl_get('u_sig'))
{
$module->set_display('profile', 'signature', false);

 
}

// Select the active module

}

// Select the active module