Portland Media Company Seeking Drupal Developer, LOCAL ONLY

LVD Media has an immediate need for a freelance, part-time Drupal 7 Developer to complete/ rescue an in-progress project, with the potential to become an on-going contract position based on available work. We are a small group of creative minds looking for someone who can really fit in and be a part of our team.

The Ideal candidate will possess the following skills:
• Candidates must be local to Portland area and available for client meetings as well as weekly staff meetings.
• Must be able to estimate level of effort (budget and timeline) and use project management system with accuracy.
• Able to work independently and efficiently to meet deadlines.
• Able to promptly answer email, phone calls and other electronic communications.
• Ask savvy questions that get to the heart of a project’ s technical requirements.
• Self-motivated, detail-oriented and organized.
• Willing to train fellow developers in advanced Drupal techniques.
• Willing to come into the office to work occasionally.
• Excellent communication (oral and written), interpersonal, organizational, and presentation skills.
• The ability to communicate and teach non-technical users is a must.

Education and/or Experience:
• 4 years of building websites on LAMP, with at least 2 years of Drupal development.
• Experience with with Drupal 7!

Drupal 7 - Lawyer Site (Dutch language)

We launched a very basic lawyer portal on D7,
www.lsah.nl

I think it is a great example of how Drupal sites don't need to look like Drupal at all. This website is for a group of lawyers in the city of Haarlem in The Netherlands. They are specialized in damages and liabilities.

Problem With Links from Fullcalendar to Events

I have Fullcalendar more-or-less working on a Drupal 7.0 installation. The "less" part involves the links presented on the calendar to the individual events. Clicking on an event on the calendar page tries to load a page like "/?q=<span class%3D"date-display-single">Tue%2C 04/26/2011 - 15%3A00</span>". This of course results in a 404 error.

I'm not new to html or php, but I am new to Drupal. I confess to being at a loss as to where to look to fix this. I'd appreciate any suggestions.

The installation:

Can't install modules

I have tried both new ways to install additional modules in Drupal 7 (Install from a URL and Upload a module or theme archive to install) but I always get an error message and can't install modules. I have tried it with different ones. Here are the error messages I get:

Module that accepts "sponsor me $1. per mile" donations

I'm looking to build a website for a nonprofit that does annual fundraising walks, and they want all the sponsoring activity online. So, volunteers (walkers) can send friends/family to their personal fundraising page, and donors can commit to donating a certain amount based on how far the volunteer actually walked.

Then, when the walk is over, the nonprofit administrator (not the volunteer) enters the official number of miles walked per each volunteer, and then the donations are automatically charged.

Theming search box creates error

I am trying to implement the code found here: http://aronbarbosa.com/content/customizing-your-drupal-search-block-2 to theme the search box. I've tried contacting the original author of this code but am not getting any response.

I like the result but since implementing I am getting this error:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in _form_set_class() (line 3969 of /home/websiteurl/includes/form.inc).

Here is a copy of the code found on that link:

/**
* Override or insert PHPTemplate variables into the search_block_form template.
*
* @param $vars
* A sequential array of variables to pass to the theme template.
* @param $hook
* The name of the theme function being called (not used in this case.)
*/
// I used garland so you have to change garland to the name of your current theme
function garland_preprocess_search_block_form(&$vars, $hook) {

// Removes the "Search this site" label from the form, leave blank if you don't want a label
$vars['form']['search_block_form']['#title'] = t('');

// default value for the textbox
$vars['form']['search_block_form']['#value'] = t('Search...');

//wrapper for the search box and button
$vars['form']['search_block_form']['#prefix'] = '

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x