Histórico da Página
Index
Índice | ||||||
---|---|---|---|---|---|---|
|
Speaking of reports...
Reports filter improper network contents, simplifying the management and monitoring of accusations and mitigating user exposure.
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 | ||||
---|---|---|---|---|
|
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
Report a post
...
01. Access the wall where the post or comment you wish to report is located.
Expandirpanel | ||
---|---|---|
| ||
|
...
03. Click the Report icon, located on the action bar of the post or comment.
Expandirpanel | ||
---|---|---|
| ||
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.
05. Click Report.
Informações | ||
---|---|---|
| ||
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. |
...