I have been wanting to use something like this for my website. I embed a tbp 238 box into my website. I was wondering on how to embed the boxes to each content printed, cause right now its printing all contents together in one box in my page. Im using drupal with html solution. Thanks
|
|||||



Oh ok, yes i had placed the
Oh ok, yes i had placed the code in page-xx.tpl.php
But now i moved the code to node-xx.tpl.php, it looks about right, just need to edit the width of the box
Thanks for the help
Tell me more..
Could you tell me where you have placed the TBP Box's code?
I'm guessing there are 2 possible places you could have placed in Drupal.
In the first case, the box will only appear once because when Drupal renders a page, it uses the page.tpl.php once. Thus, even when there are many nodes in the current page, there still will be only one box.
In the second case, N number of boxes appear for N number of nodes on any single page since each node that is rendered uses the node.tpl.php template file.