As per the title of the post I'm looking for a module (or an option that maybe I can't find in the Views), to add an incremental number to the side of the exposed Title of Nodes in a table generated by a view but, from searches carried out on the network, the solution is not it seems to be so intuitive.
Which I think is great for the same reason it says there.
Therefore the "Image button" in this forum states "URL (must be hosted on Drupal.org, upload with “Add a new file”)", however I see no "Add a new file" (like in the issues posts forms) anywhere within this forum forms.
I've got a list of events that I'd like to filter by the time right at the moment is checked by the user. So far I've managed to filter by day, but I see events that have finished hours ago
I used the hierarchical select module a lot in Drupal 7. With this module I could add Country, Region and Place to a certain node as such, that:
- The node is being connected to the country term, region term and place term.
- And that on taxonomy a depth was created which place is a subterm of a region, and which region is a region in a specific country.
With this adding of nodes using one Edit-screen to input also the country, region and place together inputting nodes was great!
I have a Drupal 7 website with hundreds of nodes inserted and I realized that for my specific needs I have to migrate to Drupal 8.
Is there any way to import Drupal 7 to Drupal 8 Nodes in * .csv (or other methods) safely without anything being lost?
P.S. I have seen that there are many modules but I would need some sure advice
Hi everyone! I have a Drupal 7 site that I am upgrading to Drupal 9. A copy of the D7 site has been set up on an AWS Instance where I am wanting to place the new D9 site onto. I am using Terminal to load everything. So far I have installed D9 files on the instance but am running into an issue when creating a new database via MariaDB. I am using the command:
mysql -u username -p -e "CREATE DATABASE databasename CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci";
(I have changed the username and databasename to actual names when I run it through Terminal).