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

Simple Form-Problem

Hello,

there is a little problem and i'm new with module programming for Drupal.

I've made a Form with form_textfield, form_submit and created it with form.

e.g. like that:

$form_c .= form_textfield('Year','project_year','', 4, 4, NULL, NULL, TRUE);
$form_c .= form_submit('Submit Data','project_check', NULL);
$page_content = form($form_c,'post', NULL, NULL);

i can't read out after submitting the values from the textfields. they are named by drubal edit[project_year] and now i can't read in my Script $_POST['project_year'].

Nodeapi hook load()

i tried to use nodeapi hook for the code below. when i browse to the create content of any node, i could see the ***** output from nodeapi_form but i couldnt see the database values from the nodeapi_load(). what's wrong with the code?

glossary module and flexinode module, together

I'm interested in having the glossary module scan posts created as flexinode content. I'm trying to use glossary to create a "location guide" where each glossary entry would be a physical place, with the address and phone number. This way when a flexinode event is created the location text field will have a link to the location glossary entry.

But glossary doesn't seem to scan flexinode posts. Is this a feature request or am I missing a setting somewhere? I've got the input formats>configure glossary settings pointing to the correct vocabulary.

Event module for 4.6

The Event module is not working as I upgraded to Drupal 4.6
Will this module upgrade to 4.6? It's very useful.

New flexinode field type: Jabber ID

Can someone familiar with flexinode review my code? I'm pretty new to Drupal. It "works for me" though.

feature req & patch here: http://drupal.org/node/21201

How to call a member function in drupal ?

Fatal error: Call to a member function on a non-object


     ....
    
$num = $soapclient->call('doGoogleSearch', $params, $soapoptions);

.....

Pages

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