Árvore de páginas

Versões comparadas

Chave

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

...

To follow posts belonging to a community requires permission, which is defined by the administrator of the company or the community itself.

 

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. Click Notify, located on the social action bar available just below the publication that you want to follow.

Expandirpanel
titleLearn more

When you click Notify, a user is added to the total users that follow the publication and the button is changed from Notify to Stop Notifying.

When making a publication, the publisher user starts to follow it automatically. When commenting a publication, the user also starts to follow it automatically.

Whenever a new comment is added to a publication, all the users following it receive a notification informing about the new comment.

When the post belongs to a community, it requires permission to follow its posts and comments, which is defined by the administrator of the company or the community itself.

...

01. Click Stop Notifying, located on the social action bar available just below a publication that is being followed.

Expandirpanel
titleLearn more

When you click Stop Notifying, a user is reduced from the total users that follow the publication and the button is changed from Stop Notifying to Notify.

The user will no longer receive notifications when a new comment is added to the publication. 

...

01. Click the counter, located next to Notify/Stop Notifying, which displays the number of users that follow the publication.

Learn more
Expandir
title
Painel

When you click the counter, a new window containing the list of users that follow the publication is displayed. 

 

 

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.

...