From afa05839faf8c1601c202fe40d016b79e2453841 Mon Sep 17 00:00:00 2001 From: Bogdanova Olga Date: Mon, 29 Mar 2021 12:39:48 +0300 Subject: [PATCH] Issues-508:Updated Profile Settings link --- Topcoder/views/modules/topcoderme.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Topcoder/views/modules/topcoderme.php b/Topcoder/views/modules/topcoderme.php index 1123f4c..c869990 100644 --- a/Topcoder/views/modules/topcoderme.php +++ b/Topcoder/views/modules/topcoderme.php @@ -108,7 +108,8 @@ // $dropdown->addLinkIf(hasViewProfile(Gdn::session()->UserID), t('View Profile'), '/profile', 'profile.view', '', [], $editModifiers); $preferencesModifiers['listItemCssClasses'] = ['MeButtonMenuItem', 'MeButtonSettingsItem']; - $dropdown->addLinkIf(hasEditProfile(Gdn::session()->UserID), 'Settings', '/profile/preferences', 'profile.preferences', '', [], $preferencesModifiers); + // $dropdown->addLinkIf(hasEditProfile(Gdn::session()->UserID), 'Settings', '/profile/preferences', 'profile.preferences', '', [], $preferencesModifiers); + $dropdown->addLink('Settings', 'https://www.topcoder.com/settings/profile', 'profile.preferences', '', [], $preferencesModifiers); // $applicantModifiers = $ApplicantCount > 0 ? ['badge' => $ApplicantCount] : []; // $applicantModifiers['listItemCssClasses'] = ['link-applicants'];