Drupal is up and running but how do I ...?

Banning E-mail Hosts

..basically what the topic says. How do I ban and unban certain e-mail hosts from signing up to my site?

Blank screen on theme and module config

Running 4.4.0 - I moved my Druapl site from one host to another. Installed OK. Have access to everything, except that the Theme and Module configuration screens are blank - don't display anything. All other config screens display content and allow modification.

Any ideas?

how do i reverse order of stories?

This may be a dumb question, but I can't seem to find the answer anywhere. How do i make it so the most recent stories show up at the top of the page? Right now the stories are ordered with the oldest at the top.

Mission statement and Links

I've installed 4.4.0 and selected the Chameleon theme "Marvin" (which is nice and clean and pure CSS).

I have two problems:

1) I can't get the site mission statement to appear.

2) I found a way to get the "Links" to appear (so for example when I create a static page the link automatically appears on the front page) but first I'm not sure I did it "cleanly" and secondly whenever I go to an Admin page, the links are still there but there is no line throw after the links, which is irritating.

Can anyone help?

Mailhandler "Couldn't open Stream"

Hello.
I have just installed Mailhandler and everytiem I try to retrieve Mails uit says:
Mailhandler POP3 connection failed: moblog.1405@vienna360.net

in the Headline it says:
warning: imap_open(): Couldn't open stream {mail.mailserver.com:110/pop3} in /home/.sites/site4/web/drup/modules/mailhandler.module on line 17.

Why is there "imap open"? I have said that it is an Pop-Mailbox.

I have tried the notls-bugfix I have found here but the result is this:

Possible bug in 4.4.0 search module

After several day of struggling with search.module (v1.74 2004/02/15 20:09:46 dries), I found the problem and fixed it. I don't know if this is a 'bug' or not. It's probably just something I've screwed up LOL
My setup:
Drupal 4.4.0 running on an Apache web server and MySQL database.
When I run cron, from mywebsite/drupal/cron.php, I get the following errors:

warning: Unknown modifier ''' in /drupal/modules/search.module on line 249.
warning: Unknown modifier ''' in /drupal/modules/search.module on line 249.
warning: Unknown modifier ''' in /drupal/modules/search.module on line 249.
warning: Unknown modifier 'r' in /drupal/modules/search.module on line 249.

These lines repeat about 50 times.
The cron is working because I can search for users and get results and my xml feeds update perfectly, but no index is being created (search_index is empty). According to the logs, "cron completed successfully", but no results are returned when I search for content.

In the search.module, under the search_save function is this code:

function search_save($edit) {
variable_set("minimum_word_size", $edit["minimum_word_size"]);

$data = strtr($edit["noisewords"], "\n\r\t", " ");
$data = str_replace(" ", "", $data);
variable_set("noisewords", $data);
variable_set("help_pos", $edit["help_pos"]);
variable_set("remove_short", $edit["remove_short"]);
}

I edited the

Pages

Subscribe with RSS Subscribe to RSS - Post installation