Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

It is possible to set a default relationship cloud, which is the main cloud and will always be suggested at the time of creating a new user or a new community. If no other cloud is related to the user or to the community, they are automatically related to the default cloud.

 

Estado
subtletrue
titleLearn more

HTML
<a id="toggleAll" href="#" >Expand/hide additional information. </a>
 <script type="text/javascript">
 
 var abertos = 0;
 var fechados = 0;
 function contador() {
    abertos = 0;
    fechados = 0;
    jQuery(".expand-control").each( function() {
		if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
           	fechados++;
        } else {
        	abertos++;
        }
    });
 }
 AJS.toInit(function() {
 
    contador();
	var soma = abertos + fechados;
	$("#toggleAll").html('Expand/hide ' + soma  + ' additional information.');

    AJS.$('#toggleAll').click(function() {
        contador();
        if (abertos >= fechados) {
            jQuery(".expand-control").each(
                function() {
                    if (document.getElementById(this.id).children[0].className == "expand-control-icon icon expanded") {
                        jQuery(this).trigger("click");
                    }
                }
            )
        } else {
            jQuery(".expand-control").each(
                function() {
                    if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
                        jQuery(this).trigger("click");
                    }
                }
            )
        }
    });
});
 </script>

Basic Path

 

01. From the main menu, press Control panel.

...

04. View existing relationship clouds.

Expandirpanel
titleLearn more

In list displayed, the standard relationship cloud is identified by an icon located in the column Default cloud. 

 

Alternative Paths

 

Enable/disable relationship cloud

...

01. In relationship cloud, press the button located next to Enable relationship cloud to enable or disable this feature.

Expandirpanel
titleLearn more

When the relationship cloud feature is enabled, users will only have access to the social contents of the relationship clouds in which they are included. The button is presented with the call ON, stating that the feature is active.

When activated to disable the relationship cloud feature, the button is presented with the call OFF, stating that the feature is disabled.

...

02. Enter the required relationship cloud information.

Expandirpanel
titleLearn more

Code
Code of the new relationship cloud.

Description
Description of the new relationship cloud. 

03. Press the arrow located on the right side of Create.

Learn more
Expandir
title
Painel

To simply create the cloud and then list its members, press Create. Subsequently, just follow the steps of editing from the cloud to relate the members to it.

To quit creating, press Discard

...

06. Enter the user name to be included in the relationship cloud.

Expandirpanel
titleLearn more

To include the user, the email address is automatically filled.

To remove a user included, just select it and press Remove

...

09. Enter the user name to be included in the relationship cloud.

Expandirpanel
titleLearn more

To include the community, the administrator is automatically filled.

To delete a community included, simply select it and press Delete

...

12. Enter the code of the users group to be included in the relationship cloud.

Expandirpanel
titleLearn more

To include the users group, the description is automatically filled.

To delete a user group that is already included, just select it and press Delete

...

04. Edit the information you want on the tabs Users, Communities and Groups.

Expandirpanel
titleLearn more

Information about presented options and fields can be obtained in the Add relationship cloud path alternative path. 

 

Set default cloud

 

01. In the relationship cloud window, select the cloud that will be set as default cloud.

02. Press Set default cloud.

Painel
Expandir
titleLearn more

To activate this option, the icon representing the default cloud is displayed next to the name of the cloud, in the column Default cloud, highlighting it from others and identifying it as the default cloud for the respective network.

The default cloud is always suggested as a relationship cloud to create a user or a community.

...

03. In the message displayed, press Delete to confirm the deletion of the relationship cloud or Cancel to cancel the action.

Learn more
Expandir
title
Painel

When you delete a relationship cloud, its members are not affected (i.e. only the context of the cloud is deleted).

 

 

Informações
titlePlease note!

This documentation is valid from the 1.5.10 update. If you use a previous update, it may contain information different from what you see on your platform.

...