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 think the subject says it all. I want to be able to sort the nodes in a View according to the weight of their category (which is a taxonomy).
I'd rather not go the route of hook_query_alter because this seems like a pretty simple concept. I see that there's a module for 7.x that claims to do this, but I need this for 8.
can someone help me with the making of a subtheme?
I followed a few tutorials but with no succes. I also read the documentation on drupal.org and a few topics in the forum but it is all confusing to me.
can someone give me some good guidelines?
this is what i have:
My: .info.yml
bartik_subtheme.info.yml
name: Bartik_subtheme
type: theme
description: 'mytheme theme based on Bartik'
core: 8.x
package: custom
base theme: bartik
libraries:
- Bartik_subtheme/global-styling
I can't seem to find a module /method for exporting CSV files. In Drupal 7 I could create a CSV export from within a views page but there does not seem to be a D8 module that lets me do this.
This kind of functionality is really important to me and I hope it is available on D8 or I will need to consider going back to D7.
I would like to change the default directory to which the features get exported :
Upon my first export, I moved my my_feature_name feature to profiles/myprofile/modules/features/ from modules/custom/, but now that I exported once more, it is obviously still exporting to the default directory which is modules/custom. I would like to be able to change that directory.