Override html output for a group of related node fields with Display Suite

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
Malakof's picture

Hello,

I am used to other php CMS, but new to Drupal, my first project, so may be it's a beginner question.

I need to display several entity node fields (4 integers) with some text, in one table.

Obviously the template i would like to override, in my particular case, is ds-1col--node-tour-full.tpl.php which is an override of ds-1col.tpl.php.

Is this the good way to go ? I guess i have to modify the template because i cannot override the display of several fields together to group them in a table with a hook or preprocess function, which will be called for each field. May be i am wrong or there are easier way to go ?

Anyway, if it's the right path to follow, can someone point me out some directions to go from the code in ds-1col.tpl.php to modify the output of that particular node type ?

Thanks