$form['foo']['foo1'] and $form_state['values']['foo1'])

Hi to all

I have a D6 module and want to translate it to D7

there is a D6 form structure
$form['foo_a'] array(
'#type' => 'fieldset',
...)

$form['foo_a']['foo_1'] = array(
'#type' => 'text_format',
...)

$form['foo_a']['foo_a_input_format'] = filter_form(variable_get('term_format', 1), NULL, array('foo_a_input_format'));

if i change this line as suggested in
http://drupal.org/update/modules/6/7#text_format

node in today

HI
I want to make a views which will show only node posted on today. How could I do that. I used filter by date using offset '+0 day'. But its not working. Can anybody help me.

Download links

I would like to try out drupal 7.10 but the download links do not work for me any suggestions?

Hook into views after the database is queried but before they are displayed

hi guys,
I am trying to re-sort the views results before they get displayed on the page.
The reason is that my view returns some query results that contains a bunch of node ids.
Then through a custom php function I do calculations based on those node ids returned by the view.
Is there a way to do that by hooking into views results after they come
back from the database but before they get displayed on the page?
Or is there a better way to do it all together?

New webform dependent module: multi-person application forms

There are many use cases in the real world where multiple applicant details are required in a single submission. For example, opening a bank account, applying for a mortgage or loan, booking flights or holidays, and applying for housing.

In each of these cases, the application is a single one but certain information within that application has to be repeated for each person applying. This is perhaps most common when opening a bank account in joint names.

Forms API: #prefix/#suffix on $form injected before/after block

Hello fellow Drupal developers,

I've noticed something with the Forms API, and the use of #prefix/suffix on the $form element : the code is injected before/after the current block used to display the form.
Is that a bug or a feature ? Doesn't seem very logical to me : the code should be inject right before/after the
element.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x