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.
If I go to a container page then it shows the content or excerpt of certain nodes beneath it. However, those nodes are not related to the container or in any categories in that container.
I got round this by disabling 'Show node listings' in the Container Display Settings. However, if I do that then no nodes are listed on the category page.
I am currently fixing a bug that seems to have come out of nowhere to put the frightners on me and i am starting to get shifty with my collar again . It seems now that once a page has been cached the {cache}.data shows
odd looking characters and if you refresh the page you get a white screen and you only get the page back once you clear the cache.
If you can offer any insights as to what has gone bad here, i would very much appreciate it.
Hi, I'm developing a web site for a commercial activity.
I'm using the ecommerce module and the taxonomy_menu module to access all products via their categories.
So, I've created a vocabulary named 'Product categories' and assigned the taxonomy_menu to this vocabulary
getting links such as 'sports equipment', 'casual clothes', etc,etc.
My problem is that I cannot theme as I want the actual menu. Probably because there is no defined CSS for the
taxonomy_menu which can be customized.
I developed a large open-source project and I designed the site using Drupal (a solution that I really love). I planned to add a "donation" page to it for accepting donations from users.
I found two modules on the Drupal CVS that could be suitable: paypal_framework and paypal_tipjar. What I found, unfortunately, is that both the projects have been discontinued and they can be run only from Drupal 4.6 (I tried running them under 4.7, but I got many errors).
I am interested in creating a site where certain users can manage articles, files, and user profiles. But I don't want these users to have access to the entire portal admin, just content admin. I'd like to have the article management module act as any other module, where I can specify which users can see and use it.
First, can this be done without any modifications to the current modules?