<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16640" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hans</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>That seems to have ALMOST worked. The original 
block has 5 nodes per block/page whereas when I inserted it into the page, I got 
every single one showing....64 video nodes running down the page. Any idea why 
that would be?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Neil</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=info@koba.be href="mailto:info@koba.be">KOBA | Hans Rossel</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=support@drupal.org 
  href="mailto:support@drupal.org">support@drupal.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, July 01, 2008 12:54 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [support] Inserting block 
  into a page.</DIV>
  <DIV><BR></DIV>
  <DIV><CODE><SPAN style="COLOR: rgb(0,0,0)"><SPAN 
  style="COLOR: rgb(0,0,187)"></SPAN><SPAN 
  style="COLOR: rgb(0,0,187)"></SPAN></SPAN></CODE>You can embed your 
  view:<BR><BR>&lt;?php<BR>&nbsp;&nbsp;&nbsp;&nbsp; $view = 
  views_get_view('LatestVideosBlock');<BR>&nbsp;&nbsp;&nbsp; print 
  views_build_view('block', $view, array(), false, 
  false);<BR>?&gt;<BR><BR>Hans<BR><A href="http://www.koba.be" 
  target=_blank>www.koba.be</A><BR><BR><BR>2008/7/1 Neil: <A 
  href="http://esl-lounge.com" target=_blank>esl-lounge.com</A> &lt;<A 
  href="mailto:neil@esl-lounge.com" 
  target=_blank>neil@esl-lounge.com</A>&gt;:<BR></DIV>
  <DIV class=gmail_quote>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
    <DIV bgcolor="#ffffff">
    <DIV><FONT face=Arial size=2>I have found code to allow me to insert a block 
    into a page:</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>&lt;?php<BR>$block = module_invoke('tagadelic', 
    'block', 'view', 6);<BR>print $block['content'];<BR>?&gt;</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>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:</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2><A 
    href="http://www.mysite.com/admin/build/block/configure/views/LatestVideosBlock" 
    target=_blank>http://www.mysite.com/admin/build/block/configure/views/LatestVideosBlock</A></FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>How would I insert this into another node? 
    (Before anyone mentions it, I don't want to use another module)</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>thanks<BR><FONT 
    color=#888888><BR>Neil</FONT></FONT></DIV></DIV><BR>--<BR>[ Drupal support 
    list | <A href="http://lists.drupal.org/" 
    target=_blank>http://lists.drupal.org/</A> ]<BR></BLOCKQUOTE></DIV><BR><BR 
  clear=all><BR>-- <BR>Hans Rossel<BR>KOBA Webdevelopment<BR>Kerkstraat 
  228<BR>9050 Gent<BR>09-334.52.60<BR>0472-79.32.16<BR><A 
  href="http://www.koba.be" target=_blank>www.koba.be</A><BR><A 
  href="mailto:info@koba.be" target=_blank>info@koba.be</A> 
  <P>
  <HR>

  <P></P>-- <BR>[ Drupal support list | http://lists.drupal.org/ 
]</BLOCKQUOTE></BODY></HTML>