- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2022 06:27 AM
User Friendliness:
- Forums, topics should be user friendly, easy to access once other forums are removed.
- Add breadcrumbs so that user can jump into any topic smoothly from current content/topic/blog.
- Add back button so that user can navigate back to previous topic/content/blog.
Can we create the breadcrumbs and the back button?
Solved! Go to Solution.
- Labels:
-
Communities
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2022 06:52 AM
Hi
I'm hoping you should just be able to add the "breadcrumbs" widget to each of the pages and it will solve for this.
1) Ctrl + Right Click on the widget to get this context menu, and select "Page in Designer"
2) Type "bread" in the "Filter Widget" box on the top right of the page. Locate the widget that is just "breadcrumbs"
3) Drag and drop that widget at the top of the container
4) Do that for each of your pages, and see if this out-of-the-box breadcrumbs widget does what you need it to do.
OR in the widget :
Please try the below code :
<div>
<a onClick="window.history.go(-1)" style="cursor: pointer;">Back</a>
</div>
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2022 06:52 AM
Hi
I'm hoping you should just be able to add the "breadcrumbs" widget to each of the pages and it will solve for this.
1) Ctrl + Right Click on the widget to get this context menu, and select "Page in Designer"
2) Type "bread" in the "Filter Widget" box on the top right of the page. Locate the widget that is just "breadcrumbs"
3) Drag and drop that widget at the top of the container
4) Do that for each of your pages, and see if this out-of-the-box breadcrumbs widget does what you need it to do.
OR in the widget :
Please try the below code :
<div>
<a onClick="window.history.go(-1)" style="cursor: pointer;">Back</a>
</div>
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep