Árvore de páginas

Versões comparadas

Chave

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

...

User reports generate pending items for the company’s administrator in the Report Center; the administrator must review each report and adopt respective measures, if necessary.

 

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. Access the wall where the post or comment you wish to report is located.

Expandirpanel
titleLearn more
  • You can access the personal wall from the Social item, available on the main menu.
  • You can access the communities wall from the Communities item, available on the main menu, and then select the desired community.
  • You can access the communities of people you follow or that follow you through the Social item, from the main menu, by clicking Following or Followers (in the upper right side of the personal wall) and selecting the user whose wall you wish to view.

...

03. Click the Report icon, located on the action bar of the post or comment.

Learn more
Expandir
title
Painel

When the post belongs to a community, you must have permission to report it and its comments, which is defined by the administrator of the company or the community itself. 

04. Fill out the report reason.

...