0
votes
1answer
11 views

Is there anything like attached data storage for a view?

I'm having hard time using Views with i18n Views. What gets me very irritated is that the translations of global fields (headers, footers, etc.) get lost whenever I make changes to that View. I would ...
1
vote
1answer
205 views

Can I pass variables from more specific template/preprocess function up to less specific?

I need to display a node as a block, so I went with the most obvious way and created a view with a display block and this very node in it. But now I need to style it and I can't pick up the proper ...
1
vote
3answers
577 views

Anyone any good reference about the variables available in the view template?

Tried to print variables in view template, but the print-out is huge,deep-nested and recursive... crazy thing... Just can't drill down to the rendered_fields array, which seems to be just what I need. ...