Having problems installing Drupal? See the Installation Guide for more information.

Which News Aggregator Drupal is using?

Hi,

Please tell which News Aggregator Drupal is using for it's RSS feed and from where can I get that News Aggregator being used in Drupal?

Thanks,
Ritu

How RSS is deployed in drupal?

Hi,

I know how to build RSS file..just tell me how RSS file is deployed in drupal i.e. Drupal uses which API's to run RSS..if possible, please give me sample code...it's urgent

Thanks,
Ritu.

Disable anonymous account creation

I can't seem to find a setting anywhere in the program (4.3+) that would allow me to turn off a user being able to create a login on the site. How would I go about doing that?

Pointing me at a place in the documentation would work also.

We are trying to set up a site for our guild in DAoC, and only want the admins to create the accounts.

Thank you

Lyle

book node revision doesn't go to moderation queue

I've enabled publish, moderate and revision under Home/Administer/Content/Settings for book pages. When I create a new book page, everything works as expected, but then if I edit that page changes simply disappear: there's no new node on moderation queue and within Home/Administer/Content there's only the older version of that page, but the new modified one does not exist. Someone knows what may be happening?

4.3.1 vs. 4.3.0 and magic_quotes_gpc

Hi,

I installed 4.3.1 beside 4.3.0 and preserved my includes/conf.php. The installs were each in their own directory. Operation appeared fine except the addition of the "you must set magic_quotes_gpc = 0" error at the top of each rendered page.

Hmmm, . . .

Try it from 4.3.0/ - no error.

try it from 4.3.1/ - error.

Hmmm, . . . okay. try it again, same results. "Must be an ID-10-T error," I say to myself. Check /etc/php.ini, "magic_quotes_gpc = off", okay, try '0' rather than 'off'. Try again, no joy.

What's happening locally?


grep -r "magic_quotes" *
drupal/.htaccess: php_value magic_quotes_gpc 0
drupal/.htaccess: php_value magic_quotes_runtime 0
drupal/.htaccess: php_value magic_quotes_sybase 0
drupal/index.php:check_php_setting("magic_quotes_gpc", 0);
drupal/INSTALL: magic_quotes_gpc 0
drupal-4.3.0/.htaccess: php_value magic_quotes_gpc 0
drupal-4.3.0/.htaccess: php_value magic_quotes_runtime 0
drupal-4.3.0/.htaccess: php_value magic_quotes_sybase 0
drupal-4.3.0/includes/common.inc: if (ini_get("magic_quotes_gpc") == 0) return;
drupal-4.3.0/INSTALL: magic_quotes_gpc 0
drupal-4.3.1/.htaccess: php_value magic_quotes_gpc 0
drupal-4.3.1/.htaccess: php_value magic_quotes_runtime 0
drupal-4.3.1/.htaccess: php_value magic_quotes_sybase 0
drupal-4.3.1/index.php:check_php_setting("magic_quotes_gpc", 0);

Editing the Profile Content?

I'm a newbie to Drupal, and I'm definitely enjoying it. The one thing I really want it to do, is allow me to define new fields for the profile content, so that I can add fields like 'phone number' and 'major' for my site (college-based organization). I have seen the profile module, but it seems to only have a list of options. How would I create new fields?

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal