This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

why the width of a textfield is not defined by size

The forms API features a property called "size" which defines the width of a textfield.
Unfortunately "node.css" overwrites this by defining "width: 95%" for the class "form-text".

see:
http://api.drupal.org/api/HEAD/file/developer/topics/forms_api_reference...
http://drupal.org/modules/node/node.css

arminbw

Internationalization and homepage

Hi,

I've installed drupal and Internationalization module. I've two languages. (french, english).
I defined my homepage (node/1) which is a french page.
I traduct this page so i created a new node (node/2).

When I visit my site in french. It's ok.
The breadCrumb is correct.

When I visit my site in english I've got a problem with breadCrumb.
The link Home also redirect to node/1 (but it's a french page). I want define a second homepage (node/2) which is the traducted page.

How to do this ??

thanks,

Switchtheme list - multiple garland/minnelli color schemes

I would like to have the full list of garland/minnelli color schemes (including custom schemes) in the switch theme list. How?

google conversion tracking : analytics module or custom blocks ?

Hi,

I'd like to set up some conversion tracking (via google) for our drupal site.

my first thought was to create a custom block,
& paste the required javascript provided by google into the code block with "full html" input mode on,
and only allow the block to display on a specific page ( eg. cart/checkout ) .

Adding a field when editing a comment

Hello,

I am developing a Karma module. I need to have an extra field while editing a comment (or adding one). I also need to be able to know what the ENTERED value was (once the user has entered "submit"), in order record it into the database.

Does Drupal allow you to do this?

Thanks,

Merc.

Weather module needs testing.

I`ve developed this weather module for learning purposes, and it would probably benefit a lot from some testing.
In case some of you guys want it, it`s free to use/modify/whatever.

Details:
forecasts are fetched from the yahoo weather RSS feed
settings page is not validating country code (checking for existence in yahoo weather location DB)
module is using SimplePie to parse RSS, that means, you'll need to meet it's server requirements.

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions