-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Request: Option to disable "outgoing" interstitial page #345
Comments
Seems fairly straightforward -- we'll try to add the option in soon. |
I agree. Here are some ideas below: I think that there should be a third button called "Continue in new tab". If "Continue in new tab" is selected then it should open a second tab and then the first tab should act like Cancel was pressed and go back to the previous page. This is important to keep the state of the page and to not break websocket connections. Admin Site Config: (Site wide) User Site Config: (Per user) |
Keep in mind that altering expected behavior is very bad UX. For example, if I click a link, it should open in the same browser tab unless I shift or middle-click. The choice should always be with the user in terms of how the link is opened. This greatly simplifies the options that go into the admin panel to simply:
Where the second option is disabled if the first option is set to "no" |
added a checkbox under Admin -> Settings -> Post Settings to disable outgoing page. |
@RefinedSoftwareLLC thanks for the suggestions, we will keep that in mind for future iterations |
As a personal preference, I'd rather not have extra clicks between me and my desired content!
The text was updated successfully, but these errors were encountered: