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

Roadmap from Taxonomy to custom block

How much coding does it take to go from using the taxonomy to describe your sites structure to having a block which displays a particular part of the taxonomy.

In Drupol can I have multiple forums? Can I make each forum appear in a differnt block on the visible right sidebar?

From just reading the documentation I don't see the connection between taxonomy to display blocks.

Or does it take a little bit of coding, or a lot of coding?

filestore2 & fscache

Not sure where to ask questions about filestore2 and fscache. CVS/Head version of

Drupal CSV chamelon theme, on Linux 7.x

fscache.module,v 1.4 2004/02/17 01:37:39
filestore2.module,v 1.8 2004/02/21 23:58:40

Modules show up fine, files appear to upload ok, but they create files in root of Drupal directory even though I've tried setting the fscache to a subdirectory that has full read write permissions. I've put everything back to the defaults. [in my opinion there is inconsistency in how "path names" are refered to and explained in various modules]

When I try to download the files that were uploaded I get the following:

warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site1/fst/var/www/html/wws/modules/fscache.module:386) in /home/virtual/site1/fst/var/www/html/wws/modules/fscache.module on line 144.
warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site1/fst/var/www/html/wws/modules/fscache.module:386) in /home/virtual/site1/fst/var/www/html/wws/modules/fscache.module on line 145.
warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site1/fst/var/www/html/wws/modules/fscache.module:386) in /home/virtual/site1/fst/var/www/html/wws/modules/fscache.module on line 146.
warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site1/fst/var/www/html/wws/modules/fscache.module:386) in /home/virtual/site1/fst/var/www/html/wws/modules/fscache.module on line 147.

Help - my book disappeared

Hello -

I would appreciate any help on the following issue. I have seen it referenced in a couple of places already:
http://drupal.org/node/view/1241#1963
http://lists.drupal.org/pipermail/drupal-devel/2003-February/021654.html

$custom_links changes not registering -- problem with php settings?

[Although this problem grew out of the last thread on polls, I'm starting a new thread b/c it's a separate issue.]

Changes to $custom_links in my conf.php file are not affecting anything, in any of my themes. However, when I make the same changes to my offline home machine installation, the changes do appear in my top navigation bar.

This makes me think there must be some issue with my PHP settings on the remote machine...? Any ideas?

A couple of questions: permission, file_upload, chatbox

Hello -

I've just got Drupal up and running and I have a few questions:

Delete 'poll' from navigation menu?

I have activated the Poll module, but do not want 'poll' to appear as one of the choices in the navigation menu up top. How do I disable it?

I've also been trying to figure out how to change the capitalization in the navigation menu up top. For example, 'home' is always lowercase, even though I have changed the conf.php file to read

$custom_links = array (
"Home",
"journal",
"articles");"

Pages

Subscribe with RSS Subscribe to RSS - Post installation