Consulting, contracts, RFPs, jobs, bounties, and more.

RFP Drupal 7 Migration and Redesign

Project Summary

Download the RFP

Port module from Drupal 5 to Drupal 6

I got a small custom module made sometime back for Drupal 5. The original developer is too busy to port it to Drupal 6. I'm looking for someone to do this. Please send me a mail if you're interested. Thanks.

Bounty: Need a hand with entity_tokens for my fieldAPI field

Hi,
I've created a fieldAPI field, but since I installed entity module and defined the properties, I'm unable to render the token for that field.
So $50 to whoever can help me get the token to work.
This is all the relevant code I think

/*
* Implements hook_field_info();
*/
function mcapi_field_info() {
return array(
//oops the field type has the same name as the default_formatter
'worth_field' => array(
'label' => t('Worth'),
'description' => t("One or more values, each denominated in a currency"),
'default_widget' => 'worths_widget',
'default_formatter' => 'worth_field',
'translatable' => FALSE,
//following properties are for the entity API module.
'property_type' => 'worth', //not to be confused with $property['type'], below
'property_callbacks' => array('entity_metadata_field_worth_property_callback'),
)
);
}

//this is a property callback for the worth field in mcapi_field_info
function entity_metadata_field_worth_property_callback(&$info, $entity_type, $field, $instance, $field_type) {
$property = &$info[$entity_type]['bundles'][$instance['bundle']]['properties'][$field['field_name']];
//overwrite some defaults
$property['type'] = 'struct';//this could be the culprit if it was wrong
$property['getter callback'] = 'worth_getter';

Create a module to limit who can reply to comments

I am an individual creating a nonprofit organization and in the process of developing the website.

Currently, I need someone to assist me in creating a module to limit who can reply to comments.

Ubercart programmer based in Atlanta needed for long term work.

READ FIRST: I am a small business owner based in Atlanta. I'm looking for an experienced Ubercart professional (not a firm) for ongoing work on my existing Ubercart website. Please contact me directly at jobs@lsfabrics.com with a resume, references, and any other relavant information. You must be based in Atlanta even though you can work remotely. Thank you. Sam

Looking for someone to make some quick modifications

Hi, i have a few small changes that i require for different modules. They mainly require filtering.

1. Organic groups -> When selecting the location for a group, I can see groups from other users. I need to filter this so it is only for my own groups.
2. Privatemsg -> Autocomplete works for all users, but i need to filter this to return results for users that are in same group as me.
3. Maybe some minor adjustments to IE7/8/9 browser for the theme (theme works fine in chrome/mozilla)

Pages

Subscribe with RSS Subscribe to RSS - Paid Drupal services