Comment-wrapper is not used in my theme
Hi all. I need to render foo node's comments with my graphic so I have created comment-foo.tpl.php. and it works. Now i need to enclose comments in a div with class bar: <div class="bar"> <h3>Commenti dagli utenti</h3> <?php print $content; ?> </div> I have created comment-wrapper.tpl.php file but it does not work. So I have created comment-wrapper-foo.tpl.php but it does not work again. Where is my error ? M. -- Michel 'ZioBudda' Morelli michel@ziobuddalabs.it Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax) Telefono: 0200619074 Telefono Cell: +39-3939890025 -- Fax: +39-0291390660 http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ziodrupal.net MSN: michel@ziobuddalabs.it JABBER: michel@ziobuddalabs.it
Out of curiosity, did you clear Drupal's cache after adding the file so that the theme registry would rebuild? Jamie Holly http://www.intoxination.net http://www.hollyit.net On 6/11/2010 5:45 AM, Michel Morelli wrote:
Hi all. I need to render foo node's comments with my graphic so I have created
comment-foo.tpl.php. and it works.
Now i need to enclose comments in a div with class bar:
<div class="bar"> <h3>Commenti dagli utenti</h3> <?php print $content; ?> </div>
I have created comment-wrapper.tpl.php file but it does not work. So I have created comment-wrapper-foo.tpl.php but it does not work again.
Where is my error ?
M.
Jamie Holly ha scritto:
Out of curiosity, did you clear Drupal's cache after adding the file so that the theme registry would rebuild?
Yes but I have found this think: if I use mytheme_comment_wrapper() function I can not use comment-wrapper too. (I have not created mytheme_comment_wrapper(), but Artisteer do it!!!! Why graphic workers need to use this type of program ????. GRRRRRRRRR.) However thanks. -- Michel 'ZioBudda' Morelli michel@ziobuddalabs.it Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax) Telefono: 0200619074 Telefono Cell: +39-3939890025 -- Fax: +39-0291390660 http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ziodrupal.net MSN: michel@ziobuddalabs.it JABBER: michel@ziobuddalabs.it
participants (2)
-
Jamie Holly -
Michel Morelli