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

How to disable sidebar for forum nodes?

How can I disable sidebar for forum nodes? I know how to disable it for forums/subforums by configuring blocks. However, since the url of a forum node is http://yoursite.com/node/xxx, which means that if you disable the sidebar for "node/*", then sidebar will disappear even for blog entries. So what is the best way to disable sidebar for froum nodes? Thanks!

Display order of comments?

Okay, I'm probably just stupid, but if I've got a node with, say, three comments, how do I get them to display so that the oldest one is first?

I'm talking about:

STORY
|--comment1
|--comment2
|--comment3

as opposed to:

STORY
|--comment1
   |--comment2
       |--comment3

Style Freeform pages like Drupal.org

Hello all,

I was wondering how to display my freeform result pages like on drupal.org:

example: http://drupal.org/profile/industries/press

They way it exsits on my site right now is just a single col list of usernames with no header title. Is there a simple way to create this?

Translate Content

Is the best way to translate content to use the i8n module? Is that the only way to do it? If so, is the 18n module safe, or will it make drupal buggy?

Node_image paths

I have the node image module installed, and the admin page is showing up along with a form for uploading files, but I cannot get the actual upload to work.

What is the full path of the 'images' directories the module is looking for? I have tried a number of locations (including CHMODing) and cannot get the upload to work.

Thanks in advance to anyone else using this module...

htaccess mod_rewrite issue

Hi

I want to add the following to my .htaccess file so that it throws a 301 if http://domain.com is entered and diverts to http://www.domain.com

Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^domain.com$
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]

Pages

Subscribe with RSS Subscribe to RSS - Post installation