I discovered drupal since 1 mounth.
I would like to custom a block in my view.
In my view I have normally the title and pic of each article. (it's a list of preview article in fact)
So I created a views-view-unformatted-test-block.tpl.php
But I have a problem, I don't get the data.
I searched the variables availables.
> $fields values don't exists but $row is available
pas de fields disponible
row retourne toutles données dun bloc. cest pas un tableau/
So I create the code :
I would like to make a custom Drupal Theme for me because no theme from the Drupal repository match my needs exactly.
I know the basics of HTML css. But I am new to Drupal.
Please suggest me some tools or any editor better suitable for Drupal.