Hi,
Hopefully someone can help me with this one. I'm trying to change the Page title name of the Dynamics Portals SignUp page. I created the following Content Snippets:
Account/SignIn/SignInLocalButtonText --> Text --> Value "Inloggen"
This doesn't change anything...
Account/SignIn/PageCopy with the following code:
Hi MrHospers,
Thanks for sharing solution.
Regards,
Clofly
Thanks Clofly
Found a solution with MS support.
The scripts was working partly. The navigation in the main header needs to be fed by a custom snippet. So here are the steps:
1. Create a new Custom Snippet- named it what you want. I have used "Custom Sigin". Add in the text the name of the link. So in my case "Inloggen".
2. Go to the Webtemplate "Header". Search (use Ctrl+F) "{{ snippets["links/login"] | default:resx["Sign_In"] | h | escape }}". Comment this out (<<---)
3. Add a new line below: { snippets["Custom SignIn"]}}
Clear the cache and you are done!
Hi MrHospers,
* Your content snippet and its script works well in my environment.
Sign in page: (xxx.powerappsportal.com/signin)
Home page:
* I think your issue might be caused by cache,
please clear your browser cache and click "Browser website" button from make.powerapps.com to open portal again.(this action will refresh Portal cache from server side.)
If above steps still not work, try to debug in Home page to test whether your code excecutes correctly:(or restart Portal in admin center)
select "$('a:contains("Sign in")')" and move cursor to the first attribute.(0: a)
press F10 to next step:
Regards,
Clofly
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156