I know I'm missing something simple but here is what I have that is close 
but the main page content isn't showing, only the aside is showing up.  My 
Hobo foo is failing me once again :(

<extend tag="show-page" for="Building">
<old-show-page merge>
<content: replace>
<section-group>
<section param="main-content"> 
<content-header:/>
<content-body:/>
</section>
<aside>
<h3 param="heading">Reports</h3>
<collection with="&@reports" param="reports-preview">
<card:>
<body><a params="&{:cid => @this.to_param}"/>
</body>
</card:>
</collection>
</aside>
</section-group>
</content:>
</old-show-page>
</extend>

Bob

On Saturday, March 3, 2012 11:18:14 AM UTC-5, kevinpfromnm wrote:
>
> You don't have to copy the whole tag, but you will need to replace the 
> content param put in your section group wrapping, restore the original 
> content, and then add the aside before closing the section-group.  Kinda 
> ugly but DRYer than copying the whole tag.
>
> On Saturday, March 3, 2012 9:01:38 AM UTC-7, Bob Sleys wrote:
>>
>> is there an easy way to add an aside to a page that doesn't have one by 
>> default?  Useing the standard clean theme.
>>
>> Right now if the page has an aside built in via a 2nd collection of 
>> children it's easy to extend it but I don't see an easy way to add an aside 
>> tag to a page that the the auto generated rapid tag created without an 
>> aside.
>>
>> The best I've come up with is basically coping the rapid tag 
>> and totally redefining it adding all the appropriate section-groups and the 
>> aside tag.  I'm hoping there is some easier way.
>>
>> Bob
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/hobousers/-/FKsb4y5dO1IJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to