Closed (fixed)
Project:
Panels
Version:
5.x-2.0-beta3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2008 at 19:31 UTC
Updated:
9 Jun 2009 at 15:45 UTC
Hello.
I made a view, (for which i made a views-list-xxx.tpl.php) which generated a block (which i made a block-views-xxx.tpl.php file for).
This all works quite fine outside panels.
In Panels (_pages), i now cannot add my views-generated blocks to the content. I just can add them as views, but then, the block-template-file will not be used... !!
I have really no idea how to handle this... or is this because of the beta-version ?
I would really apprecciate some help !
Felix
Comments
Comment #1
FlymastaFlex commentedOkay, i didnt found a real answer for this but i solved my problems with this:
i added "new custom content" and wrote in the body (in php):
just add your viewname instead of myview here..
now it uses also the block-views-xxx-tpl.php so you can theme your block
I hope this helps someone
Comment #2
sunComment #4
aschiwi commentedIt helped me! :-)
One problem left - the arguments don't seem to be coming with. The views block is themed, but empty.