Page 4 of 5

Re: Nested Custom Content Blocks - really rocks!!! - Wow!!!

Posted: Tue 19. Aug 2008, 14:06
by update
@ D: right ;)
...getting closer to the final act :lol:
Image
Now trying to do it with other CPs...
Very interesting stuff.... btw: to do it with front end rendering somehow would be interesting too indeed :D

Re: Nested Custom Content Blocks - really rocks!!! - Wow!!!

Posted: Tue 19. Aug 2008, 14:57
by rushclub
i only understand railwaystation :roll:

rush

Re: Nested Custom Content Blocks - really rocks!!! - Wow!!!

Posted: Tue 19. Aug 2008, 15:32
by update
:lol: :lol: :lol:
C U S T O M B L O C K S
that's the spell ;)

....but normally nobody will need such "krazystuff"

PS: the picture above is taken from the main column which itself is holding {CONTENT}, which is containing the stuff you see above... nothing serious ;)

Re: Nested Custom Content Blocks - really rocks!!! - Wow!!!

Posted: Tue 19. Aug 2008, 16:16
by Jensensen
x

Re: Nested Custom Content Blocks - really rocks!!! - Wow!!!

Posted: Tue 19. Aug 2008, 17:36
by Jensensen
x

[x]

Posted: Tue 19. Aug 2008, 22:03
by Jensensen
Actually I'm working with [x]

Re: Nested Custom Content Blocks - really rocks!!! - Wow!!!

Posted: Tue 19. Aug 2008, 22:05
by juergen
Jens, I guess all the time in the same (!!) Contentpart, anything else might no be able to run recursive ..

// Edit : You might have lost your user pic in level 4 or what ? :mrgreen:

Re: Nested Custom Content Blocks - really rocks!!! - Wow!!!

Posted: Tue 19. Aug 2008, 22:34
by Jensensen
x

Re: Nested Custom Content Blocks - really rocks!!! - Wow!!!

Posted: Wed 20. Aug 2008, 23:58
by Jensensen
x

Re: Nested Custom Content Blocks - really rocks!!! - Wow!!!

Posted: Sat 23. Aug 2008, 00:20
by Jensensen
x

Re: Nested Custom Content Blocks - really rocks!!! - Wow!!!

Posted: Sat 23. Aug 2008, 20:49
by update
Jensensen wrote:The solution is somehow that special, that we've decided not to post it here.
True that is...
As time's passing on there will be (hopefully) a published version... :lol:

Re: Nested Custom Content Blocks - really rocks!!! - Wow!!!

Posted: Thu 4. Sep 2008, 19:10
by update
@Jensensen:
I think I have some "bordmittel" workaround for the restrictions of this piped CUSTOM_BLOCKS rendering issue. It should work :lol:

Re: Nested Custom Content Blocks - really rocks!!! - Wow!!!

Posted: Sat 13. Sep 2008, 04:26
by jsw_nz
Thanks for this thread
- been playing around with the POSSIBILLITIES!
- on another note
- just standard layout and template possibilities
- I created a nine part page
- left, right and center {CONTENT} (uses simple margins) on three rows
- the replacement tags work flawlessly
- wcms is getting to be like driving a Mercedes
- thanks Oliver

Code: Select all

<div id="main_wrapper">
<div id="leftcolumn">{LEFT}</div>
<div id="rightcolumn">{RIGHT}</div>
<div id="content_article">{CONTENT}</div>
</div>

<div id="sub_main_wrapper">
<div id="sub_leftcolumn">{SUB_LEFT}</div>
<div id="sub_rightcolumn">{SUB_RIGHT}</div>
<div id="sub_content_article">{SUB_CONTENT}</div>
</div>

<div id="sub2_main_wrapper">
<div id="sub2_leftcolumn">{SUB2_LEFT}</div>
<div id="sub2_rightcolumn">{SUB2_RIGHT}</div>
<div id="sub2_content_article">{SUB2_CONTENT}</div>
</div>
hehe
:D

Re: Nested Custom Content Blocks - really rocks!!! - Wow!!!

Posted: Sat 13. Sep 2008, 04:41
by Jensensen
jsw_nz wrote:Thanks for this thread [...]
hehe
:D
ho, ho.
Thank you, John!

now e.g.
place

[x]

Re: Nested Custom Content Blocks - really rocks!!! - Wow!!!

Posted: Sat 13. Sep 2008, 04:50
by jsw_nz
Cheers Jensensen
- thanks for your response on tagcloud suggestions
- I am studying ATM
- would be nice to have a way to make a dynamically generated table
- just showing numbers of articles with keywords....
- the same principle as seen at the bottom of this page:

http://www.subtraction.com/archives/200 ... _at_ai.php

:D :D