Request Period Closed - Personal Site Design - Developer Wanted

*Note - This project request period is closed. Thank you all for your applications.*

Hello,

I am looking for an experienced developer interested in building a personal site for the purposes of hosting my own engineering projects, photos, articles and blog posts.

Contact email:

Project Summary:
The site itself will be used for both personal and professional development through the posting of news stories/research, photographic/video/digital media, and learning about the author/blogging. The photography and bio related sections are intended to demonstrate (hopefully) my developing skills as an amateur photographer and push myself to improve based on feedback or commentary.

Finally, the site will also serve as a platform for my own personal projects, primarily related to research and development of products designed to assist humans: exoskeleton research to assist those with paraplegia, efficient water filtration, and other future projects. This would be in the form of mini-project sites that could exist stand-alone but will tie into the rest of the site (using the same theme, etc).

Required Features:

  • HTML5 compatible in major browsers (Firefox stable, Chrome stable, Safari stable, IE not required)
  • Google Analytics integration

Danland Theme menu not showing up properly in IE

Hi

I have strange issue.. Danland theme menu is not showing up properly in IE 9 if I add more 7 menu items in the menu bar. The same works just fine on Chrome and firefox too.

If you look at this link: http://imgur.com/X68a5 - There are three menu bars instead of one. First menu bar is blank - second one has the menu items, third one has the menu item but has white color on the text. If I mouse hover this menu item the menu button becomes blue..

I am not sure how to fix this issue?

display image after article teaser, then remainder of body text?

Hi everyone,

My home page displays the full post of the latest article in the left column. I do this with a view, displayed as a block.

I have the 'article' content type set to display the 'image' field first, then the 'body'.
This works fine, however, I'd like a bit of the article's text to appear first, before the image. I suppose I could just add the image inline, in the body field, but I'd prefer to keep it as it's own field.

Is there a way have 'teaser' text from the body appear first, then the image, then the rest of the body?

Relative Date Field

Is it possible to make a relative date field? I can't find a module that does this so I thought I'd ask if anyone knows of anything that might help. I need to be able to input relative dates like "-1 month" and "next monday"

Dynamic forms

Hi guys.

I´m creating a custom module, and I have a problem with a form rendered in a node (It' s a custom content type.). This is my code:

<?php
//This is a custom hook, rendered in a node after I created (in a custom content type):
function elements_choose($form, &$form_state, $node) {

$form_state['cache'] = TRUE;

if ($node->items) { //SQL query results, in hook_load...

if($node->help){
$form['item_description'] = array(
'#type' => 'markup',
'#markup' => t($node->help),
);
}

$form['item_container'] = array(
'#tree' => FALSE,
'#preffix' => '

',
'#suffix' => '

',
);

$i = 1;
$button_vote = drupal_get_path('module', 'items') . '/img/add.png';
foreach ($node->items as $i => $item) {
$name = $item['name'];
$description = $item['description'];

$iid = $item['iid'];

//Create a button and fieldset for each item:
$space = 'item' . $item['name']; //Creates the fieldset space...
$button = 'iid' . $item['iid']; // Creates the button ...
$info = 'info' . $iid;

//Fieldset for each item:
$form['item_container'][$space] = array(
'#tree' => FALSE,
'#type' => 'fieldset',

upgrade to 7.10

anyone have link on how to upgrade drupal 7.x to latest release(7.10)?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x