Portal v11.1 Footer Links

445
1
Jump to solution
05-08-2023 02:08 PM
John_Spence
Occasional Contributor III

Hi there folks....

Coming from the 10.9.1 world where editing the config file allowed me to have a nice customer footer w/ links. Has anyone figured out a way to replicate it with 11.1? 

Trying to figure out how I can get the same footerLinks I had in 10.9.1 config.js

footerLinks: [{
title: "City of Something",
url: "https://www.Something.gov"
},{
title: "Something Public GIS Portal",
url: "https://www.Something.gov"
},{
title: "GIS Support Contact",
email: "gisinfo@something.gov",
type: "contactUs"
},{
title: "Portal Support Contact",
email: "gisdba@something.gov",
type: "contactUs"
}],

Into the new format that runs through the process described here: https://developers.arcgis.com/rest/users-groups-and-items/update-organization-settings.htm

Appreciate you all  sharing your well tread territory information on this, for those that are in 11.0/1 currently.

1 Solution

Accepted Solutions
JohnPlunkett
Esri Contributor

Assume you are talking about the Edit Home Page?

JohnPlunkett_0-1683599916871.png

[City of Something](https://www.something.gov)

[Something Public GIS Portal](https://www.something.gov)

[Email GIS](mailto:contact@esri.com)

 

You can edit the text here and use the add link highlighitng the text you want to hyper link to and use the mailto: syntax

View solution in original post

1 Reply
JohnPlunkett
Esri Contributor

Assume you are talking about the Edit Home Page?

JohnPlunkett_0-1683599916871.png

[City of Something](https://www.something.gov)

[Something Public GIS Portal](https://www.something.gov)

[Email GIS](mailto:contact@esri.com)

 

You can edit the text here and use the add link highlighitng the text you want to hyper link to and use the mailto: syntax