Versions Compared

Key

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

...


HTML
<style>

.wiki-content .confluenceTh,
.wiki-content .confluenceTd {
    border: none;padding-top: 0px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 20px;
}

</style>


Excerpt Include
What is AirSend
What is AirSend
nopaneltrue




HTML
<style>
p {font-size:16px;}
</style>


HTML
<span style="font-size: 18px">If you've created a channel, you're the Owner.owner, Some of the first thingsand initially, you'll shouldtake docare areof addadding members and decide what privileges to give them, set setting up theits channel's look and feel, and add any notes or information to the wiki.

AsBut as you manage your channel, there are othermaintenance Owner tasks you may want to do, such as promoting and deleting members, closing the channel, or exporting its contents. If for someany reason theyou channelwant needsto todelete bethe deletedchannel, you can alsodo take care of thatthat too.

Promote Members

By default, channel members are full collaborators. Full collaborators can enter messages in the channel, upload and download files, and edit the wiki. They cannot add and remove members from the channel; to give a user that privilege, manually change their membership type to manager or admin.

Remove members

Owners, admins, and managers can also remove members from a channel.

Close the channel

If you're the owner of a channel, you have the ability to close it. Closing a channel suspends it; it is still present and you can reactivate it, but it only appears when the Channels setting is Show closed or Show all.

Delete the channel

The only member of a channel who can delete it is the owner. Deleting a channel permanently removes it from the system, and it cannot be reactivated. 
Image Removed


Export channel data

Before you delete a channel, it is a good idea to archive its contents by clicking the Export button in the Channel settings dialog box.

The channels contents are downloaded as a zip file that contains files storing messages, tasks, files, and wiki contents.

Delete the channel

The only member of a channel who can delete it is the owner. Deleting a channel permanently removes it from the system, and it cannot be reactivated. 
Image Added


HTML
<script>
AJS.toInit(function(){
if (AJS.$("div.ia-fixed-sidebar").width() > 55){
AJS.Confluence.Sidebar.toggle();
}
});
</script>

...