Aug 11 2023 05:52 AM
I have created some pages that contains quick links that points to anchors in the page.
It makes the navigation easy.
I need to make a few of same pages but for each city we have a location.
Example: Paris, London, New York, etc.
So I copy that page using the "new - copy of this page".
The problem is that the quick links still point to the original page.
Is there a way that the will dynamically point to the current page?
Aug 11 2023 06:12 AM
@belilan5770 I don't think the quick links URLs will change automatically/dynamically.
Unfortunately, you will have to edit each quick link URL manually after you create a new SharePoint site page by copying the existing site page.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Aug 11 2023 08:00 AM
Aug 11 2023 09:22 AM
HI @belilan5770 ,
are you using these quicklinks to build something like a table of content?
Then you could use the "Markdown" webpart instead.
1) Copy the only the relative anchor links of your sections
But remove everything from that url, so that only everything after the hashtag remains. In my example I get a link like "#link~1"
2) Now add a "Markdown" webpart and enter these links in markdown format
// [Title of the Link](this link)
[Link to first section](#link-1)
You get something like this
This looks kind of basic, but you can style it a little bit using markdown.
But these links are relative to the current page. So if you copy the page they will be relative to the new page.
Best Regards,
Sven
Aug 11 2023 10:47 AM
@SvenSieverdingActually, I use tiles like this:
I'm not sure if I can use the markup web part in combination with the tiles?
Aug 11 2023 12:51 PM
@belilan5770 the quick links web part is totally static, there is no way to have the links changed dynamically.
Rob
Los Gallardos
Microsoft Power Automate Community Super User.
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)
Aug 12 2023 09:10 AM
@belilan5770 No, you cannot use the quick links web part in combination with the markdown web part.
And as I said in my above response, you cannot make hyperlinks in the quick links web part dynamic in SharePoint and this is by design.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Aug 12 2023 09:18 AM
Aug 12 2023 09:27 AM
@Attauba Can you please start a new discussion and share more information about your requirements?
Are you talking about SharePoint site or SQL database or any other database? What do you mean by you want your database accessible online?
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.