The screenshot above is of the next version, has not been released yet, expected Jan 2014.
In the current version you can add only one rating field per entry. There are ratings patterns that you can add in the entry template (e.g. ##ratings:rate##).
The screenshot above is of the next version, has not been released yet, expected Jan 2014.
In the current version you can add only one rating field per entry. There are ratings patterns that you can add in the entry template (e.g. ##ratings:rate##).
Not possible. Can appear only in the single view.
Dataform appetizer:

Afaict, updates are not logged at all in the Database activity. The least intrusive way would probably be to add a subplugin database field that captures and can display update log.
Hiding the search tab does not affect the display of the advanced search in the list view. You can try adding the following css in the css tab of the activity:
.datapreferences #advancedcheckbox,
.datapreferences label[for=advancedcheckbox],
.datapreferences input[name=resetadv],
.tabtree li:nth-child(3) {
display:none !important;
}
For latest version replace .tabtree with .nav-tabs
hth
You should be able to find an answer for this in the Quiz forum.