Histórico da Página
Index
Índice | ||||||
---|---|---|---|---|---|---|
|
Speaking of searching for posts...
The search for posts shows content that contain the sought term and it is necessary to access the Communities tab to filter results of that type.
When the relationship cloud feature is active, only the user or community posts that are part of the same relationship clouds of the user who is performing the search are presented. More information can be obtained in Relationship cloud.
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
Search for posts
...
01. In the search field located on the top bar, type the text you wish to search.
...
08. The filter area will be expanded and filters for posts will be displayed.
Expandirpanel | ||
---|---|---|
| ||
The post filters are:
|
09. Select the filter(s) to be considered and click Search.
Expandirpanel | ||
---|---|---|
| ||
All searches present results ordered by relevance. It is possible to change the order of the result for newer or older. For this, press the check box in the upper right corner of the result screen and select an option. |
|
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. |
...