See the Mailing lists or Drupal Issue queue. There are also various working groups on groups.drupal.org

Update of calculated form fields without server-interaction - Forms-Api 4.7 ??

I need help to implement a small form using the drupal form-api

there will be some simple text fields,
but also one selection between 3 options...

depending on the 3 options a different price shall be calculated, displayed and finally submitted...

this can be done using javascript, no q. but I'd like to utilize any tools that are available for that - i.e. the forms api 4.7 or any other cool toolkit

any suggestions?

How to create a band content block with VIEWS

Greetings,

I have several types of content created with Flexinode. They are 'song' and 'album'. I'm using og.module to provide 'musical bands'. Each band can have their own albums and songs.

I need to create a block with songs and albums of the specific group which will be visible only on a group page (just as it is made for Band details block). I would like to create this block using Views.module.

Display a one-time welcome screen to user after e-mail validation

Hi,

I need to display a "welcome" screen to every new user
that has signed up and verified his e-mail address.

That should work regardless if he enters user/pass from the mail
or clicks the one-time password reset button.

I also plan on displaying some javascript there for a lead / user signup conversion tracking script.

Any clue on how / where I would implement this?

The basic hooks in the user.module definately don't help.

Thanks,christoph

Empty filename part of URL

Drupal seems to use hardcore urls without filename-part, such as

http://localhost:1024/drupal/?q=admin

as these work only if your webserver is configured to fall back to a default index-file, and if that happens to be a correct one. In my case, had to define that in httpd conf, which is not what some admins prefer. Of course, one might do the same using .htaccess.

DirectoryIndex index.php

Would it not be better to explicitely define the file name instead of relying to server config defaults?

Add variable query string in register form action attribute

The action attribute of the registration form mirrors the current location (eg: drupal/register). I need to add a variable to this string, like this: drupal/register?variable=true. I have been hunting through user.module and I can't find where I can make this change. Can anyone help? I'm on 4.6.

Thanks!

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core