Hi,
Thanks for quick replay,
Yeah knew this But i am using Acquia marina Theme here i don't have a region called Content
So i am trying to use PHP code in a pirticular page where i need one block to be visible inside a content part
Note: this block is not created using Views.
module name: is the name of the module that provides the block that you are going to print
delta: hope you would know what is delta, this is a numeric id of any block
Note that if you have manually created a block under blocks in drupal, then you will write some thing like this :
Comments
Any idea?
Any idea?
write the node id inside
write the node id inside the configure option of block...below tou will see txt box...
In either wat how can I call page insdie block?any body knows?
Hi,Thanks for quick
Hi,
Thanks for quick replay,
Yeah knew this But i am using Acquia marina Theme here i don't have a region called Content
So i am trying to use PHP code in a pirticular page where i need one block to be visible inside a content part
Note: this block is not created using Views.
Regards,
Anand
This can be achieved with
This can be achieved with something like this:
module name: is the name of the module that provides the block that you are going to print
delta: hope you would know what is delta, this is a numeric id of any block
Note that if you have manually created a block under blocks in drupal, then you will write some thing like this :
Here I have replaced 'module name' by 'block'.
This should help you...
Hi all thank you very much
Hi all thank you very much for replaying to my topic,
I had fixed my problem by creating another region in side content region and assigned block to that region.
Thanks & Regards,
AnAnd