4 votes

Linked Pages

Adds an item to the context menu on Content that lets you see and manage any relations (links) between the selected page and other pages on your site. 

v9 - beta will work on Umbraco 9.x and Umbraco 8.x

v8.0 - for Umbraco 8.x

v1.0 - for Umbraco 7.x

Once the package is installed you will need to assign the permission "Link Pages" to the relevant users or user groups (if you are using Umbraco 7.7). 

Once the permissions have been assigned the editor should see a Linked Pages item in the context menu on pages in the content tree.

Linked Pages lets you add new links, and remove existing ones. 

this probably isn't something you want to let all your editors do, but if you are trying to link multiple sites together it is useful.

this is the first release, any feedback welcome, does it make sense? do you want it to do something else ? post in the forum below. 

Limit to certain relation types. 

You can limit which relation types Linked Pages works with by setting the LinkedPages.RelationType value in the web.config app settings section 

    <add key="LinkedPages.RelationType" value="myowntypeAlias"/> 

you can also get linked pages to show which type of relation each link is by adding the following to the web.config

    <add key="LinkedPages.ShowType" value="true" /> 

 

Screenshots

 Download package
version 8.0

NuGet install instructions for Umbraco 7.6.0-9+

Install-Package Our.Umbraco.LinkedPages

NuGet install instructions for Umbraco 9+

dotnet add package Our.Umbraco.LinkedPages

Package owner

Kevin Jump

Kevin Jump

Kevin has 14673 karma points

Package Compatibility

This package is compatible with the following versions as reported by community members who have downloaded this package:
Untested or doesn't work on Umbraco Cloud
Version 8.18.x (untested)

You must login before you can report on package compatibility.

Previously reported to work on versions: 8.16.x, 8.15.x, 8.14.x, 8.13.x, 8.12.x, 8.11.x, 8.10.x, 8.9.x, 8.8.x, 8.7.x, 8.6.x, 8.5.x, 8.4.x, 8.3.x, 8.2.x, 8.1.x, 8.0.x, 7.15.x, 7.14.x, 7.13.x, 7.12.x, 7.11.x, 7.10.x, 7.9.x, 7.8.x, 7.7.x

Package Information

  • Package owner: Kevin Jump
  • Created: 13/12/2017
  • Current version 8.0
  • .NET version 4.6.1,4.7.2,5.0.0
  • License MIT
  • Downloads on Our: 818
  • Downloads on NuGet: 37.9K
  • Total downloads : 38.7K

External resources