- Issue created by @brookfield
- πΊπΈUnited States tr Cascadia
Fivestar provides a field. Fields are added to content types and configured by editing the content type at "/admin/structure/types".
I don't know why you expect to see anything at "/admin/config > content authoring" or "/admin/config/content/fivestar"
- πΊπΈUnited States brookfield
Thanks for the reply.
According to fivestar README.txt
1) Configure the site-wide setting for Fivestar, Administer -> Configuration ->
Fivestar (or go directly to /admin/config/content/fivestar)
That worked under D7, so the README may need to be updated.From your suggestion, when I visit
/admin/structure
I see 'vote types', but nothing directly mentioning Fivestars.
I do see an option for adding a Fivestar field when configuring a content type.
I can't see where to select the widget type. Thanks for any help.
- πΊπΈUnited States tr Cascadia
Actually, the README.txt appears to contain Drupal 6 instructions. That's badly out of date. I will see what I can do to clean that up over the next few weeks.
The documentation guide is a lot more up-to-date. See https://www.drupal.org/docs/contributed-modules/fivestar β
Because the Fivestar module just provides a Field type, anything you read about Fields in Drupal will hold true for this module. To use a Field type, you add the Field to a content type, then you configure the display settings and the form settings right there. The Field is configured differently for each different content type - there is no global setting.
For example, to add a Fivestar field to the standard Article content type,
- Visit /admin/structure/types/manage/article/fields
- Click "Create a new field"
- Select the Fivestar field type.
- Give the field a name and save the field.
- Go to /admin/structure/types/manage/article/form-display and click the gear next to your Fivestar field to change the settings and select the widget for the form display. Be sure to click "Save" at the bottom of the page if you changed anything.
- Go to /admin/structure/types/manage/article/display and click the gear to change the settings for the view display. Be sure to click "Save" at the bottom of the page if you changed anything.
That's the basics, and all that is the same as you would do for any field type and any content type in Drupal.
- πΊπΈUnited States tr Cascadia
I see there's already an issue open to update the README.txt. See π Update README.txt Active . Please contribute there if you find any more problems with the README.txt
Automatically closed - issue fixed for 2 weeks with no activity.