abontu → created an issue.
OK,
That error was actually from when I clicked on the settings tab on the Available Updates page. There is no error in the logs when I click on the List tab bot no modules are listed. My other sites list modules.
Clear cache worked for me
I am curious about plans for Drupal 11 compatibility.
Not sure if this is the correct place to ask but it seems like a good place.
I see in download module it shows Works with Drupal: ^8 || ^9 || ^10
I am preparing sites for upgrade and the Upgrade Status report lists DXPR Theme Helper (dxpr_theme_helper) as incompatible.
Do you have an estimated timeline?
Are the tasks to complete straightforward or complex?
Thanks
I had to specify the version
composer require drupal/core-recommended:10.3.3 drupal/core-composer-scaffold:10.3.3 drupal/core-project-message:10.3.3 --update-with-all-dependencies
Abontu → created an issue.
It looks like I can do something with taxonomy but I want to keep it simple and base it in tag content. If this page is tagged with red I want that in the contextual filter. It will not be in the URL or other attributes I see available. I would prefer not to use code but from as code perspective it would be
if(node.hasTag("red")) {
showContentWithTag("red")
}
I am new to Drupal and am trying to do things as little coding as possible. Only if absolutely necessary.
Thanks
Hi,
I installed leaflet and have a map with points on each state. What I really want is a heat map or as leaflet calls it a Choropleth Map. I don'i see a way to do this with the leaflet module but maybe I am missing something.
I want to crate something similar to this: https://leafletjs.com/examples/choropleth/example.html
Thanks
I will take a look at Leaflet module. Took a quick glance and it looks like it would work. I am not married to any specific charting. In fact I am trying a bunch.
OK,
Your request for table brought me to the problem. When I set to table I saw there was no header row with column names. That is probably the array that was missing since I did not provide labels.
To get it working,
For the fields selected for title and data, I needed to edit and check "Create a label" and provide a label. Once I did that the charts rendered. I assume that pie chart does not use the labels.
Now I just need to figure out how to create a US map with heatmap coloring. I don't see that in the GUI.
Thanks for providing this module and responding to my issue!
Abontu → created an issue.
I figured out what happened. There was an error a SQL error in the logs showing langcode cannot be null. I looked at the header of my csv file and the column titles langcode and body were concatenated into the langcode column header. I fixed that and the import worked!
Note
the "Click Here and Download Sample CSV" butting creates a file with this issue. There is no body column, and the word body is appended to the langcode field [langcodebody]