Page 1 of 1

How i can display content from specific content block in another template?

Posted: Sat Sep 01, 2007 9:35 am
by Kristaps
Ok i have page structure something like this
Page 1
- subpage 1
- subpage 2
- subpage 3

Each subpage consists of 5 content blocks, for example:
{content block="1"},{content block="1"},{content block="1"},{content block="1"},{content block="1"}

And the problem is that i don't know how to get content from subpages in Page, for example my page should look like this:
Page 1
  Subpage 1 Title
  Subpage 1 Content block=""1"
  Subpage 1 Content block=""2"

  Subpage 2 Title
  Subpage 2 Content block=""1"
  Subpage 2 Content block=""2"

  Subpage 3 Title
  Subpage 3 Content block=""1"
  Subpage 3 Content block=""2"

Is there any possibility do to like that? To get selected content from subpages on page 1 ????

Re: How i can display content from specific content block in another template?

Posted: Sat Sep 01, 2007 9:37 am
by RonnyK
Did you check ContentAliases,

http://dev.cmsmadesimple.org/projects/contentaliases/

Ronny

Re: How i can display content from specific content block in another template?

Posted: Sat Sep 01, 2007 9:43 am
by Kristaps
I've tested it, but that's not what i want.
I just need specific content from subpages on first page.
It's just like product catalog where you have title, some description, price and then it all links to subpage 1 with the same title, description and price.

Re: How i can display content from specific content block in another template?

Posted: Sat Sep 01, 2007 9:48 am
by Kristaps
Example:
http://saite.fyfi.net/lat/info/apskatit-kvartalu/

How i can get specific content from subpages?

Re: How i can display content from specific content block in another template?

Posted: Sat Sep 01, 2007 2:32 pm
by calguy1000
The easiest way would be to write a UDT that extracted it using the API

Re: How i can display content from specific content block in another template?

Posted: Mon Sep 03, 2007 6:49 am
by cyberman
fyfi wrote: And the problem is that i don't know how to get content from subpages in Page,
Maybe this thread can help

http://forum.cmsmadesimple.org/index.ph ... l#msg72842

Re: How i can display content from specific content block in another template?

Posted: Wed Sep 19, 2007 8:01 am
by Kristaps
nope, it didn't help. still searching for solution.