highrockmedia

highrockmedia

Real Name: Dan

(United States)

Twitter Status

Had a chance to try Display Suite for #Drupal, nice & can probably replace custom .tpl files in many cases. Great also for responsive design

Latest Contributions

  • Cannot output field name label with custom views theming (solved)

    I have a custom views 2 theme called:

    views-view-fields--date-browser-theme.tpl.php

    My fields are:

    <?php print $fields['title']->content ?>
    <?php print $fields['field_event_link_text_value']->content ?>
    <?php print $fields['field_event_time_value']->content ?>
    <?php print $fields['field_sponsored_event_value']->content ?>
    <?php print $fields['field_eventlink_url']->content ?>
    <?php print $fields['field_event_location_value']->content ?>