Árvore de páginas

Versões comparadas

Chave

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

...

Other users’ posts or comments can only be deleted if such posts or comments are made in the respective user’s personal timeline.

 

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 you want to Delete is located.

Expandirpanel
titleLearn more
  • You can access the personal wall through the Socials feature.
  • You can access the communities' wall through the Communities feature, and then click the community you want.
  • You can access the community of people that you are following or that are your followers through the Socials feature, click Following or Followers (in the personal wall upper right side) and click the user whose wall you want to view.

...

03. Click Remove Post or Comment, located in the post action bar.

Learn more
Expandir
title
Painel
  • You can only remove posts or comments that have been made by you in your personal wall, in other users' walls or in the communities' wall.
  • You can remove posts or comments of other users, only if they have commented in your personal wall. 

...