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'm experiencing some strange behavior in the Views module (and before I file a bug report, I want to make sure I haven't done something wrong... so I'm hoping someone else has experienced the same thing and can indentify the problem if it is my mistake).
I've created a custom module, and implemented the views module hooks (hook_views_tables, hook_views_arguments, and hook_views_default_views). I've defined several fields, most of them sortable.
In a 4.7 (.2 -- sorry, haven't upgraded yet) installation, I'd like to keep drupal from adding certain nodes to the search index. There are two kinds of nodes I'm trying to keep out of the index:
(1) a certain custom module type of my own. I've tried various versions of update_index and nodeapi handlers for the module, but with no luck: mymodule_update_index runs after node_update_index has indexed the node, and the nodeapi calls would allow me to add stuff to the indexing of the mymodule content, but not remove it all together.
I installed the pathauto module & tried to follow the instructions for configuring it.
What I am not sure about is what one on the /admin/settings/pathauto page, must activate in to allow auto generation of URL path settings when submitting content by users [that is if I am using it for the right purpose].
this morning my drupal site has not allowed me to stay logged in.
I log in as usual and it shows my user ID. Then if i refresh the page or go to any other link on the site, i get logged out.
This occurs for my super-user, admin, and standard-user logins.
It was fine around 8am then around 9am today it started doing this and I have not done anything in the administrative sections or the backend during that interval.
Any ideas on what is going on or even better how to fix this?
I'm a newb; for the last 4 weeks i've been trying to implement drupal to one of my websites.
Like many other people, I'm also having trouble with taxonomy & breadcrumbs.
Here I will explain what my problem is..
I have many reviews, and I would like to categorize them to animes, books and movies.
I also want to categorize them into genres (action, drama, horror, thriller and detective).
So I create two vocabularies: types and genres.
These are how they look:
Types (vocab)
-animes (term)
-books (term)
-movies (term)