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

Average cost of redesign

Hi all,

I'm curious about the average redesign cost. I know it varies by what you're looking for, but can anyone give me an idea of the kind of results one could get for around $30,000?

Thanks!

RFP Library Site Design and Development Pitkin County Library

Pitkin County Library in Aspen, Colorado is currently seeking project bids for the design and development of a Drupal website. The RFP is being issued today, February 1, 2013 and can be found here:

http://www.pitcolib.org/media/uploads/RFQDrupal_PitkinCounty.pdf

The due date for questions related to the RFP has now passed. Please see all questions and answers related to this project here:

http://www.pitcolib.org/media/uploads/PitkinCounty_RFP_Questions.pdf

The due date for response to the RFP is February 22, 2013. Your response must be sent to Pitkin County Library, 120 North Mill Street Aspen, CO 81611, as a hard copy by 5pm on February 22, 2013. Please note the insurance requirements beginning on page 22 the RFP. We will be scheduling interviews during the first two weeks of March 2013 and notice to all proposers will be given by March 15, 2013. Thank you in advance for your response.

drew.brookhart at co.pitkin.co.us

Key Project Points:

• Implementation of an entire Drupal site
• Three key site sections with unique appearance; homepage, interior page, and calendar of events/newsletter.
• Responsive theme
• Integration with our open source VuFind library catalog (http://vufind.org/ and http://pitkin.opac.marmot.org/)
• Please note the insurance requirements beginning on page 22 the RFP

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.

Pages

Subscribe with RSS Subscribe to RSS - Paid Drupal services