Hi all, I have a block that I have build via view module. I need to create a box where insert the data's block. How can I do it ? And for a block build via "add block" ?
Tnx.
Meaning that you want the block to appear on your page and its not, or meaning that you're trying to draw a box around a block that appears already on a page?
Dave
-----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Davide Michel 'ZioBudda' Morelli Sent: Wednesday, February 13, 2008 8:16 AM To: support@drupal.org Subject: [support] How to theme and block build with theme and with "addblock"
Hi all, I have a block that I have build via view module. I need to create a box where insert the data's block. How can I do it ? And for a block build via "add block" ?
Tnx.
Metzler, David ha scritto:
Meaning that you want the block to appear on your page and its not, or meaning that you're trying to draw a box around a block that appears already on a page?
I think that I have make the correct and the wrong question so, split all in two question: 1) I have create a block with "add block". How to theme-ize it ? I need to insert the conent of the block into a template file before display it into my page.
2) I need to theme-ize the result of a view (block view). From the view module I extract all that I need for example node_title and node_taxonomy, but the output is like "node_title - node_taxonomy". I need that this output must be "Title: node_title - created in node_taxonomy". And after all this I need that the correct output will be insert into a my box template file and only this is what I want that my region display.
M.