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

[NEW] Improved default welcome message #9298

Merged
merged 5 commits into from
Feb 17, 2018

Conversation

HammyHavoc
Copy link
Contributor

@HammyHavoc HammyHavoc commented Jan 2, 2018

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

rc welcome 2

Mentions the apps and documentation.
@HammyHavoc HammyHavoc changed the title [NEW] Added new welcome message default [NEW] Changed default welcome message Jan 2, 2018
@HammyHavoc HammyHavoc changed the title [NEW] Changed default welcome message [NEW] Improved default welcome message 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>
Copy link
Member

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.

engelgabriel and others added 3 commits January 4, 2018 15:12
Added back in how the administrators can change the content of the home's content with a direct link to the setting page.
@graywolf336
Copy link
Contributor

image

@graywolf336 graywolf336 added this to the 0.62.0 milestone Feb 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default welcome screen should mention and link to the RocketChat apps
5 participants