Jump to Navigation

Introducing 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.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options