notify people when they are invisible
This commit is contained in:
parent
b0c81b025e
commit
948061e241
|
@ -198,6 +198,12 @@ function settings_content(&$a) {
|
||||||
else
|
else
|
||||||
$profile_in_net_dir = '';
|
$profile_in_net_dir = '';
|
||||||
|
|
||||||
|
$invisible = (((! $profile['publish']) && (! $profile['net-publish']))
|
||||||
|
? true : false);
|
||||||
|
|
||||||
|
if($invisible)
|
||||||
|
notice( t('Profile is not published.'));
|
||||||
|
|
||||||
$nickname_block = load_view_file("view/settings_nick_set.tpl");
|
$nickname_block = load_view_file("view/settings_nick_set.tpl");
|
||||||
|
|
||||||
$nickname_subdir = '';
|
$nickname_subdir = '';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user