Hi, I'm Darshan Hiranandani, I've formatted nodes into a table view with columns containing numbers, taxonomy terms, and short texts. Currently, users can only sort the table based on one selected column in the views settings. However, I'd like to enable users to sort the table according to multiple criteria, such as taxonomy terms followed by a column containing numbers. Is this feasible, and if so, how can I implement it? Thank you!
The website encountered an unexpected error. Please try again later.
Symfony\Component\HttpKernel\Exception\NotFoundHttpException: No route found for "GET /" in Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest() (line 136 of vendor\symfony\http-kernel\EventListener\RouterListener.php).
I have started using drupal before a couple of week. Can you please what is the necessary and crucial steps to follow for drupal to get more security and benefits?
Hi I'm new to drupal and trying to move the drupal site (version 4.6) from old server to new server. I downloaded the drupal package from official website (version 9.x) when i move the project folder and mysql dump files for database to new server, I can see the static template working, and in the url i can see https://example.com/?q=node/41 and other node values executed with status code 200. But the page is not displaying any data from the database. I can see only the css and frontend codes working without any data.