slide show like peoplesworld.org

hello,
i want to make slide show like peoplesworld.org. Which module(s) should I use?
i am using drupal7.9

Node-based image-gallery with title, description, and bodytext for each image

Hello!

Since the nodegallery-module isn't ready for D7 i am looking for a good approach to make image-galleries which provide a title, a description and a body-text-field for each image. It is necessary, that new galleries can easy be generated by non-technical folks. What is the best approach?
Thanks to the Community,
Adam

How to create monthly archive block

I want to create a block with an archive of the format:

  • 2011
  • 2010
  • 2009

Clicking say 2011 would then give me all posts in 2011 and then the block would show:

  • 2011
    • December
    • November
    • October
    • etc
    • etc
  • 2010
  • 2009

Clicking say november would give me just posts for Nov 2011. I know how to make the view to filter the posts but I don't know how to create the grouped expandable block, can anyone help

Chris

Overriding theme form functions

Hi,
I want to override field.module's theme_field_multiple_value_form() which themes the multiple value form. I've done it in D6, but I seem to be missing something because my override function does not get called.

the function call in "field.form.inc":

function theme_field_multiple_value_form($variables) {

my hook_theme declaration:

Problems when I try to translate main menu

Hi, before I start, sorry for my bad English
I use Drupal 7.9, I have a website with 4 languages​​, I use Internationalization module (i18n-7.x-1.1), which makes me wonderful translate of all the content (theme of the site, articles, basic pages, etc.). but it gives me problems when i trying to translate links from the main menu. From my original links (in Spanish) I translate (Edit / Translate / Add translation) and everything is saved perfectly, but translated menus appear in the main menu of my original site (in Spanish)
Can someone help my wit that?

Thanks

PDOException: Incorrect decimal value for a field which is legitimately null

I am creating a new composite field type that represents financial debt information. Each field consists of several sub-fields for values such as Amount owed, Interest rate, Repayment amount etc. This field is added to a content type as a multiple-instance field and users can add an unlimited number of these items.

I have built the settings forms, widgets, validators and formatters and it all works great when I fill out all the fields and submit the node. The data is written into the custom field table OK and the values persist when the node is edited again. The multi-instance field creation works as it should.

The problem is that some of the sub-fields are optional, but if they are left empty then I get a PDO error when the node is submitted:

PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect decimal value: '' for column 'field_cc_repayment_amount'

repayment_amount is an optional numeric sub-field. It is declared in the .install file like this:

        'repayment_amount' => array(
           'type' => 'numeric',
           'precision' => 11,
           'scale' => 2,
           'not null' => FALSE,
        ),

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x