x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Custom section
CustomCSSwidth:60%;margin:30px auto;display:flex;flex-direction:column;


HTML
<style> 
img.confluence-embedded-image { 
  border: solid 1px var(--secondary-color); 
} 

@media only screen and (max-width: 600px) {
  img.confluence-embedded-image {
    width:100%;
  }

  .cell.sidebars {
    width: 10%!important;
  }
}
</style>

Custom button
CustomCSSborder: 0px; color: white; margin-top:10px; background: var(--primary-color); margin-bottom:20px;
Typecustom-button
TextBack to Tutorials
Url/display/SBAJ/Admin+Panel#tab-Tutorials

General description
CustomCSSwidth: auto; padding: 0px;
MyTitleAdd a User
BodyCSSwidth: inherit; padding: 0px;

If you need to add a new user to your community, follow these simple steps:

Step 1 - Navigate to the Community Admin tab.


Step 2 - Select the type of user that you’d like to add: cohort user, alumni, or facilitator.


Step 3 - Select the “Add User” the Image Added button.


Step 4 - Input the user’s first and last name and their email address.


Step 5 - Select the “Create User” the Image Added button.


That's it! The user will receive a welcome email with their login credentials. Now they can log in and start exploring your community.

...