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

how to theme / re-template a forum page

Hi ! I know you can do this with forum nodes using flat forum, but has anybody themed the actual forum page, that which contains all the forum lists, threads and so forth?

Any examples of this having been done? Many thanks

Can't get clean url's to work

I can't get clean url's to work on one of my websites - strangest thing, because it works perfectly fine on another website that I have. When I run the "Clean URL test", it give me a 404 error. Here is my setup:

Drupal 4.7
Shared Apache Server with hosting company
drupal installed in /public_html/ folder; no subdirectories

I have tried the following:

Re-uploading .htaccess that came with Drupal
Editing .htaccess based on reccomendations from older posts on this forum

As it stands, here is the contents of my .htaccess file:


#
# Apache/PHP/Drupal settings:
#

# Protect files and directories from prying eyes.

Order deny,allow
Deny from all

# Set some options.
Options -Indexes
Options +FollowSymLinks

# Customized error messages.
ErrorDocument 404 /index.php

# Set the default handler.
DirectoryIndex index.php

# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.

# PHP 4, Apache 1

php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0

# PHP 4, Apache 2

php_value magic_quotes_gpc 0

Error 500 with "SELECT FROM"

Hello everybody.
I'm running Drupal since half a year and I think it's a great Software.
I've managded many problems but now i've got a very strange one:

When creating a page or a block containing th Words "select" and "from" i get an internal server error (500)
This happens also when creating a page just with "filtered html"-Privilegs.

I have no idea why this error happens. I also have many blocks and pages in drupal containing these two words (because of SQL-Querys). All of them work fine.
But when i try to create a new one, i get this message.

Cron job and file.inc

getting some php errors, and would like to correct:
unlink(files/images/temp/Gear.thumbnail.jpg): Permission denied in ~/public_html/main/includes/file.inc on line 455.

line 455 is

/**
* Delete a file.
*
* @param $path A string containing a file path.
* @return True for success, false for failure.
*/
function file_delete($path) {
if (is_file($path)) {
return unlink($path);
}
}

which leads to

line 418

How could this be...No Mass PM & No Mass Email features??

I'm not looking for newsletter functionality, I just need to send my members (15K+) server notices every now and then...how could this feature be overlooked?

Hiding taxonomy terms inline

How do you hide taxonomy terms in content. I am using taxonomy_content to add breadcrumbs but even thought the show taxonomy line is disabled for that content type, I am still seeing a link to the taxonomy term at the bottom of my content. What could be producing this? Has anyone had this happen to them before?

Pages

Subscribe with RSS Subscribe to RSS - Post installation