Forum Discussion
JosephReplin-f0
8 years agoCommunity Member
Relative File/URL Links
Our organization is fairly large and getting everyone on the same PC file structure for projects would be fairly difficult. Once inside a project folder, our files are all the exact same so a relati...
JohnBowyer-Smyt
2 years agoCommunity Member
@Chris You can use Javascript to hide the Resources Link:
// Hide the Resources link
const resources = document.getElementById("resources-link");
resources.style.display = "none";