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

Weather.com Module

Hi, I'm after a full page module and block for drupal 5.1 that is similar to eWeather for joomla from which it works off of weather.com's rss xml feeds. Does anyone know of such a thing or can anyone make one?

cvs tag release problems

I'm having problems with cvs tagging.

I've run "cvs tag DRUPAL-5--1-3" over my project a few days ago but the release package has yet to appear on the project site (phoneblogz). Am I doing something wrong or missing a step?

Many thanks,

Matt

Problem with using the FORMS API ?

Hello ,

I am putting together a contest module which allows administrators to dynamically generate contest forms .I have

I am experiencing the following problem..

1. When an administrator selects a contest from a select box it does not auto populate a select box of contestants
2. The contest selected is not shown after the form is submitted
3. Curiously it is not showing the fieldset for the page.

When you look at the $form after the form is posted you can see that the $form is constructed correctly , so it looks as though the $POST is cancelled and the page is simply loaded again.

Here is the form for the page ...

function _admin_sfx_contest_edit_form_3() {

$contests = _sfx_contests_get_contests($live='Y') ;
$default_value = ( $_POST['sfx_contest_id'] && ($_POST['sfx_activity'] == 'DEACTIVATE_CONTESTANT') ) ? $_POST['sfx_contest_id'] : 0 ;

$form['sfx-contest-edit-deactivate-contestant'] = array(
'#type' => 'fieldset',
'#title' => t('Deactivate a contestants entry'),

'#collapsible' => TRUE,
'#collapsed' => FALSE
);

$form['sfx-contest-edit-deactivate-contestant']['sfx_contest_id'] = array(
'#type' => 'select',
'#options' => $contests,
'#default_value' => $default_value ,
'#attributes' => array('onchange' => 'this.form.submit()' ),
'#DANGEROUS_SKIP_CHECK' => TRUE,

Medical Subject Headings

I am looking for other Drupal users who using Drupal in the medical / public health field and are interested to create a (taxonomy) modul for "Medical Subject Headings". I am not sure if this could be done with the taxonomy module since the "Medical Subject Headings" vocabulary is quite "big". Another aspect is the fact that the vocabulary is updated every year. Some things are added, some are thrown away. I have not seen a Drupal Module deal with that problem.

Martin

Where should static lists go?

I'm new to Drupal (though an experienced programmer) and don't yet know where things are supposed to live. I'm going to be writing a whole load of new modules, many of which require static lists of data. e.g. as values in a select list.
It's bad practice to hard code those static lists - I want to have them in a database table so that, if necessary, I can add extra values at a later date without recoding my modules, and also to disable items that I no longer want the user to see.

How do you display content from another site within a drupal cms site

Hi there. I'm new to Drupal so be nice!

I have set-up a testsite and everythings is going well. I have been asked to display a page that contains info from another website. I have spoken to the owners and they are fine with me displaying the info on my drupal site.

It's a simple html page using a table (footbal league table). All I want to do is show it on my site, but I can't seem to get anything to work.

Any suggestions?

Pages

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