Skip to main content

Notifications

Community site session details

Community site session details

Session Id :

Galleries

Find videos, samples and templates

`); $($('#meControl>div>div>div>div')[0]).click(function(){ location.href="~/signin?returnUrl=" + partialurl; }); $('#mectrl_main_trigger').attr('href', '/signin?returnUrl='+partialurl); } var width = $(window).width(); if (width < 1024) { setUserSectionForMobile(); alignAskQuestionForMobile(); } setPostBtnForSmallDevice(); alignAskQuestionForMobile(); $(window).on("resize", function () { if ($(window).width() < 1024) { setUserSectionForMobile(); alignAskQuestionForMobile(); } }); function setUserSectionForMobile() { if ('' != '' && '' != undefined){ let loggedProfileSelector = $('#user_logged_profile_mobileview'); if (loggedProfileSelector == undefined || loggedProfileSelector.length < 1) { $($("#top-nav").find('ul')[0]).append(''); } }else{ let userProfileSelector = $('#user-signin-container'); if (userProfileSelector == undefined || userProfileSelector.length < 1) { $($("#top-nav").find('ul')[0]).append(``); } } } function alignAskQuestionForMobile() { let askQuestionSelector = $('#buttonInHeader_mobile'); if (askQuestionSelector.length > 0) { $(askQuestionSelector).html(''); $(askQuestionSelector).html(`Post a question`); } else { $("#top-nav").append(`
Post a question
`); } } function setPostBtnForSmallDevice(){ $("#bapi-header").parent("div").append(`
Post a question
`); } $('.magic-box-input').attr('role','search'); $('.magic-box-input input').attr({ placeholder: 'Find answers across the Dynamics 365 Community', title: 'Search Input. Insert a query. Press enter to send.' }); $('.magic-box-input input').removeAttr('aria-label'); });