* Move new member tips to navigation bar.
The link looks so forlorn when its just somewhere in there. Put it in the nav bar.
* Style new member hints link propery.
* Make changes requested by @MrPetovan.
$o .= Widget::commonFriendsVisitor($a->profile['profile_uid']);
- if (x($_SESSION, 'new_member') && $is_owner) {
- $o .= '<div id="newmember-tips"><a href="newmember"><b>' . L10n::t('Tips for New Members') . '</b></a></div>';
- }
-
$commpage = $a->profile['page-flags'] == PAGE_COMMUNITY;
$commvisitor = $commpage && $remote_contact;
];
}
+ if (!empty($_SESSION['new_member']) && $is_owner) {
+ $tabs[] = [
+ 'label' => L10n::t('Tips for New Members'),
+ 'url' => System::baseUrl() . '/newmember',
+ 'sel' => false,
+ 'title' => L10n::t('Tips for New Members'),
+ 'id' => 'newmember-tab',
+ ];
+ }
+
if (!$is_owner && empty($a->profile['hide-friends'])) {
$tabs[] = [
'label' => L10n::t('Contacts'),
}
#newmember-tips {
+ margin-top: -3px;
font-size: 1.2em;
- float: right;
- margin-top: -32px;
- padding-right: 10px;
}
/* headers */
padding: 2px 10px;
}
+#newmember-tab > a {
+ font-size: 1.2em;
+ font-weight: 800;
+}
/*
* Aside
text-decoration: none;
}
+#newmember-tab > a {
+ font-size: 1.2em;
+ font-weight: 800;
+}
+
/**
* Form fields
*/