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.
1. The site we run is a news site. It runs fairly OK to somewhat slow sometimes (we're using liquidweb).
2. We would also like to do an upgrade to 5.0+ from 4.7 but want to make sure that it makes sense.
There are several code snippets that demonstrate how you can add next/previous link to your nodes, but in my gallery I would also like numbered links. Does anyone know of a code snippets that generates numbered links in addition to next/previous linkt, to nodes with a taxonomy term?
I found this code snippet of wich the author says you can easily modifiy it get numbered links but I have to idea how one would do that;
Sorry if this is a dumb question, but, when you search for DRUPAL in google, you get, what looks like a special listing that not only lists the main link to the site, but, lists links to sections as well.
I have seen other sites with similar style listings and was wondering how you go about that? is it part of the gogglemap.module ? or is it a paid thing?
Again, apologies in advance if that is a dumb question.
Hi, is there any way to detect in wich View a node is being loaded?
I'm using 2 full-node views, that both load the same content type, and I want to be able to do an if-test in the node-content_cck_type that facilitates changing the template depending on the specific View that is loading it.
If this is not possible, I can still use pathauto url parts to meet my needs but detecting the view would be much cleaner.