<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Bill,<div><br></div><div>I like the views approach better, too, and I had tried what you suggested, but I can't get it to work. &nbsp;I have&nbsp;</div><div><ul class="MailOutline"><li>a pathauto rule for blog nodes of blog/[title-raw],&nbsp;</li><li>I created a block display with Node:nid as the argument,&nbsp;</li><li>put it in the sidebar, and in the block settings I set it to show only on blog/* pages,&nbsp;</li></ul></div><div><br></div><div>but it's not showing up. &nbsp;I have a feeling it has something to do with Views really seeing node/%nid, not blog/%title, but I'm not sure how to get around that. &nbsp;</div><div><br></div><div>However, I have noticed (as someone else pointed out) that the layout is basically just a two column layout with the left block actually being part of the content area, so I'll probably just go the theming route for the view and the node display.</div><div><br></div><div>Thanks.</div><div><br></div><div>Steve</div><div><br></div><div><br><div><div>On May 31, 2010, at 7:56 AM, Bill Fitzgerald wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hello, Steve,<br><br>As others have pointed out, you have two viable options here:<br><br>1. via the theming layer, override the node display<br>2. using views, create a view that highlights the fields/data you want, <br>and display it in a block alongside the node. You'd need to set an <br>argument that grabbed the nid via the URL<br><br>Using the view would give the end user more options over time; that may <br>or may not be a good thing, depending on the context ;)<br><br>Cheers,<br><br>Bill<br><br>On 5/30/10 8:59 PM, Steve Edwards wrote:<br><blockquote type="cite">I would like to achieve the functionality shown in this theme at <a href="http://www.styleshout.com/templates/preview/CoolBlue10/index.html?PHPSESSID=52698ce79756b9e4fcc38e7af2b1ee4f">http://www.styleshout.com/templates/preview/CoolBlue10/index.html?PHPSESSID=52698ce79756b9e4fcc38e7af2b1ee4f</a> in a view where you have the main node contents in the main column, and then other items (such as user name, post date, taxonomy terms, etc.) in a block on the side. &nbsp;I need to do have this block both for each item in the view that lists all of the nodes, and also for the node display. &nbsp;Is this only possible with panels, or are there other ways to do it? &nbsp;I found the views_attachment_block module, but it will only attach the blocks list page, and won't work for the node display, and I'm not sure how I could get one block to line up with its respective node in Panels, since you usually just list the entire view in a pane, and can't repeat panes in a pattern.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Any suggestions welcome. I'm sure there's a way to do it; it's just not coming to my mind.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Thanks.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Steve<br></blockquote><blockquote type="cite"><br></blockquote><br>-- <br>[ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]<br></div></blockquote></div><br></div></body></html>