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 installed feature.module on 4.2. I can add features under admin > miscellaneous > feature list. But how do you display the list of features? On this site the link is simply http://drupal.org/features, but that doesn't work for me. Nor does ?q=feature or 101 other permutations that I've tried. Thanks.
Hi. I can't set off magic_quote_gpc.
How can I do? I can't use drupal?
I've found a piece of code that seems to do the same thing into the code. How can I use it to make drupal works correctly without disabling magic_quotes_gpc?
~~~~~~~~
Here is a small piece of code to be placed at the beginning of each one of your scripts which will simulate magic_quote_gpc=OFF, i.e. no \ added in front of special characters in form fields.
After i held a crontab setup i see that import of rss-channels is not updating:(
And every day i`m awaking early in the morning and even without a cup of a coffee making a refresh of my feeds managment by hands. urgh...awfull
Help me, i can`t live without coffee on the morning:)
I recently installed Drupal for a community site. The instructions say that taxonomy can be used to create an rss feed -- however, the only rss feed that is outputted *only* contains what is currently on the front page, despite using the specific url for a taxonomy (ex: http://www.mysite.com/node/feed/or/13) No matter what taxonomy I specify, all I get is the feed for what is on the front page.