Taxonomy Terms missing Title and Description. What Did I do Wrong? (Views Question)

Dear all,

A disclaimer first, I am a medievalist, not an IT guy and my knowledge of coding is extremely limited.

I have just set modified the view for my Taxonomy terms, changing the contextual filter from the default "Content: Has taxonomy term ID" to "Content: Has taxonomy term ID (with depth)".

The reason I did that was because I wanted the parent element to also display child items. E.g. the term "Holy Roman Empire" should display all the nodes in which specific Roman emperors were tagged.

Approach body with PHP

This is what I try to do:

  • I'm looking for a way to (programmatically with PHP) go through all nodes of a certain type, one by one, 
  • count the number of Words (with php str_word_count) of the body of each  node, 
  • write the title, the nid and the number of words in a simple table, 
  • go to the next node and repeat everything. 

THe result would be something like:

SSO with opensocail-auth0

Hey! I am trying to set up SSO using auth0 as the Identity provider. Possible solutions that i found are: 
1) miniorange
2) auth0 module

Which is the Best CI/CD tool with using Github, and compatible with Drupal?

Dear Team,

Can you please suggest which one is the best CI/CD or release management tool for Drupal project, which can be used with Github.

I have some names like Travis CI, Jenkins, Docker etc, and currently we are using git-lab's default CD/CD feature and will move to git-hub with Drupal Application.

Which tool will be best fit for me? you can suggest any other name also.

Cross Protocol Single Sign On

SAML + OAuth Cross Protocol SSO

A major player in the global finance industry, approached miniOrange, with a very specific requirement for their newly built Drupal Website.

A combination of the Drupal SAML SP Module and the miniOrange IDP working in tandem, provided a never before proposed solution, thus allowing the Finance Giant to cater to their masses. 

They wanted us to develop a novel solution for Cross Protocol Single Sign On.

Sectors: 
Technology

Include javascript but on run onpage load not when ajax is run?

Hi

I have added js to my theme,

Drupal.behaviors.exampleTheme = {
  attach: function (context, settings) {
    $('.example', context).click(function () {
      $(this).next('ul').toggle('show');
    });
  }
};

The js is run everytime ajax is called.

What would I need to do to only make this work on page load and not everytime ajax is called?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x