Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have created a Taxonomy of Organizations. I have then added a custom required field to my User accounts call "Organization". I would like to create a view where the currently logged in user can see a list of people that belongs to the same Organization as the currently logged in user.
I have created the view fine, and the list of users appears fine, but I cannot get the filtering and relationships to only show me the users that belong to the same Organization as the currently logged in user.
I was wondering if https://www.drupal.org/project/project_module has an API I could query ? I was thinking about building own drupal modules dashboard, where my own data cross with drupal.org content. Maybe someone already did such thing?
How can i get an video slideshow working with 1 active video and on the side some thumbnails of other videos (much like the idea of youtube).
i tried Slick and it worked with images, but when installing slick_media i get an error
Fatal error: Trait method imageFactory has not been applied, because there are collisions with other trait methods on Drupal\slick_video\Plugin\Field\FieldFormatter\SlickVideoFormatter in /Applications/XAMPP/xamppfiles/htdocs/drupal8/modules/contrib/slick_video/src/Plugin/Field/FieldFormatter/SlickVideoFormatter.php on line 27
I've been evaluating some screen recordings posted to YouTube for Drupal 9 and made the fonts maximum size top out at 200 pixels, (pts). Although its simple to make the configuration sizes larger, I didn't want to make the display show anything larger.