Render content of specific child

View: New views
5 Messages — Rating Filter:   Alert me  

Render content of specific child

by yyynews :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi again,

is it somehow possible to render the content of a specific child? For  
example, I would like to put some content on my Homepage coming from  
the homepage's child named "homenews".

How can I get access the content of a specific child?

Thanks again,
rainer
_______________________________________________
Radiant mailing list
Post:   Radiant@...
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Re: Render content of specific child

by Sean Cribbs-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Use the <r:find> tag to switch to any given page while rendering.  
Documentation about it is available in the interface.

Sean

rainer griess wrote:

> Hi again,
>
> is it somehow possible to render the content of a specific child? For  
> example, I would like to put some content on my Homepage coming from  
> the homepage's child named "homenews".
>
> How can I get access the content of a specific child?
>
> Thanks again,
> rainer
> _______________________________________________
> Radiant mailing list
> Post:   Radiant@...
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
>  

_______________________________________________
Radiant mailing list
Post:   Radiant@...
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Re: Render content of specific child

by Mārtiņš Grunskis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

If you know url of that child then you can use r:find tag:

<r:find url="/parent/child">
  <r:title />
  ...
</r:find>

Regards,
Martins Grunskis

On 2/22/08, rainer griess <yyynews@...> wrote:

> Hi again,
>
>  is it somehow possible to render the content of a specific child? For
>  example, I would like to put some content on my Homepage coming from
>  the homepage's child named "homenews".
>
>  How can I get access the content of a specific child?
>
>  Thanks again,
>  rainer
>  _______________________________________________
>  Radiant mailing list
>  Post:   Radiant@...
>  Search: http://radiantcms.org/mailing-list/search/
>  Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
_______________________________________________
Radiant mailing list
Post:   Radiant@...
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Re: Render content of specific child

by chris.parrish :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ha!  Another casualty of "Quick Draw" Cribbs.

Now I don't feel so bad ;-)

-Chris


13 wrote:

> Hi,
>
> If you know url of that child then you can use r:find tag:
>
> <r:find url="/parent/child">
>   <r:title />
>   ...
> </r:find>
>
> Regards,
> Martins Grunskis
>
> On 2/22/08, rainer griess <yyynews@...> wrote:
>  
>> Hi again,
>>
>>  is it somehow possible to render the content of a specific child? For
>>  example, I would like to put some content on my Homepage coming from
>>  the homepage's child named "homenews".
>>
>>  How can I get access the content of a specific child?
>>
>>  Thanks again,
>>  rainer
>>  _______________________________________________
>>  Radiant mailing list
>>  Post:   Radiant@...
>>  Search: http://radiantcms.org/mailing-list/search/
>>  Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>>
>>    
> _______________________________________________
> Radiant mailing list
> Post:   Radiant@...
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>  

_______________________________________________
Radiant mailing list
Post:   Radiant@...
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Re: Render content of specific child

by yyynews :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Great, you all!

Thanks!

rainer

On 22. Feb, 2008, at 4:47 PM, Sean Cribbs wrote:

> Use the <r:find> tag to switch to any given page while rendering.
> Documentation about it is available in the interface.
>
> Sean
>
> rainer griess wrote:
>> Hi again,
>>
>> is it somehow possible to render the content of a specific child? For
>> example, I would like to put some content on my Homepage coming from
>> the homepage's child named "homenews".
>>
>> How can I get access the content of a specific child?
>>
>> Thanks again,
>> rainer
>> _______________________________________________
>> Radiant mailing list
>> Post:   Radiant@...
>> Search: http://radiantcms.org/mailing-list/search/
>> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>>
>>
>
> _______________________________________________
> Radiant mailing list
> Post:   Radiant@...
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

_______________________________________________
Radiant mailing list
Post:   Radiant@...
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant