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

warning: mail() is not supported in this PHP build in .........

warning: mail() is not supported in this PHP build in /www/htdocs/drupal/modules/user.module on line 257.

uh...i know i don't have smtp installed on the server....can i setup drupal to use my mail server instead of a local mailer?

font style in posts

Unfortunately I just found a way to change the font despite the fact that the FONT tag isn't allowed: using style="font-size:" within P.

see?

anyone know a way to prevent this? I like to keep my forums focused on the content not the format, and while bold, italics, etc. are important, we can't have huge fonts cluttering up the page. :)

Blogs not moderated --> how?

Hello!

I read somewhere here that if i change line 64 and 65 in the blog.module of 4.0.0, which looks like this:

else {
return array("body" => filter($node->body), "promote" => 0, "moderate" => 1, "status" => 1, "teaser" => filter($node->teaser));

to this:

else {
return array("body" => filter($node->body), "promote" => 1, "moderate" => 0, "status" => 1, "teaser" => filter($node->teaser));

that blogs are per default no longer in the moderation queue when submitted by normal users.

Cannot make a new account...(fresh install)

I just got done going through the install procedure, and I can't register. I click register, the page refreshes...I click anything, the page refreshes...

viewing control

Dear drupal gurus,

Is there way to set up a 'view level' to a blog, book page, or static page, so only certain registered users or group of users can see this blog/page?

I appreciate your answer.

struggling with my crontab - newbie

I am not having much luck with my crontab. Does anything look obviously wrong that I've done:

- the crontab file:

00 * * * * /htdocs/www/drupal/scripts/cron-lynx

- the cron-lynx.sh file (this file is chmod 700):

#!/bin/sh
/usr/bin/lynx -source http://www.biptron.com/drupal/cron.php > /dev/null 2>&1

- the cron.php file:

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal