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

Extra paragraph tag in front of image album description

I'm using 4.5 RC and image.module cvs, but I don't know if either of those or which of those is causing the problem.

Image.module's gallery shows album name (p class="album-name"), album description (p class="album-description"), the number of images in the album (p class="album-count"), and when the album was last updated (p class="album-updated"). For some reason, behind the p class="album-description" there's an extra p tag, which seems to make the p class="album-description" do nothing.

Correct image syntax?

I have no trouble creating images, or even uploading them in htmlarea, but when I try to insert them in post I always get a blank. If the blank is clicked it goes to the correct image node. Also, I can insert images with the image filter just fine, but I can't figure out why the images won't go into docs. through image assistant or htmlarea. I'm using 4.4 (civicspace). Any ideas?

No images with Marvin_2k theme

Hi everyone,

I've just installed the Marvin_2k theme on a site (Drupal 4.4.1) here - www.mfreeman.me.uk - but the images that can be seen in the screenshots don't appear. The logo and the ones behind the block headings.

Any ideas?

Marcus.

Short guide to Clean URLs for Drupal on Debian (Apache/MySQL configuration)

This isn't really a question. It's more a "Clean URLs didn't work out of the box for me, but this is how I fixed it" document, in case anyone might find it useful.

So I'm assuming that, in this case, you have pretty much complete control over your HTTP server, Apache. I'm using Apache2 as an example, with the configuration that's given by Debian Sarge.

The first thing: make sure that your .htaccess file is actually being recognized by the server. By default in Debian, the system ignores all .htaccess files.

I changed this by editing the file "/etc/apache2/sites-enabled/default" and adding:


Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all

where cs445 is the subdirectory where my Drupal lives in.

The most important line is the "AllowOverride All" line, because that permits the .htaccess file to modify the way the server works. (I know that putting "all" is kind of risky, so if anyone can suggest something better, please do).

The file you edit is different under Fedora and other distros, but the general point is that you have to change the AllowOverride directive in the directory where Drupal lives.

That will probably fix most people's memory and PHP config problems as well.

While you're at it, check that the rewrite module is being loaded. Use the a2enmod command in Debian to enable the "rewrite" module. I think it's enabled by default, but these things are prone to change. In Fedora and other distributions, the line to add rewrite support should look something like (but probably not exactly): LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so. That should appear somewhere in your configuration files.

Localization Problems

Greetings,

How does one browse a vocabulary in 4.5?

Is there a url that allows one to browse (list all nodes) a taxonomy in Drupal 4.5? I've seen that the term browsing url looks like this: taxonomy/term/n[,n1][,nx], but how does one get the whole vocabulary?

Pages

Subscribe with RSS Subscribe to RSS - Post installation