Histórico da Página
...
Índice | ||||||
---|---|---|---|---|---|---|
|
Speaking of achievements ...
...
You can relate communities to the achievement and define a message to be posted in them when a user meets the necessary requirements and obtains that achievement.
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
01. View the achievements that can be obtained by users according to their engagement rate.
Painel | ||
---|---|---|
Expandir | ||
| ||
You can search for a specific achievement through the Search field located in the upper right corner of the window. |
Alternative Paths
...
Add achievement
...
01. Click Add.
02. Add the requested information for the achievement.
Painel | ||
---|---|---|
Expandir | ||
| ||
The requested information is: Name of the achievement Description of the achievement Icon of the achievement Experience assigned Type of achievement Trophy associated Associated title Associated team |
03. Click Save.
Edit achievement
...
01. Select the achievement to be edited.
...
03. Change the chosen information.
Expandirpanel | ||
---|---|---|
| ||
Information about the displayed fields can be obtained from the alternative path Add Achievement. |
04. Click Save.
Associate trigger with achievement
01. Select the achievement with which you want to associate a trigger.
...
04. In the listing displayed, select the event that should be an achievement trigger, that is, the event which should be a prerequisite to obtain it.
05. Click Save.
Painel | ||
---|---|---|
Expandir | ||
| ||
To remove an achievement trigger, just select it from the associate trigger window, and click Remove. |
Associate community with achievement
01. Select the achievement with which you want to associate a community.
...
04. Add the community and the message that should be posted when a user gets the achievement.
05. Click Save.
Expandirpanel | ||
---|---|---|
| ||
To edit or remove a community and your message, simply select it in the Associate Community window and click the option corresponding to the action you want, Edit or Remove. |
View requirements
...
01. In the corresponding row to the achievement whose requirements to obtain it you want to view, click View requirements, which is located in the column Requirements.
02. View the events that are requirements for a user to obtain that achievement.
View communities
01. If you want to view the communities that will receive a message when the achievement is obtained by a user, in its corresponding row, click View communities, which is located in the Communities column.
02. View the communities that will receive a post with the defined message whenever a user obtains that achievement.
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. |
...