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 have a view for all my taxonomy terms, that i would like to change to at panel view.
But my problem is that i have to have to enable "Taxonomy term template" in the panels and also have enabled the "Taxonomy term" view , so that i can add it as content in the panel.
But that doesent seem to work, it says:
"Page manager module is unable to enable taxonomy/term/%taxonomy_term because some other module already has overridden with views_page."
I am trying to make a page that automatically pulls a link from the nodes I publish under it's category. For instance, I have a PC Games section. I want a page that is titled PC games, and everytime I publish content that says PC Games as a tag, or preferably a special category, it posts a link in alphabetical order to this page. Other features that would be nice are dates and a link to an amazon affiliate page that both could be pulled from the node.
I installed drupal a few days ago, and got a plethora of modules downloaded, but since yesterday the ftp times out and shows a 404 error everytime I try to download any module. Anyone else experiencing this problem, any help?
Hello, I am using Drupal 7 with the sky7.x-2.3 theme and am having trouble getting a widget from another site to size properly in the side bar block. It is way too large for the block and if possible i need to force the widget to size properly into the block. Here is a snippet of the code; script type='text/javascript' src='http://blahblah.com/blahblahwidget.js' Is it possible for me to force the widget to adhere to the block size? thanks in advance
I am creating a form where I have a total field. Instead of having the user enter it, I want the fields amount and quantity to multiply each other and update the total field.
this is easy enough to do in Javascript, but I'm not sure how Drupal would prefer it be done. I'm also not positive how to add an on_update call to the fields in a drupal form.
I usually end up doing my tasks the hard way so thought I'd ask early and see if anyone could point me in the right direction for how to do this in Drupal.