Drupal developer

CYCLAD is dynamically developing IT consulting company, operating on the European market.
We provide technical assistance (KPO), as well as supervision and management of IT infrastructure (ITO) of our Key Accounts. Our team has over 100 engineers in France and abroad. Our specialists are delegated to our clients for both short-term and long term missions.
Currently, for our Client we are looking for Drupal developers for project in Lyon or Grenoble

DRUPAL DEVELOPER

Your Tasks

• You will work on interesting and technologically innovative projects, building entire websites and/or applications in PHP for our clients
• We will challenge you with setting up complex sites and content management systems
• Working on transparency and usability are important in this job
• You will report to the Competence Center Manager Development and will receive on-the-job training

Your Skills

• You have profound knowledge of Drupal and PHP
• You easily understand the end user and client requirements
• You have strong analytical and problem-solving skills
• You are able to work as both a team member and independently
• You possess the skills to write technical papers and reports
• You are willing to learn and apply new software development tools, technologies, and methodologies
• You work in an efficient and structured way
• You are eager to take responsibility

Can't see messages snt to me on DRUPAL.ORG

I posted a question to a module developer. He replied to me on drupal.org. In the email notification I received I clicked the link (http://drupal.org/user/412076/contact) to view the reply. Instead of seeing the reply I got a page that said "You are not authorized to access this page."

I was logged in, and still am, when I tried to access this.

Drupal Mascot

I've created a high-res Drupal mascot (the little blue dude) as a PNG with alpha/opacity filtering, which means when placed over any background, the coloring of the PNG file will match the scheme of the background. If anyone wants to use it, feel free. Of course, you will need to resize it to meet your needs. I created it large enough to be used for just about any purpose.

Please do not hotlink/leech from my site.

Custom Block: Programmatic Google Video Search Results

Here's the code to create a custom block in drupal that will display the results of a Google Video search based on a specific search term. I had to dig around a bit to find out how to do this, so I'm posting it here.

NOTE: You'll most likely want to turn on the PHP Filter module and use that input format setting for this code, so that none of it gets taken out when the block is displayed.

google.load('search', '1'); function OnLoad() { // Create a search control var searchControl = new google.search.SearchControl(); // So the results are expanded by default options = new google.search.SearcherOptions(); options.setExpandMode(google.search.SearchControl.EXPAND_MODE_OPEN); // Create a video searcher var videoSearch = new google.search.VideoSearch(); // Set the result order of the search - check docs for other orders videoSearch.setResultOrder(google.search.Search.ORDER_BY_DATE); // Set the size of the search results // OPTIONS: // LARGE_RESULTSET - request a large number of results (typically 8 results)

Offsetting Time Zone Differences.

Hello everyone,

I am using cck + date and my issue is that the values that I enter in my date field are shifted by 8 hours after I save them. My site's timzone is set to vancouver and user set timezones are restricted. Using devel I found that timezone_db is set to UTC which explains this 8 hour shift.

I am on a shared host and therefore do not have any access to changing the timezone of the database.

Does anyone know how I could fix this problem?

By browsing through the forums I found this potential fix but since I am very new to Drupal and web design in general I am not sure how I would implement this.


<?php
function format_date($timestamp, $type = 'medium', $format = '', $offset = NULL, $langcode = NULL, $timezone = NULL) {
switch ($type) {
case 'small':
$format = variable_get('date_format_short', 'm/d/Y - H:i');
break;
case 'large':
$format = variable_get('date_format_long', 'l, F j, Y - H:i');
break;
case 'custom':
// No change to format
break;
case 'medium':
default:
$format = variable_get('date_format_medium', 'D, m/d/Y - H:i');
}
$max = strlen($format);
if (USINGPHP4OFFSETS) {
if (!isset($offset)) {
global $user;
if (variable_get('configurable_timezones', 1) && $user->uid && strlen($user->offset)) {

Node will not go away!

I'm working on the following web site - http://www.petsvet.com I would like the home page to be one static page. For some odd reason, the site says "2" at the bottom and then goes to a blank page which says:

Warning: Invalid argument supplied for foreach() in /hermes/web07/b696/pow.agh/htdocs/modules/cck/content.module on line 1284.

I can not find that 2nd page to delete it. Very strange. Does anyone know how to get rid of this page or at least to hide it from the front page?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.5.x or older