Quantcast
Channel: Recent posts across whole site
Viewing all articles
Browse latest Browse all 49197

Odd: "Exclude from Display" in View excludes the rendering of the value in later Custom Text field

$
0
0

I thought this was strange: I am using D6 Views 2, I have selected a fistful of fields that don't render if I check "Exclude from Display" in Custom Text field:

I want to include their output in a Global: Custom text field as:

<a href="#" class="css-hover">
  [field_event_icon_fid]
  [title]
  <div class="css-hover-contents">
    [field_event_icon_fid]
    [field_event_description_value]
  </div>
</a>

As a workaround, I have unchecked Exclude from Display and am having to css them out.

Sure, the right and proper solution might be to toss up a view template, but it shouldn't be necessary in this case, should it?


Viewing all articles
Browse latest Browse all 49197

Trending Articles