The suggested templates of the targeted fields are not used when using this module.

Comments

benclark’s picture

Issue summary: View changes
Status: Active » Postponed (maintainer needs more info)

Can you provide additional information (screenshots, examples, steps to reproduce)?

candelas’s picture

Thanks for the module: its great :)

I imagine that what he wants to say it is that the tpl.php for the fields are not used. You need to create one tpl.php for the views_ifempty field and a if else (sorry for my bad English). In my case

if(!empty($row->field_field_image)){
    print $output;
} else if(!empty($row->field_field_video)){
    //since video_embed_field has not a picture formatter, some code
}

It would be good that it takes the fields tpls and not to have to make this. Thanks anyway :)

candelas’s picture

Category: Bug report » Feature request
Status: Postponed (maintainer needs more info) » Needs work
pcambra’s picture

Status: Needs work » Closed (outdated)

D7 is EOL