Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable "Internal link" in UI #39558

Closed
loelkes opened this issue Jul 24, 2023 · 2 comments
Closed

Disable "Internal link" in UI #39558

loelkes opened this issue Jul 24, 2023 · 2 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement feature: sharing

Comments

@loelkes
Copy link

loelkes commented Jul 24, 2023

How to use GitHub

  • Please use the 👍 reaction to show that you are interested into the same feature.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Is your feature request related to a problem? Please describe.
Most users think that “internal link” means “a link that everyone within the instance can access”.

Describe the solution you'd like
Hide internal links in the UI.

Describe alternatives you've considered
Only show internal links option for a user group (such as admins).

Additional context
image
I know its written below but many users stop reading after the title since they have found what they think they were looking for. Since it causes a lot of confusion and frustration it would be easier to disable them entirely.

Already posted here without response: https://help.nextcloud.com/t/disable-internal-links-in-ui/142060

@loelkes loelkes added 0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement labels Jul 24, 2023
@skjnldsv
Copy link
Member

Hi @loelkes
Unfortunately I don't think this is a config we want to have. To keep things simple, it's best to avoid edge cases liek those, and as you can see on this ticket activity, the request for this are quite low :/

I can suggest you use the custom css app and use a css selector to hide it.
There is a limit to customization for Nextcloud :)

li.sharing-entry__internal {
    display: none !important;
}

@skjnldsv skjnldsv closed this as not planned Won't fix, can't repro, duplicate, stale Sep 17, 2024
@loelkes
Copy link
Author

loelkes commented Oct 20, 2024

I understand. Thanks for the feedback and the suggestion, I appreciate it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement feature: sharing
Projects
None yet
Development

No branches or pull requests

3 participants