[support] Inserting block into a page.

Neil: esl-lounge.com neil at esl-lounge.com
Tue Jul 1 11:36:06 UTC 2008


I have found code to allow me to insert a block into a page:

<?php
$block = module_invoke('tagadelic', 'block', 'view', 6);
print $block['content'];
?>

But I have a block I made in views which I don't know the number of. When I hover over Configur in the block admin, I just see this:

http://www.mysite.com/admin/build/block/configure/views/LatestVideosBlock

How would I insert this into another node? (Before anyone mentions it, I don't want to use another module)

thanks

Neil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20080701/83a2cf0e/attachment.htm 


More information about the support mailing list