CINXE.COM
Join the conversation | By Linkedin
<!DOCTYPE html> <html lang="en"> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script> function addHero(jQuery){ var oldH1=document.querySelectorAll('h1')[0]; var oldH1Class=".text-center.event-overview-title"; var siteContentDiv=".sitewidth.event-sitewidth"; var heroSection='<section class="generic_hero qa-generic_hero-container homepage-widget-wrapper homepage-widget-wrapper--no-side-margins homepage-widget-wrapper--no-spacing"><div class="sitewidth"><div class="col"><div class="forum-featured-image" style="background-color: var(--config-main-brand-light-blue);"><div class="forum-featured-image__content brand-hero"><div class="sitewidth"><div class="col col--main has--side"><div class="forum-list-view-spacing forum-list-view-spacing--v qa-subForum-header"><h1 class="thread-list-view-title brand-hero-title qa-page-title">Events</h1></div></div></div></div></div></div></div></section>'; if ($(oldH1).is(oldH1Class)){ $(oldH1).remove();}; $(heroSection).insertBefore(siteContentDiv);}; $(document).ready(addHero); </script> <script> function addGroupHero(jQuery){ var oldGroupH1=document.querySelectorAll('h1')[0]; var oldGroupH1Class=".group-overview-wrapper-title"; var classGroup=".group-overview"; var siteGroupContentDiv=".sitewidth.breadcrumb-container"; var heroGroupSection='<section class="generic_hero qa-generic_hero-container homepage-widget-wrapper homepage-widget-wrapper--no-side-margins homepage-widget-wrapper--no-spacing"><div class="sitewidth"><div class="col"><div class="forum-featured-image" style="background-color: var(--config-card-background-color);"><div class="forum-featured-image__content brand-hero"><div class="sitewidth"><div class="col col--main has--side"><div class="forum-list-view-spacing forum-list-view-spacing--v qa-subForum-header"><h1 class="thread-list-view-title brand-hero-title qa-page-title">Groups</h1></div></div></div></div></div></div></div></section>'; if ($(oldGroupH1).is(oldGroupH1Class)){ $(oldGroupH1).remove();}; if ($(classGroup).is(":visible")){ $(heroGroupSection).insertAfter(siteGroupContentDiv);};}; $(document).ready(addGroupHero); </script> <script> function makeContentSiteWidth(jQuery){ var currentCategory="category-page"; var pageCategory=document.body.classList.contains(currentCategory); var newsColDiv="col col--main has--side qa-div-main widget-wrapper"; var newsColDivRemove="has--side"; var searchForDiv=document.getElementsByClassName(newsColDiv); if (pageCategory){ $(searchForDiv).removeClass(newsColDivRemove); };}; $(document).ready(makeContentSiteWidth); </script> <script>function profileWidth(jQuery){ const onProfilePage="twig_default-member-profile"; const bodyClass=document.body.classList.contains(onProfilePage); const oldDiv="col col--main has--side qa-div-main"; const profileDivRemove="has--side"; const grabProfDiv=document.getElementsByClassName(oldDiv); if (bodyClass){ $(grabProfDiv).removeClass(profileDivRemove);};}; $(document).ready(profileWidth); </script> <script>function makeContentSiteWidth(jQuery) { var currentPageH1 = ["twig_default-inbox-conversation", "twig_default-setting-profile", "twig_default-inbox-overview", "twig_topic-new"]; var pageH1Name = document.body.classList.contains(currentPageH1[0]); var inboxOverview = document.body.classList.contains(currentPageH1[2]); var createPost = document.body.classList.contains(currentPageH1[3]); var settingColDiv = "col col--main has--side qa-div-main"; var settingColDivRemove = "has--side"; var searchForDiv = document.getElementsByClassName(settingColDiv); if (pageH1Name) { $(searchForDiv).removeClass(settingColDivRemove); } else if (inboxOverview) { $(searchForDiv).removeClass(settingColDivRemove); } else if (createPost) { $(searchForDiv).removeClass(settingColDivRemove); }; }; $(document).ready(makeContentSiteWidth); </script> <script type="text/javascript" async src="https://play.vidyard.com/embed/v4.js"></script> <style> @font-face { font-family: "Community Pro"; src: url("https://public.sj-cdn.net/linkedin/TTF+Community+Pro/CommunityPro-Light.ttf") format("truetype"); font-weight: 300; } @font-face { font-family: "Community Pro"; src: url("https://public.sj-cdn.net/linkedin/TTF+Community+Pro/CommunityPro-LightItalic.ttf") format("truetype"); font-weight: 300; font-style: italic; } @font-face { font-family: "Community Pro"; src: url("https://public.sj-cdn.net/linkedin/TTF+Community+Pro/CommunityPro-Regular.ttf") format("truetype"); font-weight: normal; } @font-face { font-family: "Community Pro"; src: url("https://public.sj-cdn.net/linkedin/TTF+Community+Pro/CommunityPro-RegularItalic.ttf") format("truetype"); font-weight: normal; font-style: italic; } @font-face { font-family: "Community Pro"; src: url("https://public.sj-cdn.net/linkedin/TTF+Community+Pro/CommunityPro-Medium.ttf") format("truetype"); font-weight: 500; } @font-face { font-family: "Community Pro"; src: url("https://public.sj-cdn.net/linkedin/TTF+Community+Pro/CommunityPro-MediumItalic.ttf") format("truetype"); font-weight: 500; font-style: italic; } @font-face { font-family: "Community Pro"; src: url("https://public.sj-cdn.net/linkedin/TTF+Community+Pro/CommunityPro-Bold.ttf") format("truetype"); font-weight: bold; } @font-face { font-family: "Community Pro"; src: url("https://public.sj-cdn.net/linkedin/TTF+Community+Pro/CommunityPro-BoldItalic.ttf") format("truetype"); font-weight: bold; font-style: italic; } :root { --config--main-button-base-font-family: Community Pro, Helvetica, Arial, Helvetica Neue, Helvetica, sans-serif !important; --config--main-font-secondary: Community Pro, Helvetica, Arial, Helvetica Neue, Helvetica, sans-serif !important; --config--main-font-base-stack: Community Pro, Helvetica, Arial, Helvetica Neue, Helvetica, sans-serif !important; --config-body-background-color: #fafaf9; --config-hero-color: #0a66c2 !important; --config-card-background-color: #f3f2ef; --config-hero-background-color: #fdfaf5 !important; --config-hero-stats-background-color: #eef3f8 !important; --config-widget-cta-background-color: #fdfaf5 !important; --config-main-brand-dark-blue: #004182; --config-main-brand-linkedin-blue: #0a66c2; --config-main-brand-light-blue: #dce6f1; --config-main-brand-green: #44712e; --config-main-brand-lime-green: #83941f; --config-main-brand-light-sage: #d7ebce; --config-main-brand-dark-amber: #915907; --config-main-brand-amber: #e7a33e; --config-main-brand-light-amber: #fce2ba; --config-main-brand-dark-red: #b24020; --conifg-main-brand-warm-red: #f5987e; --config-main-brand-light-red: #fadfd8; --config-main-brand-dark-gray: #38434f; --config-main-brand-cool-gray: #56687a; --config-main-brand-light-gray: #e9e5df; --main-cursor-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 64 64' xml:space='preserve' width='32' height='32'%3E%3Cpath d='m27 15.95-2.165-5.14a2.924 2.924 0 0 0-3.825-1.56c-.41.175-.765.43-1.045.745A2.927 2.927 0 0 0 16.34 8.82c-.415.175-.775.44-1.055.755A2.92 2.92 0 0 0 11.71 8.48c-.4.17-.745.415-1.02.715L8.455 3.88a2.93 2.93 0 0 0-3.83-1.56 2.928 2.928 0 0 0-1.56 3.83l4.04 9.605-.135-.135A2.905 2.905 0 0 0 3.775 15a2.926 2.926 0 0 0-.93 4.765l7.89 7.845.04.035c2.98 2.605 7.095 3.275 10.74 1.74 5.22-2.195 7.68-8.22 5.485-13.435z' style='fill-rule:evenodd;clip-rule:evenodd;fill:%23fff'/%3E%3Cpath d='M21.015 9.25c-.41.175-.765.43-1.045.745a2.927 2.927 0 0 0-3.625-1.175c-.415.175-.775.44-1.055.755a2.92 2.92 0 0 0-3.575-1.095c-.4.17-.745.415-1.02.715L8.46 3.88a2.93 2.93 0 0 0-3.83-1.56 2.928 2.928 0 0 0-1.56 3.83l4.04 9.605-.135-.135A2.905 2.905 0 0 0 3.78 15a2.926 2.926 0 0 0-.93 4.765l7.89 7.845.04.035c2.98 2.605 7.095 3.275 10.74 1.74 5.22-2.195 7.675-8.22 5.48-13.435l-2.165-5.14a2.916 2.916 0 0 0-3.82-1.56zm4.415 7.365c1.83 4.345-.22 9.37-4.565 11.2a8.5 8.5 0 0 1-8.935-1.435l-7.875-7.825a1.211 1.211 0 0 1-.005-1.72 1.2 1.2 0 0 1 .39-.265c.455-.19.98-.09 1.335.265l6.165 6-7.3-17.35a1.218 1.218 0 0 1 2.245-.945l4.96 11.79a.85.85 0 0 0 1.115.455.85.85 0 0 0 .455-1.115l-1.69-4.02a1.214 1.214 0 1 1 2.24-.94l2.275 5.41c.185.435.68.64 1.115.455a.848.848 0 0 0 .455-1.115l-1.46-3.465a1.214 1.214 0 1 1 2.24-.945l2.04 4.855v.005c.18.435.68.64 1.115.455.435-.18.64-.68.455-1.115l-.005-.005-1.185-2.82c-.26-.62.03-1.335.65-1.59.62-.26 1.33.03 1.59.65l2.18 5.13z' style='fill-rule:evenodd;clip-rule:evenodd'/%3E%3C/svg%3E") 10 6, pointer !important; --main-cursor-hover-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 64 64' xml:space='preserve' width='32' height='32'%3E%3Cpath d='M24.95 12.8c-.45 0-.85.1-1.25.3a2.965 2.965 0 0 0-2.95-2.45c-.45 0-.9.1-1.25.3C19.25 9.6 18 8.6 16.6 8.6c-.45 0-.85.1-1.2.3l-.1-5.75c-.05-1.6-1.35-2.9-3-2.85-1.6.05-2.9 1.35-2.85 3l.2 10.4-.1-.2C9.1 12.4 8 11.7 6.8 11.75c-.4 0-.75.1-1.1.25-1.5.65-2.15 2.35-1.5 3.85l4.4 10.2v.05c1.8 3.5 5.4 5.65 9.35 5.6C23.6 31.6 28.1 26.9 28 21.25l-.1-5.6c0-1.6-1.35-2.85-2.95-2.85z' style='fill:%23fff'/%3E%3Cpath d='M24.95 12.8c-.45 0-.85.1-1.25.3a2.965 2.965 0 0 0-2.95-2.45c-.45 0-.9.1-1.25.3C19.25 9.6 18 8.6 16.6 8.6c-.45 0-.85.1-1.2.3l-.1-5.75c-.05-1.6-1.35-2.9-3-2.85-1.6.05-2.9 1.35-2.85 3l.2 10.4-.1-.2C9.1 12.4 8 11.7 6.8 11.75c-.4 0-.75.1-1.1.25-1.5.65-2.15 2.35-1.5 3.85l4.4 10.2v.05c1.8 3.5 5.4 5.65 9.35 5.6C23.6 31.6 28.1 26.9 28 21.25l-.1-5.6c0-1.6-1.35-2.85-2.95-2.85zm1.4 8.5c.1 4.7-3.7 8.6-8.4 8.7-3.3.05-6.25-1.7-7.75-4.65l-4.4-10.2c-.15-.3-.15-.65 0-.95s.35-.55.65-.65c.15-.05.3-.1.45-.1.5 0 .95.3 1.15.75l3.5 7.85-.4-18.8c0-.65.5-1.25 1.2-1.25s1.2.5 1.25 1.2l.2 12.8c0 .45.4.85.85.85.45 0 .85-.4.85-.85l-.1-4.35c0-.65.5-1.2 1.2-1.25.65 0 1.2.5 1.25 1.2l.15 5.8c0 .45.4.85.85.85.45 0 .85-.4.85-.85l-.05-3.75c0-.65.55-1.25 1.2-1.25.65 0 1.2.5 1.25 1.2l.1 5.25c0 .45.4.85.85.85.45 0 .85-.4.85-.85l-.05-3.05c0-.65.5-1.25 1.2-1.25.65 0 1.2.5 1.25 1.2l.05 5.55z' style='fill-rule:evenodd;clip-rule:evenodd'/%3E%3C/svg%3E") 10 6, pointer !important; --config-hero-background-position: top -45px right -25px !important; --config-brand-border-radius: 24px; --config-card-border-radius: 0.8rem !important; --config-button-cta-border-radius: var(--config-brand-border-radius); --config-card-shadow: 3px 3px 3px -1px rgba(0, 0, 0, 0.2); } @media (min-width: 1025px){ div.forum-featured-image > div > div > div.col--main.has--side { width: calc(100% - 284px) !important; } } @media (max-width: 600px) { section.homepage-widget-wrapper > div > div > div.brand-hero.qa-brand-hero.custom-hero-banner{ background-position:center; } .hero-search{ width: 65%; float:left; margin: 0 0 !important; } } body { cursor: var(--main-cursor-url) !important; } span { cursor: var(--main-cursor-hover-url) !important; } button:hover { cursor: var(--main-cursor-hover-url) !important; } a { cursor: var(--main-cursor-hover-url) !important; } .header-navigation .header-navigation_logo { max-height: 25px !important; } .brand-hero.qa-brand-hero.custom-hero-banner { background-position: var(--config-hero-background-position); background-size: cover !important; /*background-color: var(--config-hero-background-color);*/ } input[type="search"].search-box__input { border-radius: var(--config-brand-border-radius); } .event-list-item-container .event-item-image-container .event-item__image { border-radius: var(--config-card-border-radius) !important; } .btn--new-topic { padding: 0 50px !important; } @media (min-width: 450px) { .widget--cta .btn, .widget--cta .btn--cta { margin: 0 15px 0 auto; } } .card-widget-wrapper { border: 0 !important; transition: 0.2s ease; } .Template-footer .logo-insided { display: none !important; } .homepage-widget-container.widget-container.homepage-widget-container--quick_links.widget-container--quick_links.homepage-widget-container--quick_links.widget-container--quick_links.homepage-widget-container--index-10.widget-container--index-10 { background-color: var(--config-widget-cta-background-color); height: 22rem; margin: 30px 0; } .stats-bar { background-color: var(--config-widget-cta-background-color) !important; } ul.list.list--stats-bar.qa-stats-bar { background-color: var(--config-widget-cta-background-color) !important; } section.full-width.Template-brand-stats.custom-stats-bar { /*display: none;*/ } .brand-hero .brand-hero-title { margin-left: 0 15px !important; } /*.content--centered { text-align: left !important; }*/ @media (min-width 601px){ .brand-hero .hero-search { margin: 0 15px !important; } } .brand-logo img { max-height: 26px !important; } .brand-url-container { display: none !important; } p { font-weight: 500 !important; font-family: var(--config--main-button-base-font-family); } div.full-width.Template-content > div > div > div > div > header > h1{ font-family: var(--config--main-button-base-font-family); font-weight: 300 !important; font-size: 38px !important; } @media (max-width: 830px){ h1.thread-list-view-title.hero-subforum-title.qa-page-title{ font-size: 4vw !important; } } h1:not(div.full-width.Template-content > div > div > div > div > header > h1, div.event-header-wrapper > div.event-header__title > h1) { font-weight: 300 !important; font-size: 42px !important; font-family: var(--config--main-button-base-font-family); } .default-avatar.avatar-variant-1 { background-color: var(--config-main-brand-dark-blue) !important; color: white !important; } .header-navigation .header-navigation-items-wrapper { flex-grow: 0 !important; } .card-widget-wrapper { border-radius: var(--config-brand-border-radius) !important; } .sitewidth.breadcrumb-container { display: none; } .algolia-hit-container { border-radius: 0 0 10px 10px; } button.btn.btn--secondary.search-icon.header-navigation_extendable-search-icon { border-radius: 24px; } .event-overview-title { background-color: var(--config-main-brand-light-blue); margin-bottom: 32px !important; padding: 88px 0 !important; } .group-overview-wrapper-title { background-color: var(--config-card-background-color); margin-top: 0 !important; margin-bottom: 10px !important; padding: 88px 0 !important; } .tooltip--share { display: none; } /*p.forum-list-view-description.brand-hero-subtitle.qa-subforum-description { display: none; }*/ a.menu-create-topic.qa-menu-create-topic.btn.btn--cta { display: none !important; } menu-create-topic.qa-menu-create-topic.btn.btn--cta { display: none !important; } .templatefoot-privacy-links { display: none !important; } footer { display: flex !important; flex-wrap: wrap !important; } ul.footer-legal-items { list-style: none; margin: 0; padding: 0; overflow: hidden; } li.footer-legal-item { display: inline-block; margin-bottom: 0; list-style: none; } .footer-legal-link { float: left; } a.footer-legal-link { text-align: center; text-decoration: none; display: inline-block; padding: 10px; } ul.footer-language-items { list-style: none; margin: 0; padding: 0; overflow: hidden; } li.footer-language-item { display: inline-block; margin-bottom: 0; list-style: none; } .footer-language-link { clear: left; } a.footer-language-link { text-align: center; text-decoration: none; display: inline-block; padding: 10px; } .event-past-header { padding: 20px 0px !important; } .event-upcoming-header { padding: 20px 0px !important; } .header-navigation .main-navigation--nav-buttons-wrapper .btn { border-radius: 5px !important; } .social-sharing .tooltip-container .tooltip-trigger .share-button { border-radius: 2rem; } .private-messages { padding-top: 20px; } </style> <style> /* fix missing group tags */ .group-overview-wrapper .group-overview-wrapper-title { display: none; } </style> <!-- BEGIN LOGIN PAGE STYLING --> <style> body.private-register { background-image:url(https://uploads-eu-west-1.insided.com/linkedin-en/attachment/4f6b1c5a-e8d7-495c-a484-43d1c7a75767.jpg); background-size:cover; background-position:top center; padding: 0 16px; } body.private-register .full-width.Template-content { background-color:#fff; padding-top:44px; margin-top: 100px; border-radius:32px; padding-left: 24px; padding-right: 24px; } body.private-register .full-width.Template-content .qa-div-main > img { padding-left: 20px; padding-right: 20px; margin-bottom:0; } body.private-register #modal_login { margin-top:22px; } /* hide 'Powered by Gainsight */ .logo-gainsight { visibility: hidden !important;} div.full-width.Template-content > div > div > div > div > header > h1 { font-weight: 300 !important; font-size: 34px !important; line-height:normal; } @media (min-width:768px) { body.private-register { padding: 0; } div.full-width.Template-content > div > div > div > div > header > h1 { font-size: 38px !important; } } @media (min-width:1025px) { body.private-register .full-width.Template-content { padding-left: 10px; padding-right: 10px; } } </style> <!-- END LOGIN PAGE STYLING --> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="format-detection" content="telephone=no"> <meta name="HandheldFriendly" content="true" /> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="shortcut icon" type="image/png" href="https://uploads-eu-west-1.insided.com/linkedin-en/attachment/8869ee4f-634d-4479-b86a-3e7d92f4127c_thumb.png" /> <title>Join the conversation | By Linkedin</title> <meta name="description" content="On the Forum you can ask questions or take part in discussions."> <meta property="og:title" content="Join the conversation | By Linkedin"/> <meta property="og:type" content="website" /> <meta property="og:url" content="https://scommunity.linkedin.com/private/login"/> <meta property="og:description" content="On the Forum you can ask questions or take part in discussions." /> <meta property="og:image" content="https://uploads-eu-west-1.insided.com/linkedin-en/attachment/db8ca62f-e643-40e1-8c6e-580a4acefe14_thumb.png"/> <meta property="og:image:secure_url" content="https://uploads-eu-west-1.insided.com/linkedin-en/attachment/db8ca62f-e643-40e1-8c6e-580a4acefe14_thumb.png"/> <link rel="canonical" href="https://scommunity.linkedin.com/private/login" /> <style id="css-variables">@font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bold/Roboto-Bold-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bold/Roboto-Bold-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bold/Roboto-Bold-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bold/Roboto-Bold-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bold/Roboto-Bold-webfont.svg#2dumbregular) format("svg"); font-style:normal; font-weight:700 } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bolditalic/Roboto-BoldItalic-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bolditalic/Roboto-BoldItalic-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bolditalic/Roboto-BoldItalic-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bolditalic/Roboto-BoldItalic-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bolditalic/Roboto-BoldItalic-webfont.svg#2dumbregular) format("svg"); font-style:italic; font-weight:700 } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/fonts/roboto/italic/Roboto-Italic-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/fonts/roboto/italic/Roboto-Italic-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/fonts/roboto/italic/Roboto-Italic-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/fonts/roboto/italic/Roboto-Italic-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/fonts/roboto/italic/Roboto-Italic-webfont.svg#2dumbregular) format("svg"); font-style:italic; font-weight:normal } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/light/Roboto-Light-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/light/Roboto-Light-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/light/Roboto-Light-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/light/Roboto-Light-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/light/Roboto-Light-webfont.svg#2dumbregular) format("svg"); font-style:normal; font-weight:300 } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/medium/Roboto-Medium-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/medium/Roboto-Medium-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/medium/Roboto-Medium-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/medium/Roboto-Medium-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/medium/Roboto-Medium-webfont.svg#2dumbregular) format("svg"); font-style:normal; font-weight:500 } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/mediumitalic/Roboto-MediumItalic-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/mediumitalic/Roboto-MediumItalic-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/mediumitalic/Roboto-MediumItalic-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/mediumitalic/Roboto-MediumItalic-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/mediumitalic/Roboto-MediumItalic-webfont.svg#2dumbregular) format("svg"); font-style:italic; font-weight:500 } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/regular/Roboto-Regular-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/regular/Roboto-Regular-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/regular/Roboto-Regular-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/regular/Roboto-Regular-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/regular/Roboto-Regular-webfont.svg#2dumbregular) format("svg"); font-style:normal; font-weight:normal } html {--borderradius-base: 4px;--config--main-border-base-color: #e6e9ecff;--config--main-button-base-font-color: #1a1a1a;--config--main-button-base-font-family: Community Pro, Helvetica, Arial, Helvetica Neue, Helvetica, sans-serif;;--config--main-button-base-font-weight: 400;--config--main-button-base-radius: 3px;--config--main-button-base-texttransform: none;--config--main-color-alert: #ec4339ff;--config--main-color-brand: #0a66c2ff;--config--main-color-brand-secondary: #0a66c2ff;--config--main-color-contrast: #2aaae1;--config--main-color-day: #f0f2f6;--config--main-color-day-dark: #ededed;--config--main-color-day-light: #fff;--config--main-color-disabled: #e6e9ecff;--config--main-color-dusk: #a7aeb5;--config--main-color-dusk-dark: #616a73;--config--main-color-dusk-light: #d5d7db;--config--main-color-highlighted: #B0DFF3;--config--main-color-info: #efb920ff;--config--main-color-night: #434649ff;--config--main-color-night-inverted: #f5f5f5;--config--main-color-night-light: #2b2b2b;--config--main-color-success: #7cb82fff;--config--main-font-base-lineheight: 1.5;--config--main-font-base-stack: Community Pro, Helvetica, Arial, Helvetica Neue, Helvetica, sans-serif;;--config--main-font-base-style: normal;--config--main-font-base-weight: normal;--config--main-font-secondary: Community Pro, Helvetica, Arial, Helvetica Neue, Helvetica, sans-serif;;--config--main-fonts: @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bold/Roboto-Bold-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bold/Roboto-Bold-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bold/Roboto-Bold-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bold/Roboto-Bold-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bold/Roboto-Bold-webfont.svg#2dumbregular) format("svg"); font-style:normal; font-weight:700 } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bolditalic/Roboto-BoldItalic-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bolditalic/Roboto-BoldItalic-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bolditalic/Roboto-BoldItalic-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bolditalic/Roboto-BoldItalic-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bolditalic/Roboto-BoldItalic-webfont.svg#2dumbregular) format("svg"); font-style:italic; font-weight:700 } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/fonts/roboto/italic/Roboto-Italic-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/fonts/roboto/italic/Roboto-Italic-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/fonts/roboto/italic/Roboto-Italic-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/fonts/roboto/italic/Roboto-Italic-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/fonts/roboto/italic/Roboto-Italic-webfont.svg#2dumbregular) format("svg"); font-style:italic; font-weight:normal } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/light/Roboto-Light-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/light/Roboto-Light-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/light/Roboto-Light-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/light/Roboto-Light-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/light/Roboto-Light-webfont.svg#2dumbregular) format("svg"); font-style:normal; font-weight:300 } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/medium/Roboto-Medium-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/medium/Roboto-Medium-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/medium/Roboto-Medium-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/medium/Roboto-Medium-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/medium/Roboto-Medium-webfont.svg#2dumbregular) format("svg"); font-style:normal; font-weight:500 } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/mediumitalic/Roboto-MediumItalic-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/mediumitalic/Roboto-MediumItalic-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/mediumitalic/Roboto-MediumItalic-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/mediumitalic/Roboto-MediumItalic-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/mediumitalic/Roboto-MediumItalic-webfont.svg#2dumbregular) format("svg"); font-style:italic; font-weight:500 } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/regular/Roboto-Regular-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/regular/Roboto-Regular-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/regular/Roboto-Regular-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/regular/Roboto-Regular-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/regular/Roboto-Regular-webfont.svg#2dumbregular) format("svg"); font-style:normal; font-weight:normal };--config--main-header-font-weight: 600;--config-anchor-base-color: #0a66c2ff;--config-anchor-base-hover-color: #0a66c2ff;--config-avatar-notification-background-color: #0a66c2ff;--config-body-background-color: #fcfbf8ff;--config-body-wrapper-background-color: transparent;--config-body-wrapper-box-shadow: 0 0 0 transparent;--config-body-wrapper-max-width: 100%;--config-button-cancel-active-background-color: #DA5C5C;--config-button-cancel-active-border-color: #DA5C5C;--config-button-cancel-active-color: #fff;--config-button-cancel-background-color: #F76767;--config-button-cancel-border-color: #F76767;--config-button-cancel-border-radius: 2px;--config-button-cancel-border-width: 1px;--config-button-cancel-box-shadow: 0 0 0 transparent;--config-button-cancel-color: #fff;--config-button-cancel-hover-background-color: #DA5C5C;--config-button-cancel-hover-border-color: #DA5C5C;--config-button-cancel-hover-color: #fff;--config-button-cta-active-background-color: #065d8a;--config-button-cta-active-border-color: #065d8a;--config-button-cta-active-border-width: 1px;--config-button-cta-active-box-shadow: 0 0 0 transparent;--config-button-cta-active-color: #ffffff;--config-button-cta-background-color: #0073b1;--config-button-cta-border-color: #0073b1;--config-button-cta-border-radius: 2px;--config-button-cta-border-width: 1px;--config-button-cta-box-shadow: 0 0 0 transparent;--config-button-cta-color: #ffffff;--config-button-cta-focus-background-color: #006ca7ff;--config-button-cta-focus-border-color: #0959aaff;--config-button-cta-focus-border-width: 1px;--config-button-cta-focus-color: #ffffff;--config-button-cta-hover-background-color: #036aa1;--config-button-cta-hover-border-color: #036aa1;--config-button-cta-hover-border-width: 1px;--config-button-cta-hover-box-shadow: 0 0 0 transparent;--config-button-cta-hover-color: #ffffff;--config-button-cta-spinner-color: #fff;--config-button-cta-spinner-hover-color: #fff;--config-button-secondary-active-background-color: #cae6f5;--config-button-secondary-active-border-color: #036aa1;--config-button-secondary-active-border-width: 1px;--config-button-secondary-active-box-shadow: 0 0 0 transparent;--config-button-secondary-active-color: #036aa1;--config-button-secondary-background-color: #fff;--config-button-secondary-border-color: #0073b1;--config-button-secondary-border-radius: 2px;--config-button-secondary-border-width: 1px;--config-button-secondary-box-shadow: 0 0 0 transparent;--config-button-secondary-color: #0073b1;--config-button-secondary-focus-background-color: #0959aaff;--config-button-secondary-focus-border-color: #0959aaff;--config-button-secondary-focus-border-width: 1px;--config-button-secondary-focus-color: #0073b1;--config-button-secondary-hover-background-color: #ecf6fc;--config-button-secondary-hover-border-color: #036aa1;--config-button-secondary-hover-border-width: 1px;--config-button-secondary-hover-box-shadow: 0 0 0 transparent;--config-button-secondary-hover-color: #036aa1;--config-button-secondary-spinner-color: #fff;--config-button-secondary-spinner-hover-color: #fff;--config-button-toggle-active-background-color: #cae6f5;--config-button-toggle-active-border-color: #036aa1;--config-button-toggle-active-color: #036aa1;--config-button-toggle-background-color: rgba(0,0,0,0);--config-button-toggle-border-color: #0073b1;--config-button-toggle-border-radius: 2px;--config-button-toggle-border-width: 1px;--config-button-toggle-box-shadow: 0 0 0 transparent;--config-button-toggle-color: #0073b1;--config-button-toggle-filled-background-color: #0a66c2ff;--config-button-toggle-filled-color: #fff;--config-button-toggle-filled-pseudo-color: #fff;--config-button-toggle-filled-spinner-color: #fff;--config-button-toggle-focus-border-color: #0959aaff;--config-button-toggle-hover-background-color: #ecf6fc;--config-button-toggle-hover-border-color: #036aa1;--config-button-toggle-hover-color: #036aa1;--config-button-toggle-on-active-background-color: #065d8a;--config-button-toggle-on-active-border-color: #065d8a;--config-button-toggle-on-active-color: #fff;--config-button-toggle-on-background-color: #0073b1;--config-button-toggle-on-border-color: #0073b1;--config-button-toggle-on-border-radius: 2px;--config-button-toggle-on-border-width: 1px;--config-button-toggle-on-box-shadow: 0 0 0 transparent;--config-button-toggle-on-color: #ffffff;--config-button-toggle-on-hover-background-color: #036aa1;--config-button-toggle-on-hover-border-color: #036aa1;--config-button-toggle-on-hover-color: #ffffff;--config-button-toggle-outline-background-color: #0a66c2ff;--config-button-toggle-outline-color: #0a66c2ff;--config-button-toggle-outline-pseudo-color: #0a66c2ff;--config-button-toggle-outline-spinner-color: #0a66c2ff;--config-content-type-article-color: #fff;--config-cookie-modal-background-color: rgba(60,60,60,.9);--config-cookie-modal-color: #fff;--config-create-topic-type-icon-color: #434649ff;--config-cta-close-button-color: #a7aeb5;--config-cta-icon-background-color: #0a66c2ff;--config-cta-icon-check: #fff;--config-editor-comment-toolbar-background-color: #fff;--config-editor-comment-toolbar-button-color: #434649ff;--config-editor-comment-toolbar-button-hover-color: #0a66c2ff;--config-footer-background-color: #434649ff;--config-footer-color: #fff;--config-header-color: #303336ff;--config-header-color-inverted: #f5f5f5;--config-hero-background-position: top left;--config-hero-color: #303336ff;--config-hero-font-weight: bold;--config-hero-stats-background-color: #fff;--config-hero-stats-counter-font-weight: bold;--config-hero-text-shadow: none;--config-input-focus-color: #0a66c2ff;--config-link-base-color: #434649ff;--config-link-base-hover-color: #0a66c2ff;--config-link-hover-decoration: none;--config-main-navigation-background-color: #ffffff;--config-main-navigation-border-bottom-color: #efefef;--config-main-navigation-border-top-color: transparent;--config-main-navigation-dropdown-background-color: #fff;--config-main-navigation-dropdown-color: #2b3346;--config-main-navigation-dropdown-font-weight: normal;--config-main-navigation-nav-color: #0073b1;--config-main-navigation-nav-font-weight: normal;--config-main-navigation-nav-link-color: #0073b1;--config-main-navigation-search-placeholder-color: #86898c;--config-mention-selector-hover-selected-color: #fff;--config-meta-link-font-weight: normal;--config-meta-link-hover-color: #0a66c2ff;--config-meta-text-color: #656a77;--config-notification-widget-background-color: #dce6f1ff;--config-notification-widget-color: #000000ff;--config-pagination-active-page-color: #0a66c2ff;--config-paging-item-hover-color: #0a66c2ff;--config-pill-color: #fff;--config-powered-by-insided-display: visible;--config-profile-user-statistics-background-color: #fff;--config-sharpen-fonts: true;--config-sidebar-widget-color: #303336ff;--config-sidebar-widget-font-family: Community Pro, Helvetica, Arial, Helvetica Neue, Helvetica, sans-serif;;--config-sidebar-widget-font-weight: 600;--config-ssi-header-height: auto;--config-ssi-header-mobile-height: auto;--config-subcategory-hero-color: #434649ff;--config-tag-modify-link-color: #0a66c2ff;--config-tag-pill-background-color: #f8f8f8;--config-tag-pill-hover-background-color: #96f2ffff;--config-tag-pill-hover-border-color: #0a66c2ff;--config-tag-pill-hover-color: #0a66c2ff;--config-thread-list-best-answer-background-color: #7cb82f0d;--config-thread-list-best-answer-border-color: #7cb82fff;--config-thread-list-mod-break-background: #0a66c20d;--config-thread-list-mod-break-border-color: #0a66c2ff;--config-thread-list-sticky-topic-background: #0a66c2f2;--config-thread-list-sticky-topic-border-color: #0a66c2ff;--config-thread-list-sticky-topic-flag-color: #0a66c2ff;--config-thread-list-topic-button-subscribe-border-width: 1px;--config-thread-list-topic-title-font-weight: bold;--config-thread-pill-answer-background-color: #7cb82fff;--config-thread-pill-author-background-color: #0a66c2ff;--config-thread-pill-author-color: #fff;--config-thread-pill-question-background-color: #f47b16ff;--config-thread-pill-question-color: #fff;--config-thread-pill-sticky-background-color: #0a66c2ff;--config-thread-pill-sticky-color: #fff;--config-topic-page-answered-field-icon-color: #7cb82fff;--config-topic-page-answered-field-link-color: #0a66c2ff;--config-topic-page-header-font-weight: 600;--config-topic-page-post-actions-active: #0a66c2ff;--config-topic-page-post-actions-icon-color: #a7aeb5;--config-topic-page-quote-border-color: #e6e9ecff;--config-topic-question-color: #f47b16ff;--config-widget-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);--config-widget-cta-background-color: #000000ff;--config-widget-cta-color: #434649ff;--config-widget-tabs-font-weight: normal;--config-widget-tabs-forum-list-header-color: #303336ff;--config-widget-tabs-forum-list-header-hover-color: #0a66c2ff;--config-card-border-radius: 5px;--config-card-border-width: 1px;--config-card-background-color: #ffffff;--config-card-border-color: #e6e9ec;--config-card-hover-background-color: #e9e5df;--config-card-hover-title-color: #0a66c2;--config-card-hover-border-color: #e6e9ec;--config-card-hover-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);--config-card-active-background-color: #e9e5df;--config-card-active-border-color: #e6e9ec;--config-sidebar-background-color: transparent;--config-sidebar-border-color: transparent;--config-sidebar-border-radius: 3px;--config-sidebar-border-width: 1px;--config-sidebar-shadow: 0 0 0 transparent;--config-sidebar-widget-username-color: #434649ff;--config-username-hover-color: #0a66c2ff;--config-username-hover-decoration: none;--config-content-type-survey-background-color: #322c75;--config-content-type-survey-color: #fff;--config-checkbox-checked-color: #322c75;--config-content-type-article-background-color: #322c75;--config-main-navigation-dropdown-hover-color: #322c75;--config-meta-icon-color: #a7aeb5;--config-tag-pill-border-color: #e3e4ec;--config-tag-pill-color: #2b3346;--config-username-color: #322c75;--config-widget-tabs-active-border-color: #322c75;--config-widgets-action-link-color: #322c75;--config-button-border-width: 1px;--config-button-border-radius: 2px;--config-button-cta-hover-border-radius: 2px;--config-button-cta-active-border-radius: 2px;--config-button-secondary-hover-border-radius: 2px;--config-button-secondary-active-border-radius: 2px;--config-button-toggle-hover-border-radius: 2px;--config-button-toggle-active-border-radius: 2px;--config-button-toggle-on-hover-border-radius: 2px;--config-button-toggle-on-active-border-radius: 2px;--config-button-cancel-hover-border-radius: 2px;--config-button-cancel-active-border-radius: 2px;--config-button-toggle-hover-border-width: 1px;--config-button-toggle-active-border-width: 1px;--config-button-toggle-on-hover-border-width: 1px;--config-button-toggle-on-active-border-width: 1px;--config-button-cancel-hover-border-width: 1px;--config-button-cancel-active-border-width: 1px;--config--mega-menu-image-url: https://uploads-eu-west-1.insided.com/linkedin-en/attachment/f17ac910-ed83-4326-85bf-16a93ef5a7df_thumb.png;}</style> <div data-preact="shared/modules/Layout/Devtool/index" class="" data-props="{}"><undefined></undefined></div> <link href="https://d3odp2r1osuwn0.cloudfront.net/2024-11-27-08-09-36-2af8454cc8/dist/css/forum.css" id='main-css' rel="stylesheet" type="text/css" /> <script nonce="">if (!(window.CSS && CSS.supports('color', 'var(--fake-var)'))) { document.head.removeChild(document.getElementById('main-css')) document.write('<link href="/destination.css" rel="stylesheet" type="text/css"><\x2flink>'); }</script> <style> .h3.topic__title{ font-size: 24px !important } ul.main-menu-list { padding-bottom: 10px !important; } body > main > div > section > div.main-navigation-sitewidth > div.header-navigation-items-wrapper{ width: 100%; } ul[role="knowledgebase-categories"] > li.main-menu-list--overflow-scroll > ul.main-menu-list.main-menu-list--quicklinks{ display:none; } li.main-menu-list__item.main-menu-list__item--no-hover > a{ align-items: center !important; } body > main > div.full-width.Template-content > div > div.col.col--main.has--side.qa-div-main > div > div > div.box.qa-topic-first-post > header > ul div.header-navigation-items-wrapper > div > div > nav > ul > li > div > ul{ max-height:85vh; overflow-y:scroll; } /*hide close button on intro bar*/ div.cta-widget.qa-cta-widget > div > span.close.js-close--element{ display:none !important; } /*hide footer languages*/ .footer-language-item{ display:none !important; } /* Custom widgets title setting */ .custom-widget-header * { text-align: center; } .custom-widget-title { font-weight: 500; font-size: 32px; } .qa-brand-hero-title { font-weight: 500; font-size: 36px; } .custom-widget-subtitle { font-weight: 400; margin-top: 16px; margin-bottom: 0; font-size: 16px; max-width: 560px; margin: auto; margin-top: 8px; } @media (max-width: 767px) { .custom-widget-title, .custom-widget-subtitle { padding: 0 16px; } } @media (max-width: 420px) { .custom-widget-title { font-size: 24px; } .custom-widget-subtitle { font-size: 14px; } } /* Search bar */ input[type=search].search-box__input { box-shadow: none; border: 1px solid #d0d3d6; } /* Making header-navigation sticky */ @media (min-width: 500px) { .header-navigation { display: flex; width: 100%; flex-direction: column; height: auto; padding: 12px 0; position: fixed; z-index: 9999; box-shadow:0px 2px 0px #0073b1; margin-bottom:24px; margin-top:-76px!important; } /* solving sticky header-nav related pos issues */ .body-wrapper { max-width: var(--config-body-wrapper-max-width); background-color: var(--config-body-wrapper-background-color); box-shadow: var(--config-body-wrapper-box-shadow); margin: auto; padding-top: 72px; } .main-navigation--wrapper { padding-bottom: 16px; height: 76px; margin-top: -72px; } /* Menu hover underline */ .header-navigation_list-item ul { list-style: none; margin: 0; } /* .header-navigation_list-item ul li { display: inline-block; display: inline; margin: auto; } */ .header-navigation_list-item ul li a { padding-bottom: 0; text-decoration: none; color:#004182; } .header-navigation_list-item ul li a, .header-navigation_list-item ul li a:after, .header-navigation_list-item ul li a:before { transition: all .5s; } .header-navigation_list-item ul li a:hover { color:#915907; } .header-navigation_list-item ul li a { position: relative; } .header-navigation_list-item ul li a:hover:after { width: 100%; } .header-navigation_list-item ul li a { transition: all 1s; } .header-navigation_list-item:hover { text-decoration: underline; z-index: 1; } .header-navigation_list-item a:hover:after { z-index: -10; animation: fill 1s forwards; opacity: 1; } /* END menu hover */ } /* Tags */ .tag--pill { background: transparent; border: 1px solid #d0d3d6; } /* Event share btn .btn--event.event__ended.qa-event-ended { margin: 5px 0px; } */ /* .Sidebarmodule .widget.box { display: none !important; } */ /* Profile Badge widget */ .box.widget.widget--badges.qa-widget-badges { display: none; } /**/ /* Footer styling */ .brand-footer-wrapper { padding: 32px; background: #fff; color: #434649; border-top: 2px solid #0073b1; } .brand-footer-wrapper a:hover { text-decoration: underline; } a.qa-topic-title.thread-list-block__title-link { color: var(--config-header-color) !important; } div.group-overview-item__meta.group-overview-item__meta--members-total.text--meta > div > span{ color: var(--config-meta-text-color) !important; } .algolia-hit-container > div{ display:none; } .qa-topic-block.thread-list-item.topic-view.forum-list-view-spacing.thread-list-item--federated{ display:none; } .instant-search__filter-list-item.instant-search__source-filter-item{ display:none; } .mfp-container { top:30px; } body > div.body-wrapper > div.widget-container.widget-container--container_2_1.widget-container--index-12 > div > div > div > div.col.col--side.Sidebar.qa-div-sidebar.custom-sidebar.Sidebarmodule.Sidebarmodule--no-margin.widget-container--container-2-1-column_2 > div.widget-container.widget-container--product_area_filter.widget-container--container-2-1-column_2-index-1 > div > div > div > div > ul > li:nth-child(-n+6):not(ul.ideation-filters__product-area > li:nth-child(-n+1)){ display:none; } body > div.body-wrapper > div.widget-container.widget-container--container_2_1.widget-container--index-7 > div > div > div > div.col.col--side.Sidebar.qa-div-sidebar.custom-sidebar.Sidebarmodule.Sidebarmodule--no-margin.widget-container--container-2-1-column_2 > div.widget-container.widget-container--product_area_filter.widget-container--container-2-1-column_2-index-0 > div > div > div > div > ul > li:not(ul.ideation-filters__product-area > li:nth-child(-n+6)){ display:none; } .linkedin-modal { display: block; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 5000; /* Sit on top */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgba(0,0,0,0.4); /* Black background with opacity */ } .modal-content { background-color: #fefefe; margin: 15% auto; /* 15% from the top and centered */ padding: 20px; border: 1px solid #888; width: 40%; /* Could be more or less, depending on screen size */ overflow-y: hidden; position: fixed; margin-left: 30%; } body > div.full-width.Template-content > div > div > div > div > div.box__pad.box--note.box--blend{ display: none !important; } @media (max-width: 1024px) { .header-navigation_logo-wrapper.is-hidden-L { margin-left: 5px; } } div.thread-list-title.qa-subForum-header > h1{ margin-top: 1rem; } .sitewidth.breadcrumb-container{ display:block!important; } </style> </head> <body class="private-register"> <div data-preact="destination/modules/Accessibility/SkipToContent/SkipToContent" class="" data-props="{}"><a href="#main-content-target" class="skip-to-content-btn" aria-label="Skip to main content">Skip to main content</a></div> <script> if(location.pathname === '/s/login' || location.pathname === '/login'){ location.pathname ='/' } </script> <!-- Start Skilljar localization --> <script> function callback(mutationList, observer) { for (const mutation of mutationList) { if (mutation.type === "childList" || mutation.type === "subtree") { //console.log("A child node has been added or removed."); var container = document.getElementsByClassName( "algolia-hit-container" )[0]; if (container) { let role = inSidedData.user.role; document .querySelectorAll("span.algolia-search-results-section__title-label") .forEach((e) => { if (e.innerHTML === "Community") { e.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); if (role.includes("German")) { document .querySelectorAll( "span.algolia-search-results-section__title-label" ) .forEach((e) => { if (e.innerHTML === "Learning Center: German") { console.log("showing German: ", e.innerHTML) e.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role.includes("Dutch")) { document .querySelectorAll( "span.algolia-search-results-section__title-label" ) .forEach((e) => { if (e.innerHTML === "Learning Center: Dutch") { e.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role.includes("Italian")) { document .querySelectorAll( "span.algolia-search-results-section__title-label" ) .forEach((e) => { if (e.innerHTML === "Learning Center: Italian") { e.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role.includes("Spanish")) { document .querySelectorAll( "span.algolia-search-results-section__title-label" ) .forEach((e) => { if (e.innerHTML === "Learning Center: Spanish") { e.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role.includes("Portuguese")) { document .querySelectorAll( "span.algolia-search-results-section__title-label" ) .forEach((e) => { if (e.innerHTML === "Learning Center: Portuguese") { e.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role) { document .querySelectorAll( "span.algolia-search-results-section__title-label" ) .forEach((e) => { if (e.innerHTML === "Learning Center: English") { e.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role.includes("French")) { document .querySelectorAll( "span.algolia-search-results-section__title-label" ) .forEach((e) => { if (e.innerHTML === "Learning Center: French") { e.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); } } else if (location.pathname === "/search") { let role = inSidedData.user.role; document.querySelectorAll("input.topic-type-checkbox").forEach((e) => { if (e.nextSibling.textContent === "Community" || e.nextSibling.textContent === "Knowledge base category") { e.parentElement.parentElement.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); if (role.includes("German")) { document .querySelectorAll("input.topic-type-checkbox") .forEach((e) => { if (e.nextSibling.textContent === "Learning Center: German") { e.parentElement.parentElement.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); document .querySelectorAll("span.thread-list-item--index-label") .forEach((e) => { if (e.innerHTML === "Learning Center: German") { e.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role.includes("Dutch")) { document .querySelectorAll("input.topic-type-checkbox") .forEach((e) => { if (e.nextSibling.textContent === "Learning Center: Dutch") { e.parentElement.parentElement.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); document .querySelectorAll("span.thread-list-item--index-label") .forEach((e) => { if (e.innerHTML === "Learning Center: Dutch") { e.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role.includes("Italian")) { document .querySelectorAll("input.topic-type-checkbox") .forEach((e) => { if (e.nextSibling.textContent === "Learning Center: Italian") { e.parentElement.parentElement.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); document .querySelectorAll("span.thread-list-item--index-label") .forEach((e) => { if (e.innerHTML === "Learning Center: Italian") { e.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role.includes("Spanish")) { document .querySelectorAll("input.topic-type-checkbox") .forEach((e) => { if (e.nextSibling.textContent === "Learning Center: Spanish") { e.parentElement.parentElement.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); document .querySelectorAll("span.thread-list-item--index-label") .forEach((e) => { if (e.innerHTML === "Learning Center: Spanish") { e.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role.includes("Portuguese")) { document .querySelectorAll("input.topic-type-checkbox") .forEach((e) => { if (e.nextSibling.textContent === "Learning Center: Portuguese") { e.parentElement.parentElement.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); document .querySelectorAll("span.thread-list-item--index-label") .forEach((e) => { if (e.innerHTML === "Learning Center: Portuguese") { e.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role) { document .querySelectorAll("input.topic-type-checkbox") .forEach((e) => { if (e.nextSibling.textContent === "Learning Center: English") { e.parentElement.parentElement.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); document .querySelectorAll("span.thread-list-item--index-label") .forEach((e) => { if (e.innerHTML === "Learning Center: English") { e.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role.includes("French")) { document .querySelectorAll("input.topic-type-checkbox") .forEach((e) => { if (e.nextSibling.textContent === "Learning Center: French") { e.parentElement.parentElement.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); document .querySelectorAll("span.thread-list-item--index-label") .forEach((e) => { if (e.innerHTML === "Learning Center: French") { e.parentElement.setAttribute( "style", "display:block !important" ); } }); } } } } } const targetNode = document.querySelector("body"); const observerOptions = { childList: true, subtree: true, }; const observer = new MutationObserver(callback); observer.observe(targetNode, observerOptions); </script> <!-- End Skilljar localization --> <div data-preact="cookie-banner/index" class="" data-props="{"level":2,"termsConditions":"\/site\/terms","cookieConfig":{"use_external_modal":false,"mapping":{"required":1,"anonymous":2,"all":3}},"phrases":{"Forum":{"cookiepolicy.title":"Cookie policy","cookiepolicy.content":"We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. <a href=\"{link}\">Learn more about our cookies.<\/a>","cookiepolicy.button":"Accept cookies","cookiepolicy.button.deny":"Deny all","cookiepolicy.link":"Cookie settings","cookiepolicy.modal.title":"Cookie settings","cookiepolicy.modal.content":"We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. <a href=\"{link}\">Learn more about our cookies.<\/a>","cookiepolicy.modal.level1":"Basic<br>Functional","cookiepolicy.modal.level2":"Normal<br>Functional + analytics","cookiepolicy.modal.level3":"Complete<br>Functional + analytics + social media + embedded videos"}}}"></div> <div><script type="text/javascript">window.inSidedData = {"communityId":"linkedin-en","environment":"production","language":"en","device":"desktop","user":{"userid":null,"name":"guest","role":"roles.guest","mainRole":"roles.guest","rank":"","avatar":"","rankIcon":"","rankName":"","isModerator":false,"pmUnreadCount":0,"pmTotalCount":0,"topicsCount":0,"repliesCount":0,"solvedCount":0,"loginSource":null,"registerSource":null},"page":{"pageNumber":1,"name":"Welcome!","path":"linkedin-en::Welcome!","section":null,"site":"linkedin-en","title":"Welcome!","url":"/private/login","firstRender":false},"form":{"name":"","step":""},"content":{"category":{"id":null,"title":null,"type":null},"topic":{"id":null,"title":null,"type":null,"content_type":null,"source_id":null,"created":null,"replies":null,"is_sticky":null,"prefix":null,"tags":null},"post":{"id":null},"path":":"},"search":{"phrase":null,"count":null}}</script></div> <div class="full-width Template-content"> <div class="sitewidth"> <div class="col col--main qa-div-main"> <div class="box pagebox box__pad "> <div class="box__content"> <header class="content-header"> <h1 class="qa-page-title">Welcome!</h1> </header> <p>Please login or register below.</p> <div id="modal_login" > <h4>For LinkedIn employees: </h4> <a class="btn--cta btn--sso qa-sso-saml_v2" href="https://scommunity.linkedin.com/ssoproxy/login?ssoType=saml" title="My environment"> Employee Login </a> <a class="btn btn--icon btn--sso btn--linkedin" href="https://scommunity.linkedin.com/sso/login?ssoType=linkedin" title="LinkedIn"> Customer Login | Register </a> </div> <div class="login-box"> </div> <div class="box__pad box--note box--blend"> <a href="/private/resetPassword">Forgot password?</a> <span class="text--meta"> | </span> <a href="/private/register">Create an account</a> </div> </div> </div> </div> </div> </div> <div class="full-width Template-secondary"> <div class="sitewidth"> <div class="col col--main has--side"> </div> </div> </div> <div class="full-width Template-footer"> <div data-preact="powered-by-insided/index" class="powered-by-insided-footer" data-props="{"rootUrl":"scommunity.linkedin.com","termsConditions":"\/site\/terms","cookieConfig":{"use_external_modal":false,"mapping":{"required":1,"anonymous":2,"all":3}},"communityVisibility":"private","isGuestUser":true,"phrases":{"Forum":{"branded.back_to_top":"Back to top","Terms & Conditions":"Terms & Conditions","cookiepolicy.link":"Cookie settings"}}}"><div class="Template-footer"><div class="sitewidth box box--blend" data-component="scrollTopStickyButton"><div class="templatefoot"><a href="https://www.gainsight.com/customer-communities/" class="logo-gainsight" title="Visit Gainsight.com" target="_blank" rel="noreferrer" aria-label="Powered by Gainsight"><span class="is-hidden">Powered by Gainsight</span></a></div><div class="templatefoot-privacy-links"></div><span class="scroll-to-top-sticky-button js-scrollto widget--base-shadow is-hidden-S custom-scroll-to-top" title="Back to top" aria-label="Back to top"></span></div></div></div> </div> <script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-27-08-09-36-2af8454cc8/dist/js/600.js'></script><script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-27-08-09-36-2af8454cc8/dist/js/498.js'></script><script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-27-08-09-36-2af8454cc8/dist/js/755.js'></script><script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-27-08-09-36-2af8454cc8/dist/js/359.js'></script><script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-27-08-09-36-2af8454cc8/dist/js/18.js'></script><script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-27-08-09-36-2af8454cc8/dist/js/74.js'></script><script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-27-08-09-36-2af8454cc8/dist/js/911.js'></script><script crossorigin='anonymous' src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-27-08-09-36-2af8454cc8/dist/js/preact-app.js' id='insided-preact-app' data-basepath='https://d3odp2r1osuwn0.cloudfront.net/2024-11-27-08-09-36-2af8454cc8/dist/js/' data-environment='production' data-region='eu-west-1' data-communityId='linkedin-en' data-modules='["badges","reputation","unreadPostCounter","metadataPostDetails","ideation","subforumSubscription","mentions","privateMessage","TopicSocialShare","fileAttachments","channelConfiguration","pageConfiguration","webmasterManagement","nonModeratorsCanUploadImagesAndVideos","knowledgeBase","event","eventEngagement","publicTagManagement","publicTagAutoSuggestion","publicTagDestination","integrationsApi","integrationsApps","userOverviewStatistics","rank","salesforceCrm","salesforceFederatedSearch","salesforceCaseEscalation","salesforceSyncAccountData","zendeskFederatedSearch","zendeskTicketEscalation","thirdPartyScripts","customCss","pointSystem","ideationV2","disableRegistrationSpamCheck","analyticsV2","engagementDashboard","analyticsV2SelfService","analyticsV2ProductFeedback","contacts","privateGroup","moderationOverviewBetaDefault","emailCampaigns","imageResizingAndAlignment","richTopicCards","productAreas","productUpdates","convertQuestionsToIdeas","skilljarFederatedSearch","loginWithEmail","hiddenGroup","NewUICardGroupOverview","enableGroupTags","CommunityOverview","changeAuthorOfPublishedContent","thoughtIndustries","intercomFederatedSearch","intercomCreateConversations","aiFeaturesForCM","aiFeatures","categoriesV2","categoriesConfig","categoriesV2ConfigCommunity","categoriesV2Community","trackingEnabled","categoriesV2Destination","ccRebranding","widgetSiteIdentity","eventSubscriptions","aiFeedback","customizationSettings","CommunityOverviewOpenForAllUsers","adminSeats","articleScheduling","articleToProductUpdateConversion","controlSideMenu","conversationalWidget","destinationCustomization","emailTemplate","emoji","federatedSearchApi","group","selfBadges","selfServiceSso","teamNotes","userSegments","zapier","dynamicCookiePrefix","multiLanguage","gainsightPlatformSso"]' data-userPermissions='{"readableCategories":[],"permissions":[]}' data-cssLink='https://d3odp2r1osuwn0.cloudfront.net/2024-11-27-08-09-36-2af8454cc8/dist/css/forum.css' data-defaultCdn='' data-fb-app-id='' data-communityUrl='https://scommunity.linkedin.com' data-controlUrl='https://linkedin-en.insided.com' data-eventLogger='https://o9tt6h08li.execute-api.eu-west-1.amazonaws.com/v1/event' data-application='forum' data-cookieConfig='{"use_external_modal":false,"mapping":{"required":1,"anonymous":2,"all":3}}' data-defaultCookieLevel='2' nonce='' data-search='[]' data-selectedCookieLevel='2'></script> <script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-27-08-09-36-2af8454cc8/dist/js/600.js'></script><script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-27-08-09-36-2af8454cc8/dist/js/755.js'></script><script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-27-08-09-36-2af8454cc8/dist/js/729.js'></script><script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-27-08-09-36-2af8454cc8/dist/js/18.js'></script><script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-27-08-09-36-2af8454cc8/dist/js/911.js'></script><script src="https://d3odp2r1osuwn0.cloudfront.net/2024-11-27-08-09-36-2af8454cc8/dist/js/app.js" id="insided-app" data-basepath="https://d3odp2r1osuwn0.cloudfront.net/2024-11-27-08-09-36-2af8454cc8/dist/js/" nonce="" data-environment="production" data-region="eu-west-1" data-communityId="linkedin-en" data-modules='["badges","reputation","unreadPostCounter","metadataPostDetails","ideation","subforumSubscription","mentions","privateMessage","TopicSocialShare","fileAttachments","channelConfiguration","pageConfiguration","webmasterManagement","nonModeratorsCanUploadImagesAndVideos","knowledgeBase","event","eventEngagement","publicTagManagement","publicTagAutoSuggestion","publicTagDestination","integrationsApi","integrationsApps","userOverviewStatistics","rank","salesforceCrm","salesforceFederatedSearch","salesforceCaseEscalation","salesforceSyncAccountData","zendeskFederatedSearch","zendeskTicketEscalation","thirdPartyScripts","customCss","pointSystem","ideationV2","disableRegistrationSpamCheck","analyticsV2","engagementDashboard","analyticsV2SelfService","analyticsV2ProductFeedback","contacts","privateGroup","moderationOverviewBetaDefault","emailCampaigns","imageResizingAndAlignment","richTopicCards","productAreas","productUpdates","convertQuestionsToIdeas","skilljarFederatedSearch","loginWithEmail","hiddenGroup","NewUICardGroupOverview","enableGroupTags","CommunityOverview","changeAuthorOfPublishedContent","thoughtIndustries","intercomFederatedSearch","intercomCreateConversations","aiFeaturesForCM","aiFeatures","categoriesV2","categoriesConfig","categoriesV2ConfigCommunity","categoriesV2Community","trackingEnabled","categoriesV2Destination","ccRebranding","widgetSiteIdentity","eventSubscriptions","aiFeedback","customizationSettings","CommunityOverviewOpenForAllUsers","adminSeats","articleScheduling","articleToProductUpdateConversion","controlSideMenu","conversationalWidget","destinationCustomization","emailTemplate","emoji","federatedSearchApi","group","selfBadges","selfServiceSso","teamNotes","userSegments","zapier","dynamicCookiePrefix","multiLanguage","gainsightPlatformSso"]' data-cssLink='https://d3odp2r1osuwn0.cloudfront.net/2024-11-27-08-09-36-2af8454cc8/dist/css/forum.css' data-defaultCdn='https://d3odp2r1osuwn0.cloudfront.net/2024-11-27-08-09-36-2af8454cc8/control/assets' data-fb-app-id='' data-language='en'></script><script nonce="">app.init([{"model":"csrf","data":{"name":"yip_csrf_token","token":"13j8KUs_KkReH9tjFYfqWkN7kYhm5w-df8SOaFJdFgc"}},{"data":{"map":null,"breadcrumbData":null},"component":"tracker"}]);</script> <!-- Start remove quicklinks from footer on homepage --> <script> if(location.pathname === '/'){ document.querySelector("#linkedIn-footer-quick-links-wrapper").remove() } </script> <!-- End remove quicklinks from footer on homepage --> <!-- Start remove quicklinks from footer on get help page --> <script> if(location.pathname === '/p/get-community-help'){ document.querySelector("#linkedIn-footer-quick-links-wrapper > div > h3").remove() document.querySelector("#linkedIn-footer-quick-links-wrapper > div > p").innerHTML = " We've got you covered, check out these additional resources!" } </script> <!-- End remove quicklinks from footer on homepage --> <!-- Start Change Email Callout to linkedin blue --> <script> if(location.pathname === '/private/login'){ function insertAfter(referenceNode, newNode) { referenceNode.parentNode.insertBefore(newNode, referenceNode.nextSibling); } var div = document.createElement("div"); var htmlString = `<div id='seperator' class="seperator--text"><span>or</span></div>` div.innerHTML = htmlString.trim(); var ref = document.querySelector("#modal_login > a.btn--cta.btn--sso.qa-sso-saml_v2") insertAfter(ref, div) var node = document.querySelector("#modal_login > h4") var clone = node.cloneNode(true); // clone.innerHTML = `<h4>For LinkedIn customers: <span style="color:#0a66c2;">Please use the email associated with your Sales Navigator account</span></h4>` clone.innerHTML = `<h4>For customers:</h4>` var ref2 = document.querySelector('#seperator').parentNode insertAfter(ref2, clone) document.querySelector("#modal_login").prepend(document.querySelector("#modal_login > div")) document.querySelector("#modal_login").prepend(document.querySelector("#modal_login > a.btn.btn--icon.btn--sso.btn--linkedin")) document.querySelector("#modal_login").prepend(document.querySelector("#modal_login > h4:nth-child(5)")) //document.querySelector("div.first > label").innerHTML = 'Username or Email - <span style="color:#0a66c2;">Please use the email associated with your Sales Navigator account</span>' //document.querySelector("div.login-box > form > div:nth-child(3) > div.first > label").innerHTML = 'Password - <span style="color:#0a66c2;">Please select “Forgot Password?” below if this is your first time logging into the new Community</span>' } //if(location.pathname === '/private/register'){ //document.querySelector("div.login-box > form > div:nth-child(3) > div.first > label").innerHTML = 'E-mail address - <span style="color:#0a66c2;">Please use the email associated with your Sales Navigator account</span>' //} </script> <!-- End Change Email Callout to linkedin blue --> <!-- Log in page edit --> <script> if(location.pathname === '/private/login' || location.pathname === '/private/register'){ var p = document.querySelector("body > div.full-width.Template-content > div > div") var i = document.createElement('img') i.src="https://uploads-eu-west-1.insided.com/linkedin-en/attachment/90502498-2934-49db-87c3-d0079ec20a76.png" i.alt='Sales Navigator Logo' i.className='sitewidth' p.prepend(i) } </script> <!-- Start Log in page Edit --> <script> if (location.pathname === '/private/register') { if ($("label[for='register_user_username']").length) { $("label[for='register_user_username']").append("<span style='display: block;font-weight: 400;font-size: 13px;'>We recommend using your First and Last name as your username, which will be displayed next to your posts and comments.</span>") } } if (window.location.pathname.includes("/sso/setUsername")) { if ($("#SignupForm_username").length) { $("#SignupForm_username").parent().find("label").append("<span style='display: block;font-weight: 400;font-size: 13px;'>We recommend using your First and Last name as your username, which will be displayed next to your posts and comments.</span>") $("#SignupForm_username").attr("placeholder", "Enter a username") } $(".qa-page-title").css("visibility", "hidden") $(".form > p").hide() } </script> <!-- Log in page Edit --> <!-- Start pop up modal for profile settings --> <script> /* if ( location.pathname != "/settings/profile" && document.referrer != "https://scommunity.linkedin.com/sso/setUsername?referer=linkedin" ) { if (!inSidedData.user.role.includes("Employee")) { if ( inSidedData.user.mainRole === "roles.registered" || inSidedData.user.mainRole === "roles.super-user" ) { var rolesArr = [ "Spanish", "Portuguese", "Dutch", "French", "German", "Italian", "No Secondary Language", "No Additional Community Language", ]; if (!rolesArr.some((v) => inSidedData.user.role.includes(v))) { var div = document.createElement("div"); htmlString = ` <div id="linkedin-modal" class="linkedin-modal"> <div class="modal-content"> <img style=" width: 50%; text-align: center; justify-content: center; margin: auto; margin-bottom: 30px; margin-top: 20px; display: inherit; " class="header-navigation_logo" src="https://uploads-eu-west-1.insided.com/linkedin-en/attachment/4fa0db4e-eb97-479a-9d39-a285f6879bca_thumb.png" title="" alt="linkedin-en Logo" /> <p> <b style="color: var(--config-button-cta-background-color)"> To get started, please complete your Community profile. </b> <br /><br /> Please add optional details, then select your additional community language if it’s available or 'No additional Community language'. <br /><br /> Thank you and welcome again! <br /><br /> </p> <a href="/settings/profile" style=" width: 50%; text-align: center; justify-content: center; margin: auto; " class="btn--cta btn--new-topic qa-topic-new-button" >Profile Settings</a > <br /> </div> </div> `; div.innerHTML = htmlString.trim(); document.querySelector("body").append(div); } } } }*/ </script> <!-- End pop up modal for profile settings --> <!-- Product Area Filter Fix --> <script> if(location.pathname === '/product-updates'){ var fby = document.querySelector("div.widget-container.widget-container--product_area_filter.widget-container--container-2-1-column_2-index-0 > div > div > div > div > h3") var apa = document.querySelector("div.widget-container.widget-container--product_area_filter.widget-container--container-2-1-column_2-index-0 > div > div > div > div > ul > li:nth-child(1)") const callback = (mutationList, observer) => { for (const mutation of mutationList) { if(fby.innerText != 'Filter by Year'){ fby.innerText = 'Filter by Year' } if(apa.innerText != 'All Product Updates'){ apa.innerText = 'All Product Updates' } } }; const targetNode = document.querySelector("div.widget-container.widget-container--product_area_filter.widget-container--container-2-1-column_2-index-0"); const config = { attributes: true, childList: true, subtree: true }; const observer = new MutationObserver(callback); observer.observe(targetNode, observerOptions); fby.innerText = 'Filter by Year' apa.innerText = 'All Product Updates' } </script> <!-- Product Area Filter Fix --> <!-- change button on create idea page --> <script> if(location.pathname === '/ideas'){ $('ul.list + a[href="/topic/new"]')[0].innerHTML= 'Create product idea' //change what button on idea pages says $('ul.list + a[href="/topic/new"]')[0].href += '?type=idea' } </script> <!-- change button on create idea page --> <!-- Add stat bar to categories --> <script> if(inSidedData.page.name == 'Category'){ const lssIdeasCategoryIds = [45, 47, 48, 49, 50, 51] if (!lssIdeasCategoryIds.includes(inSidedData.content.category.id)) { var bar = `<section class="full-width Template-brand-cta is-transition--height custom-intro-bar" data-component="close-element" data-data="{"storageName":"close--widget-cta","parent":".Template-brand-cta"}"><div class="cta-widget qa-cta-widget"><div class="sitewidth"><span class="icon icon--cross icon--auto-width close js-close--element" aria-hidden="true"></span><div class="col"><div class="box widget widget--cta"><div class="box__content box__pad"><ul class="list list--float"><li class="list__item"><span class="icon icon--replace icon--round icon--checkmark" aria-hidden="true"></span><div class="list--label"><span>Find answers to your questions</span></div></li><li class="list__item"><span class="icon icon--replace icon--round icon--checkmark" aria-hidden="true"></span><div class="list--label"><span>Share best practices with your peers</span></div></li><li class="list__item"><span class="icon icon--replace icon--round icon--checkmark" aria-hidden="true"></span><div class="list--label"><span>Submit product feedback</span></div></li></ul><a href="/topic/new" data-track="{"trigger":"widget","type":"Topic Initiated"}" data-ga-track="{"eventCategory":"Homepage","eventAction":"Create topic clicked","eventLabel":{"Position":"Introduction widget"}}" class="btn--cta btn--new-topic qa-topic-new-button">Create a new post</a></div></div> </div></div></div></section>` var newDiv = document.createElement('div') newDiv.innerHTML = bar document.body.appendChild(newDiv) if(document.querySelector("div.forum-featured-image") != null){ document.querySelector("div.forum-featured-image").after(newDiv) document.querySelector("div.forum-featured-image").style.marginBottom = 0 }else if(document.querySelector("div.thread-list-title.qa-subForum-header") != null){ document.querySelector("div.thread-list-title.qa-subForum-header").after(newDiv) } } } </script> <!-- Add stat bar to categories --> <!-- Remove Embed Media Option From Editor --> <script> function linkTrack(){ var userid = inSidedData.user.userid var searchTerm = document.querySelector('div.search-box > input').value var url = this.querySelector('a').href var currentUrl = location.href var data = { searchTerm, url, currentUrl, userid }; var options = { 'method' : 'POST', 'contentType': 'application/json', 'body' : JSON.stringify(data) }; fetch('https://script.google.com/macros/s/AKfycbzkewlK4vW3duBuF_BITKJ9Kf9HMkdUPojdn24GLspa3HBLWtDzvHvQ_SzFqOpAUteC/exec', options) } function linkTrack2(){ var userid = inSidedData.user.userid var searchTerm = document.querySelector("div.instant-search-input-wrapper > div > div > div > input").value var currentUrl = location.href var url = this.querySelector('a').href var data = { searchTerm, url, currentUrl, userid }; var options = { 'method' : 'POST', 'contentType': 'application/json', 'body' : JSON.stringify(data) }; fetch('https://script.google.com/macros/s/AKfycbzkewlK4vW3duBuF_BITKJ9Kf9HMkdUPojdn24GLspa3HBLWtDzvHvQ_SzFqOpAUteC/exec', options) } const editorTargetNode = document.querySelector("body"); // Options for the observer (which mutations to observe) const editorConfig = { attributes: true, childList: true, subtree: true }; // ideaCallback function to execute when mutations are observed const editorCallback = (mutationList, editorObserver) => { for (const mutation of mutationList) { document.querySelectorAll('li.algolia-search-result').forEach(l=>{l.onclick=linkTrack}) document.querySelectorAll('div.search-topic-list > div > .qa-topic-block').forEach(l=>{l.onclick=linkTrack2}) if (mutation.type === "childList") { let menu = document.querySelector(".cke.cke_reset_all.cke_1.cke_panel.cke_panel.cke_menu_panel.cke_ltr > iframe") if(menu != null){ document.querySelector(".cke.cke_reset_all.cke_1.cke_panel.cke_panel.cke_menu_panel.cke_ltr > iframe").contentDocument.querySelector('head > style').innerHTML+=`a[title="Embed media"]{display:none!important;}` editorObserver.disconnect(); } } } }; // Create an observer instance linked to the ideaCallback function const editorObserver = new MutationObserver(editorCallback); editorObserver.observe(editorTargetNode, editorConfig); </script> <!-- Remove Embed Media Option From Editor --> <!--Start Edit Support page mailto link --> <script> if(location.pathname == '/p/get-help'){ document.querySelector("a.quicklink__url[href='https://mailto:scommunity@linkedin.com']").href= 'mailto:scommunity@linkedin.com' } </script> <!--End Edit Support page mailto link --> <!-- NEW TOPIC FORM ADJUSTMENTS FOR 'Submit New Ideas' EMPLOYEE ONLY CATEGORY --> <script> const submitNewIdeasCategoryID = 46 if (inSidedData.content.category.id == submitNewIdeasCategoryID) { $(".btn--new-topic.qa-topic-new-button").attr("href", `/topic/new?fid=${submitNewIdeasCategoryID}`) } if (inSidedData.page.url == "topic/new") { if (window.location.search && window.location.search == `?fid=${submitNewIdeasCategoryID}`) { document.querySelector('.qa-radio-button-topic-type-discussion').click() document.querySelector(".qa-page-title").innerText = "Submit an internal product idea" document.querySelector(".editor--new-topic.js-editor > p").innerText = "Please include the product feature in either the title or details." document.querySelector(".editor-type.qa-topic-type").style.display = "none"; document.querySelector(".editor-footer.qa-topic-footer > div:nth-child(3) > div.form__row").style.display = "none"; document.querySelector(".editor-footer.qa-topic-footer > div.qa-topic-subject.editor__subject > div").style.display = "none" } } </script> <!-- NEW TOPIC FORM ADJUSTMENTS FOR 'Submit New Ideas' CATEGORY --> <!-- INSERT Help Link to profile menu --> <script> setTimeout(function() { if ($(".qa-header-profile-dropdown .qa-menu-settings")) { $("<li class='list__item qa-menu-help'><a class='link--text' href='/p/get-help'>Get Help</a></li>").insertAfter($(".qa-header-profile-dropdown .qa-menu-settings")) } }, 750) </script> <!-- END INSERT Help Link to profile menu --> <!-- Start Sign-In Localization Scripts --> <script> // Define language-specific text replacements for both pages const languageText = { 'es': { 'Welcome!': '¡Bienvenido/a!', 'Please login or register below.': 'Por favor, inicia sesión o regístrate a continuación', 'For customers:': 'Para clientes:', 'Customer Login | Register': 'Inicio de sesión de clientes | Registrarse', 'or': 'o', 'For LinkedIn employees:': 'Para empleados de LinkedIn:', 'Employee Login': 'Inicio de sesión de empleados', 'Username *': 'Nombre de usuario *', 'We recommend using your First and Last name as your username, which will be displayed next to your posts and comments.': 'Recomendamos usar tu Nombre y Apellido como nombre de usuario, que se mostrará junto a tus publicaciones y comentarios.', 'Enter a username': 'Ingresa un nombre de usuario', 'Email': 'Correo electrónico', 'Name': 'Nombre', 'Preferred Language': 'Lengua preferida ', 'Company *': 'Empresa *', 'LinkedIn Profile': 'Perfil de LinkedIn', 'Additional Community Language (Private)': 'Lengua preferida (Privado)', 'Selecting this enhances your Community experience, making content & resources in your preferred language easier to find.': 'Seleccionar esto mejora su experiencia en la Comunidad, haciendo que sea más fácil encontrar contenido y recursos en su idioma de preferencia.', 'I accept the': 'Acepto las ', 'Community Policies': 'Políticas de la Comunidad', 'Save': 'Guardar', 'Chinese': 'Chino', '(Private)': ' (Privado)', 'Only you and moderators can see this information': 'Solo tú y los moderadores pueden ver esta información', 'What is the main focus of your role?': '¿Cuál es el enfoque principal de tu rol?', 'Default (English)': 'Predeterminado (Inglés)', 'Dutch': 'Holandés', 'French': 'Francés', 'Italian': 'Italiano', 'Spanish': 'Español', 'Portuguese': 'Portugués', 'German': 'Alemán', 'No Additional Community Language': 'No lengua adicional en la Comunidad', 'No Additional Language': 'No lengua adicional' }, 'nl': { 'Welcome!': 'Welkom!', 'Please login or register below.': 'Meld u aan of registreer u hieronder.', 'For customers:': 'Voor klanten:', 'Customer Login | Register': 'Klantenlogin | Registreer', 'or': 'of', 'For LinkedIn employees:': 'Voor LinkedIn werknemers:', 'Employee Login': 'Inloggen voor werknemers', 'Username *': 'Gebruikersnaam *', 'We recommend using your First and Last name as your username, which will be displayed next to your posts and comments.': 'We raden aan om uw voor- en achternaam als gebruikersnaam te gebruiken. Deze worden naast uw berichten + opmerkingen weergegeven.', 'Enter a username': 'Voer een gebruikersnaam in', 'Email': 'E-mail', 'Name': 'Naam', 'Preferred Language': 'Voorkeurstaal ', 'Company *': 'Bedrijf *', 'LinkedIn Profile': 'LinkedIn-profiel', 'Additional Community Language (Private)': 'Extra Community-taal (privé)', 'Selecting this enhances your Community experience, making content & resources in your preferred language easier to find.': 'Als u dit selecteert, wordt uw Community-ervaring verbeterd, waardoor inhoud en bronnen in uw voorkeurstaal gemakkelijker te vinden zijn.', 'I accept the': 'Ik accepteer het ', 'Community Policies': 'beleid van de Community', 'Save': 'Opslaan', 'Chinese': 'Chinees', '(Private)': ' (Privé)', 'Only you and moderators can see this information': 'Alleen jij en moderators kunnen deze informatie zien', 'What is the main focus of your role?': 'Wat is de belangrijkste focus van uw rol?', 'Default (English)': 'Standaard (Engels)', 'Dutch': 'Nederlands', 'French': 'Frans', 'Italian': 'Italiaans', 'Spanish': 'Spaans', 'Portuguese': 'Portugees', 'German': 'Duits', 'No Additional Community Language': 'Geen extra cummunity taal', 'No Additional Language': 'Geen extra taal' }, 'fr': { 'Welcome!': 'Bienvenue !', 'Please login or register below.': 'Veuillez vous connecter ou vous inscrire ci-dessous.', 'For customers:': 'Pour les clients :', 'Customer Login | Register': 'Connexion client | S\'inscrire', 'or': 'ou', 'For LinkedIn employees:': 'Pour les employés de LinkedIn:', 'Employee Login': 'Connexion employé', 'Username *': 'Nom d\'utilisateur *', 'We recommend using your First and Last name as your username, which will be displayed next to your posts and comments.': 'Nous vous recommandons d\'utiliser votre prénom et nom comme nom d\'utilisateur, qui sera affiché à côté de vos messages et commentaires.', 'Enter a username': 'Saisir un nom d\'utilisateur', 'Email': 'Email', 'Name': 'Nom', 'Preferred Language': 'Langue préférée ', 'Company *': 'Entreprise *', 'LinkedIn Profile': 'Profil LinkedIn', 'Additional Community Language (Private)': 'Langue additionnelle de la Communauté (Privée)', 'Selecting this enhances your Community experience, making content & resources in your preferred language easier to find.': 'Sélectionner une langue additionnelle améliore votre expérience, rendant votre contenu et ressources plus accessibles.', 'I accept the': 'J\'accepte la politique de la ', 'Community Policies': 'Communauté', 'Save': 'Sauvegarder', 'Chinese': 'Chinois', '(Private)': ' (Privé)', 'Only you and moderators can see this information': 'Seul vous et les modérateurs peuvent voir cette information', 'What is the main focus of your role?': 'Quel est l\'objectif principal de votre rôle ?', 'Default (English)': 'Par défaut (anglais)', 'Dutch': 'Néerlandais', 'French': 'Français', 'Italian': 'Italien', 'Spanish': 'Espagnol', 'Portuguese': 'Portugais', 'German': 'Allemand', 'No Additional Community Language': 'Aucune langue communautaire supplémentaire', 'No Additional Language': 'Aucune langue supplémentaire' }, 'it': { 'Welcome!': 'Benvenuto!', 'Please login or register below.': 'Effettua il login o registrati di seguito.', 'For customers:': 'Per i clienti:', 'Customer Login | Register': 'Accesso clienti | Registrati', 'or': 'o', 'For LinkedIn employees:': 'Per dipendenti LinkedIn:', 'Employee Login': 'Accesso dipendenti', 'Username *': 'Nome utente *', 'We recommend using your First and Last name as your username, which will be displayed next to your posts and comments.': 'Ti consigliamo di utilizzare il tuo Nome e Cognome come nome utente, che verrà visualizzato accanto ai tuoi post e commenti.', 'Enter a username': 'Inserisci un nome utente', 'Email': 'Email', 'Name': 'Nome', 'Preferred Language': 'Lingua preferita ', 'Company *': 'Azienda *', 'LinkedIn Profile': 'Profilo LinkedIn', 'Additional Community Language (Private)': 'Lingua aggiuntiva della Community (privata)', 'Selecting this enhances your Community experience, making content & resources in your preferred language easier to find.': 'Scegliendo questa opzione, migliorerai la tua esperienza nella Community, rendendo più facile trovare contenuti e risorse nella tua lingua preferita.', 'I accept the': 'Accetto le ', 'Community Policies': 'Politiche della Community', 'Save': 'Salvare', 'Chinese': 'Cinese', '(Private)': ' (Privato)', 'Only you and moderators can see this information': 'Solo tu e i moderatori potete vedere queste informazioni', 'What is the main focus of your role?': 'Qual è l\'obiettivo principale del tuo ruolo?', 'Default (English)': 'Predefinito (inglese)', 'Dutch': 'Olandese', 'French': 'Francese', 'Italian': 'Italiano', 'Spanish': 'Spagnolo', 'Portuguese': 'Portoghese', 'German': 'Tedesco', 'No Additional Community Language': 'Nessuna lingua aggiuntiva nella Community', 'No Additional Language': 'Nessuna lingua aggiuntiva' }, 'pt': { 'Welcome!': 'Olá!', 'Please login or register below.': 'Por favor, faça login ou registre-se abaixo.', 'For customers:': 'Para clientes:', 'Customer Login | Register': 'Login de cliente | Registro', 'or': 'ou', 'For LinkedIn employees:': 'Para funcionários do LinkedIn:', 'Employee Login': 'Login de funcionário', 'Username *': 'Nome de usuário *', 'We recommend using your First and Last name as your username, which will be displayed next to your posts and comments.': 'Recomendamos usar seu nome e sobrenome, que aparecerão ao lado de suas postagens e comentários.', 'Enter a username': 'Insira um nome de usuário', 'Email': 'E-mail', 'Name': 'Nome', 'Preferred Language': 'Idioma preferido ', 'Company *': 'Empresa *', 'LinkedIn Profile': 'Perfil do LinkedIn', 'Additional Community Language (Private)': 'Idioma adicional da comunidade (privado)', 'Selecting this enhances your Community experience, making content & resources in your preferred language easier to find.': 'A seleção dessa opção melhora sua experiência na Comunidade, facilitando a localização de conteúdo e recursos no idioma de sua preferência.', 'I accept the': 'Aceito as ', 'Community Policies': 'políticas da comunidade.', 'Save': 'Salvar', 'Chinese': 'Chinês', '(Private)': ' (Privado)', 'Only you and moderators can see this information': 'Somente você e os moderadores podem ver esta informação', 'What is the main focus of your role?': 'Qual é o principal foco do seu cargo?', 'Default (English)': 'Padrão (inglês)', 'Dutch': 'Holandês', 'French': 'Francês', 'Italian': 'Italiano', 'Spanish': 'Espanhol', 'Portuguese': 'Português', 'German': 'Alemão', 'No Additional Community Language': 'Nenhum idioma adicional da comunidade', 'No Additional Language': 'Nenhum idioma adicional' }, 'de': { 'Welcome!': 'Willkommen!', 'Please login or register below.': 'Bitte melden Sie sich an oder registrieren Sie sich unten.', 'For customers:': 'Für Kunden:', 'Customer Login | Register': 'Kunden-Login | Registrierung', 'or': 'oder', 'For LinkedIn employees:': 'Für LinkedIn-Mitarbeiter:', 'Employee Login': 'Mitarbeiter-Login', 'Username *': 'Benutzername *', 'We recommend using your First and Last name as your username, which will be displayed next to your posts and comments.': 'Wir empfehlen, Ihren Vor- und Nachnamen als Benutzernamen zu verwenden, der neben Ihren Beiträgen und Kommentaren angezeigt wird.', 'Enter a username': 'Geben Sie einen Benutzernamen ein', 'Email': 'Email', 'Name': 'Name', 'Preferred Language': 'Bevorzugte Sprache ', 'Company *': 'Unternehmen *', 'LinkedIn Profile': 'LinkedIn Profil', 'Additional Community Language (Private)': 'Zusätzliche Community Sprache (Privat)', 'Selecting this enhances your Community experience, making content & resources in your preferred language easier to find.': 'Wenn Sie diese Option wählen, wird Ihre Community-Erfahrung verbessert, da Inhalte und Ressourcen in Ihrer bevorzugten Sprache leichter zu finden sind.', 'I accept the': 'Ich akzeptiere die ', 'Community Policies': 'Community Richtlinien', 'Save': 'Speichern', 'Chinese': 'Chinesisch', '(Private)': ' (Privat)', 'Only you and moderators can see this information': 'Nur Sie und Moderatoren können diese Informationen sehen', 'What is the main focus of your role?': 'Worin besteht der Schwerpunkt Ihrer Tätigkeit?', 'Default (English)': 'Standard (Englisch)', 'Dutch': 'Dutch', 'French': 'Französisch', 'Italian': 'Italienisch', 'Spanish': 'Spanisch', 'Portuguese': 'Portugiesisch', 'German': 'Deutsch', 'No Additional Community Language': 'Keine zusätzliche Community-Sprache', 'No Additional Language': 'Keine zusätzliche Sprache' } }; // Function to replace text based on language for both pages function replaceTextForLanguage(language) { // Create a tree walker to traverse all text nodes in the document const walker = document.createTreeWalker( document.body, NodeFilter.SHOW_TEXT, { acceptNode: function(node) { return NodeFilter.FILTER_ACCEPT; } }, false ); let node; while (node = walker.nextNode()) { const originalText = node.textContent.trim(); const normalizedText = originalText.replace(/\s+/g, ' '); console.log('Original text:', originalText); // Log the original text if (languageText[language] && languageText[language][originalText]) { node.textContent = languageText[language][originalText]; console.log('Replaced text:', node.textContent); // Log the replaced text } else if (languageText[language] && languageText[language][normalizedText]) { node.textContent = languageText[language][normalizedText]; console.log('Replaced text (normalized):', node.textContent); // Log the replaced text } } // Additional handling for labels with links on the Account Creation Page const termsLabel = document.querySelector('.termsLabel'); if (termsLabel) { const labelText = languageText[language]['I accept the'] || 'I accept the'; const linkText = languageText[language]['Community Policies'] || 'Community Policies'; if (labelText && linkText) { termsLabel.innerHTML = `${labelText}<a target="_blank" href="${termsLabel.querySelector('a').href}">${linkText}</a>`; console.log('Replaced terms label:', termsLabel.innerHTML); } } // Additional handling for dynamically added content on the Account Creation Page const dynamicallyAddedElement = document.querySelector('#SignupForm_username'); if (dynamicallyAddedElement && dynamicallyAddedElement.getAttribute('placeholder') === 'Enter a username') { dynamicallyAddedElement.setAttribute('placeholder', languageText[language]['Enter a username']); } // Additional handling for input buttons on the Account Creation Page const saveButton = document.querySelector('input[type="submit"][value="Save"]'); if (saveButton && languageText[language] && languageText[language]['Save']) { saveButton.value = languageText[language]['Save']; console.log('Replaced save button text:', saveButton.value); } // Handle translation of (Private) const privateText = document.querySelector('.js-tooltip-trigger'); if (privateText && privateText.textContent.trim() === '(Private)') { privateText.textContent = languageText[language]['(Private)']; console.log('Replaced (Private) text:', privateText.textContent); } } // Detect browser language const browserLanguage = navigator.language.substring(0, 2); // Get the first two characters (e.g., 'en', 'es', 'fr') // Replace text on page load based on URL window.onload = function() { if (window.location.href.includes('scommunity.linkedin.com/private/login')) { replaceTextForLanguage(browserLanguage); } else if (window.location.href.includes('https://scommunity.linkedin.com/sso/setUsername')) { replaceTextForLanguage(browserLanguage); } }; </script> <!-- START Dropdown Localization in Account Creation Page --> <script defer> document.addEventListener('DOMContentLoaded', function() { const translations = { "es": { "prompt": "Seleccionar esto mejora su experiencia en la Comunidad, haciendo que sea más fácil encontrar contenido y recursos en su idioma de preferencia.", "default": "Inglés (Predeterminado)", "dutch": "Holandés", "french": "Francés", "german": "Alemán", "italian": "Italiano", "portuguese": "Portugués", "spanish": "Español", "turkish": "Turco" }, "nl": { "prompt": "Als u dit selecteert, wordt uw Community-ervaring verbeterd, waardoor inhoud en bronnen in uw voorkeurstaal gemakkelijker te vinden zijn.", "default": "Standaard (Engels)", "dutch": "Nederlands", "french": "Frans", "german": "Duits", "italian": "Italiaans", "portuguese": "Portugees", "spanish": "Spaans", "turkish": "Turks" }, "fr": { "prompt": "Sélectionner une langue additionnelle améliore votre expérience, rendant votre contenu et ressources plus accessibles.", "default": "Par défaut (anglais)", "dutch": "Néerlandais", "french": "Français", "german": "Allemand", "italian": "Italien", "portuguese": "Portugais", "spanish": "Espagnol", "turkish": "Turc" }, "it": { "prompt": "Scegliendo questa opzione, migliorerai la tua esperienza nella Community, rendendo più facile trovare contenuti e risorse nella tua lingua preferita.", "default": "Predefinito (inglese)", "dutch": "Olandese", "french": "Francese", "german": "Tedesco", "italian": "Italiano", "portuguese": "Portoghese", "spanish": "Spagnolo", "turkish": "Turco" }, "pt": { "prompt": "A seleção dessa opção melhora sua experiência na Comunidade, facilitando a localização de conteúdo e recursos no idioma de sua preferência.", "default": "Padrão (inglês)", "dutch": "Holandês", "french": "Francês", "german": "Alemão", "italian": "Italiano", "portuguese": "Português", "spanish": "Espanhol", "turkish": "Turco" }, "de": { "prompt": "Wenn Sie diese Option wählen, wird Ihre Community-Erfahrung verbessert, da Inhalte und Ressourcen in Ihrer bevorzugten Sprache leichter zu finden sind.", "default": "Standard (Englisch)", "dutch": "Niederländisch", "french": "Französisch", "german": "Deutsch", "italian": "Italienisch", "portuguese": "Portugiesisch", "spanish": "Spanisch", "turkish": "Türkisch" } }; const userLang = navigator.language || navigator.userLanguage; const lang = userLang.startsWith('pt') ? 'pt' : userLang.startsWith('es') ? 'es' : userLang.startsWith('fr') ? 'fr' : userLang.startsWith('it') ? 'it' : userLang.startsWith('de') ? 'de' : userLang.startsWith('nl') ? 'nl' : 'en'; // Default to English if no match function localizeDropdown() { const dropdown = document.getElementById('customfield_14'); if (dropdown && dropdown.selectize) { console.log('Dropdown element found and selectize initialized.'); setTimeout(() => { const selectize = dropdown.selectize; // Update placeholder selectize.settings.placeholder = translations[lang].prompt; selectize.updatePlaceholder(); // Update options selectize.clearOptions(); selectize.addOption({ value: "", text: translations[lang].prompt }); selectize.addOption({ value: "none", text: translations[lang].default }); selectize.addOption({ value: "dutch", text: translations[lang].dutch }); selectize.addOption({ value: "french", text: translations[lang].french }); selectize.addOption({ value: "german", text: translations[lang].german }); selectize.addOption({ value: "italian", text: translations[lang].italian }); selectize.addOption({ value: "portuguese", text: translations[lang].portuguese }); selectize.addOption({ value: "spanish", text: translations[lang].spanish }); selectize.addOption({ value: "turkish", text: translations[lang].turkish }); selectize.refreshOptions(false); console.log('Dropdown options and placeholder localized.'); }, 500); // Delay to ensure everything is loaded } else { console.log('Dropdown element or selectize not ready, retrying...'); setTimeout(localizeDropdown, 500); // Retry after 500ms } } localizeDropdown(); // Initial attempt to localize }); </script> <!-- END Dropdown Localization in Account Creation Page --> </body> </html>