This forum is for less technical discussions about the Drupal project, not for support questions.

Image Module problem

Hello all,

I have an image.module problem. Here is the basic info

Drupal 4.7 (official not RC)
PHP 5
image handling set to ImageMagick Toolkit.
image.imagemagick.inc in the includes folder
image.inc also in the inclides folder

Problem:
When I go to post an image I only get the full size pic. When I preview I get the errors:
Unable to create thumbnail image
Unable to create preview image

Using titlecase for menu names and general titles

This is my first post here and I'm not sure if there's a 'suggestions for future Drupal versions' forum (I didn't spot one) but I just wanted to make a quick comment.

What would be nice and would make website styling a little easier would be to ensure that titles (menu options, modules etc) be formatted as titlecase by default - i.e. 'My Account' rather than 'my account'.

The decison on whether text should appear as upper or lower case should be left up to the theme (seperating design from content) and can be controlled via CSS.

How does that sound?

Mp3 download store

What is the best way to create a mp3 download store in drupal? I want to offer free streaming and 99 cents downloads.

A Better Ping Module?

Is there a better ping module? The current one tries to ping ping-o-matic.com, which never works. I just want to automatically ping technorati whenever content changes. How can I automatically ping technorati? Also, is there anyway for a ping to be recorded in my admin messages instead of wondering whether the ping succeeded or failed? Thanks.

Urgent, help me one thing! Do you know why drupal set default value for textfield?

When I research module user.module. In function user_edit_form, an array to create textfield for edit data

$form['account']['name'] = array('#type' => 'textfield',
'#title' => t('Username'),
'#default_value' => $edit['name'],
'#maxlength' => 60,
'#description' => t('Your full name or your preferred username: only letters, numbers and spaces are allowed.'),
'#required' => TRUE,
);

symlinks = 302 redirects? - Google problems with multisite

Google returns errors when trying to access my subdomains. I use Google Sitemaps and Google Analytics (code added via the drupal modules). Both work fine with the root domain but I get errors with the subdomains.

Google Sitemaps

Diagnostic Summary:
Potential indexing problems:
We can't currently access your home page because of a redirect error.

I wasn't able to use the Google Sitemaps Module feature to verify the site as the drupal created file returned a 302 error. I created the file manually and was able to verify that way. Google Sitemaps shows it has downloaded robots.txt from the root of each subdomain but crawl stats shows no data.

Google Analytics

Tracking Status Information:
Tracking Unknown:
The Google Analytics tracking code has not been detected on your website's home page.

Viewing the page source shows the tracking code is on the subdomain homepage. I can view all of the reports but not the following:

Site Overlay:
Failed to Obtain Webpage: sub1.domain.com
Error Code: 302

My site is setup like this:

domain.com <- drupal installed here
sub1.domain.com <- symlink used to point this at domain.com
sub2.domain.com <- symlink used to point this at domain.com
domain.com/robots.txt <- shared by root domain and subdomains

Pages

Subscribe with RSS Subscribe to RSS - General discussion