Poster lagt til av Itamar Tzadok

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##).

smiler

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 smiler