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);
Typecustom-button
TextBack to Tutorials
Url/display/SBAJ/Admin+Panel#tab-Tutorials


General description
CustomCSSwidth: auto; padding: 0px;
MyTitleCreating Announcements
BodyCSSwidth: inherit; padding: 0px;

Announcements are a great way to keep your community up-to-date with the latest news and information. In this tutorial, you will learn how to post an announcement on the Dashboard tab of your community.


Step 1 - Navigate to the Dashboard, then scroll to the section where announcements are located.


Step 2 - Select the “New Announcement” Image Added button located above the announcements.


Step 3 - Fill out the required fields: title, description, CTA text. The CTA text displays on the button.


💡 Tip: Keep your title short and concise, and use the description to provide more details.


Step 4 - If applicable, input an image and an external link. The CTA button will redirect to this link.


💡 Tip: To ensure the announcement loads quickly, use an imagine that is less than 200kb. 


Step 5 - Click the “Create/Save” Image Added button to publish your announcement.


Congratulations! You have successfully posted an announcement on your community. Your members will now be able to see it on the Dashboard tab.


General description
CustomCSSwidth: auto; padding: 0px;
MyTitleEditing Managing Announcements
BodyCSSwidth: inherit; padding: 0px;

This tutorial will guide you through the steps of managing your announcements on the dashboard.


Step 1 - Navigate to the Dashboard tab.


Step 2 - Select the “Manage Announcements” the Image Added button located above the announcements.


Step 3 - To edit an announcement, click on the “Edit” the Image Added button located next to the announcement you want to update. You can make changes to the title, description, CTA text, image, and external link.


Step 4 - To delete an announcement, click on the “Delete” Image Added button located next to the announcement you want to remove. A pop-up message will ask you to confirm your action. Click “OK” to delete the announcement.


Congratulations! You have successfully managed your announcements. Keep your cohort informed with timely and relevant updates to enhance their experience.

...