πŸ‡ΊπŸ‡ΈUnited States @tory-w

Account created on 10 January 2015, almost 10 years ago
#

Recent comments

πŸ‡ΊπŸ‡Έ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.

  1. Download Views Unrestricted Custom Field from https://www.drupal.org/project/vfcu/releases/1.0.0-beta2 β†’ . Directly download the zip.
  2. Unzip the vfcu=1.0.0-beta2.zip file, where ever you downloaded it to.
  3. 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.
  4. Zip the file back up.
  5. Go to your installation under Admin --> Extend and click "Add new module" and upload it and install it.
  6. 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

Production build 0.71.5 2024