-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
[NEW] Improved default welcome message #9298
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mentions the apps and documentation.
HammyHavoc
changed the title
[NEW] Added new welcome message default
[NEW] Changed default welcome message
Jan 2, 2018
HammyHavoc
changed the title
[NEW] Changed default welcome message
[NEW] Improved default welcome message
Jan 2, 2018
sampaiodiego
previously requested changes
Jan 2, 2018
@@ -1444,7 +1444,10 @@ RocketChat.settings.addGroup('Layout', function() { | |||
type: 'string', | |||
'public': true | |||
}); | |||
this.add('Layout_Home_Body', 'Welcome to Rocket.Chat <br> Go to APP SETTINGS -> Layout to customize this intro.', { | |||
this.add('Layout_Home_Body', '<p>Welcome to Rocket.Chat!</p> | |||
<p>The Rocket.Chat desktops apps for Windows, macOS and Linux are available to download <a title="Rocket.Chat desktop apps" href="https://rocket.chat/download" target="_blank" rel="noopener">here</a>.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you'll have to keep everything on the same line. this is not a valid javascript string.
Added back in how the administrators can change the content of the home's content with a direct link to the setting page.
graywolf336
approved these changes
Feb 2, 2018
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Mentions the apps and documentation. IMO, this is superior as it gives users more ways of using the server, decreases the amount of configuration needed out of the box to get the server up and running (notices telling users to customize something are redundant), and informing users about the apps.
@RocketChat/core
Closes #9189