0

I want to have a list of links in my SharePoint site that the user can edit and add to. Basically want it to look like this:

enter code here

However when I add quick links to a drop zone in my page, I have to enter the links by hand. I must be missing something, this should be very easy to do.

enter image description here

2
  • Can you elaborate what you mean by enter links by hand? Commented Sep 20, 2017 at 18:59
  • Sure. Currently if I want to add or edit a link, I have to go and edit the entire page, and then edit the Links part. "By hand" is a bad way to put it. I want to be able to add or edit links when I am actually using the site, not when I am in edit mode. I hope that makes things cleare. Commented Sep 20, 2017 at 19:00

1 Answer 1

1

From the screenshot looks like you are using modern pages and you might be out of luck here.

On modern pages, there is a quick links webpart which lets you add quick links but as you mentioned you have to edit the page and webpart properties to add new item (this is different from quick links app/list). There is a list webpart available on modern page (you need to see if it is rolled out to your tenant), which lets you add a custom list to a page. Unfortunately the current implementation does not provide a add new button.

Option 1: I would suggest you create a classic webpart page (Site Pages -> New -> Webpart page) which lets you add any list webpart (links list in your case) with complete experience you are looking for.

Option 2:If you have to use modern page, then create a custom list and add a hyperlink column to it (or design it as per your need). Then add a list webpart (modern version) and set the properties to show your list. You will not see add new button but you will see 'see all' button which will take you to the list directly where you can add new item.

1
  • Thanks for the information. I went with option two for now. Commented Sep 21, 2017 at 15:26

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.