Jump to Navigation

GregoryPrestegord.com

I'm proud to announce the launch of a new site I'm pretty happy about.

I'm more psyched about the artist, Greg is amazing, than the site itself though I think I did a pretty decent job with it. The design, layout, and functionality are all pretty simple, which is how I like to keep it. On the Drupal-end there was some custom work to get thickbox module to accept node info. Nothing to crazy but the first time I'd passed node info to jquery.

  $settings['nodeInfo'][$node->title] = array(
                'teaser' => $node->teaser,
                'link' => l($node->title, 'node/'.$node->nid),
                'more' => l('view details', 'node/'.$node->nid),
                'medium' => $node->field_medium[0]['value'] ? $node->field_medium[0]['value'] : '',
        );
        drupal_add_js($settings, 'setting');

Share

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.

Type the characters you see in this picture. (verify using audio)
Type the characters you see in the picture above; if you can't read them, submit the form and a new image will be generated. Not case sensitive.