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've been using Drupal for a while now and have never encountered this problem. On my website (http://hooked.org.au) I want RSS feeds from every category and vocab. But at the moment the only feed available is from the front page. Though there is a RSS feed link on each category page, it leads nowhere.
I'm on a mission to convert as many organization's static based sites to Drupal as I can. Often I will use existing file names in path aliases as to not break links external to the site. So if I have /products.html in a static page and also in Drupal, it by default will take the static page. Is there an easy way to have it serve up the Drupal page first? (What I'm asking is if the Drupal page can take precedence over an existing static page.)
Is it possible to assign node-specific input format in drupal?
I am implementing a wiki using book.module. I have created a new input format 'WikiText' which uses wiki.module.
Is it possible that I assign 'WikiText' input format to book nodes only and not to the other nodes? I don't want to use 'WikiText' for other nodes as it messes up with the filtered HTML.
I'm very new to Drupal--just started working with it this weekend. I was pretty nervous, but once I started to understand how things were set up, I fell in love with it. One thing has me stumped, though. I installed the Event module and set up a vocabulary and terms so events can be categorized. I need to add hardcoded links to each "filtered" calendar, but I can't figure out how to do it. I've tried http://site.org/event/taxonomy/term/56 and about a hundred variations of that, but nothing works for me.