D7 Field API field types

Is there any way of getting a list of available field types? Field types such as 'text' and 'number_integer' are available, but I had to really search to find the second. I'd rather not reinvent the wheel, if possible.

Cheers,

Cliff

Field.api Issue.. 3 fields on one widget. Is this even possible.

Having problems getting all three fields onto one widget. 1 Taxonomy 2 date fields. Is this even possible?
looking to create a field to accept the pieces and return an outut like "1999 - 2010 Ford".

Cheers for looking.

.module file

<?php
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
* Implements hook_field_info().
*/
function motorcyclewidget_field_info() {
return array(
'motorcyclewidget_startdate' => array(
'label' => t('Motorcycle Widget Startdate'),
'description' => t('A Start Date Time Period'),
// 'instance_settings' => array(
// 'motorcyclewidget_startdate' => 0,
// ),
'default_widget' => 'motorcyclewidget_widget',
'default_formatter' => 'motorcyclewidget_formatter',
),
'motorcyclewidget_enddate' => array(
'label' => t('Motorcycle Widget Enddate'),
'description' => t('A End Date Time Period'),
// 'instance_settings' => array(
// 'motorcyclewidget_enddate' => 0,
// ),
'default_widget' => 'motorcyclewidget_widget',
'default_formatter' => 'motorcyclewidget_formatter',
),
'motorcyclewidget_make_model' => array(
'label' => t('Motorcycle Widget Make and Model'),
'description' => t('A taxonomy Make Model'),
// 'instance_settings' => array(

Another dumb question...

It was a dumb question. Never mind.

Cheers,

Shags

Drupal working with non-Drupal platforms?

I have a drupal 7 installation that supports multiple sites.

mysite.com, for instance, would be located in /web/drupal7/sites/mysite.com/

I want to have some not-yet-supported-in-drupal platforms installed for mysite.com, like gallery, phpbb, etc.

ideally, I'd like to put their code (or a link to it) in /web/drupal7/sites/mysite.com/phpbb/

Is there an easy way to make www.mysite.com/forums/ point to that directory and load phpbb, for instance?

Thanks in advance!

Two blocks next to each other

Hi, I want to display two block next to each other. I created special region for this 2 blocks (like container), set float: left for first block and float: right for second block. I have to set min-height for region, otherwise the blocks dont display. But the problem is, when I set min-height lower, than is actual height of biggest block, this block "overflow" the region. Strange is that min-height dont automatically match the height of the biggest blocks.

I need some help (Beginner)

Hey, I installed Drupal, and now I am looking for something, like a module, to get my site going in the right direction. I would like to have a theme download site. Similar to http://www.awesomestyles.com and http://www.themeforest.net. It will of course be free themes, so no currency of any sort will be needed. Where would I start with this? I all ready have a theme purchased that I want to use, just not sure which modules to use.

John

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x