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.
My website has a collection of articles classified with the taxonomy (I have articles on php, css, webdesign, etc.).
The menu of my website looks like this (I've included the paths in parenthesis):
I'd like to use a view with the path "articles" and arguments to generate all the appropriate pages/subpages, and I'd like it to work as follows:
articles ==> show Header Text only, no nodes.
articles/60 ==> show all nodes attached to term ID 60 plus its children (the equivalent of taxonomy/term/60/all) ; in my example, it means showing 60 + 128 + 129.
articles/60/128 ==> show all nodes attached to term ID 128 (and nothing else)
I recently upgraded to from drupal 4.7.4 to 5.0.
I am having several problems that may be related by i am too much of a noob to know what's going on here.
1). I don' know how to access the terms that i entered in the category module of 4.74. I can see the terms in the terms_data database, but i cannot see them in my new category module. It lists no containers or categories. When i try to add a new container, it tells me that a new container has been added, but it does not list it.
Hello.
Anyone ever tried displaying different themes for different languages? My case is extremely frustrating since one language is LTR and the other is RTL. All I want to do is simply switch to a different theme when selecting a certain language.