Is it possible to create bundles of personal blogs?
I want one or more users to share an unique blog, but I can't find how I can do a such thing. Every user has his personal blog...
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.