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'm new to Drupal and I am evaluating it for a project I am doing. I've been searching for a module that has a feature like discord has where a user can connect their Drupal login in to their Twitch or Youtube account which then updates their drupal account with channel follower or subscription status. Does anyone know if a module like that exists?
i am using drupal 8. I downloaded the DataTables module from drupal.org and extended it into my site. I then downloaded the datables from datatables.net site. placed the datables folder in " /core/modules/custom/datatables " and then created a view as datatables and added some fields to the view. But when i open the datatables page, it is displaying as normal table and not as a datatable. (like search ad pagenation effects aren't displaying). Am i doing something wrong in here ? can any one help me ?
National Nurses United (NNU) is the largest union and professional association of registered nurses in the United States (US). NNU has unified three of the most active US nurses organizations: the California Nurses Association (CNA) / National Nurses Organizing Committee (NNOC), United American Nurses, and Massachusetts Nurses Association. NNU's charter is to focus on the improvement of patient care conditions and standards for nurses.
On my old D6 installation I used a module called Custom Filter, as I needed to create shortcodes for a number of links, titles etc. ie. [LJ] for a specific book title [Amazon] for inserting a partner link to Amazon etc.
Is anything like this possible in D8 without coding it as modules, preprocessing etc.?
So, I followed this tutorial, https://medium.com/@swapnilpawar_61692/creating-a-faceted-search-view-in-drupal-8-using-the-search-api-modules-2b2604ad37f4. Which has been fantastic. My only issue now is the fact that, when I get the database and index up, and get the facet view block made, when I click a facet term, it filters nothing. I have four taxonomies, if I click the abc one, i still get xyz, 123, matte/glosse/satin, triangle/square/circle. I've played with settings, I've reindexed, still unable to get it to work.