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.
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 ) .
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.
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.
Im trying to build a form for a module i am working on. No problem, all of my fields show up okay *except* checkboxes and radios. It is fine if I use a single radio button via the 'radio' form type, but when I try creating a set I get no radio buttons at all. I have tried copying and pasting directly from the forms api example page, and it generates the following code for my $form array: