πΊπΈUnited States tory-w
The Views Unrestricted Custom Field module works for this issue IF modified to work with Drupal 10 and/or 11. I'm more of the "site builder" type and I am making an effort to communicate at least that level, so excuse me if I over explain any of this.
- Download Views Unrestricted Custom Field from https://www.drupal.org/project/vfcu/releases/1.0.0-beta2 β . Directly download the zip.
- Unzip the vfcu=1.0.0-beta2.zip file, where ever you downloaded it to.
- Open the info file (vfcu.info.yml) and change the core_version_requirement field to: core_version_requirement: ^8 || ^9 || ^10 || ^11, adding the ^10 and ^11.
- Zip the file back up.
- Go to your installation under Admin --> Extend and click "Add new module" and upload it and install it.
- Go into your view and add a "Global: Custom text unrestricted" field and put the Fivestar Views tokens in the field. Viola!
My use case was making a custom and very dynamic teaser view that is rendered with a text field. Fivestar has to be in the view.
πΊπΈUnited States tory-w
The module in #37 works for me. Use case was building a view where I want every result that ends with "5", for example to have an attachment; say like an ad. I used this field to number each result, added a conditional field with the in-feed ad, and it works! It did not work with the core Global: View result counter.
Drupal 10.3.2
PHP 8.3.10