Page 1 of 1

Calling CP Tabs which contains {SHOW_CONTENT:CP,x}

Posted: Fri 27. May 2011, 14:44
by baklavoni
Hello.

I faced one problem, ... I cannot call CP Tabs with {SHOW_CONTENT:CP,x} if CP tabs contains also {SHOW_CONTENT:CP,xy} of some other CP.
I got Tabs CP working, but in tabs contents, i got only RT text "{SHOW_CONTENT:CP,x}".
For me it look like {SHOW_CONTENT:CP,x} can go only one level in depth? or I'm wrong?

I'm making phpwcms user (cms editor) error proof template, and I really need to use {SHOW_CONTENT:CP,x}...

Just to be clear to all of you,... I'm calling 4 Poll CP in 4 tabs in Tabs CP with {SHOW_CONTENT:CP,[1-4]}.
Polls are entered and maintaned in one Article. Tabs CP is in another Article... but it can be anywhere inside the site structure... :)

Any idea how to make {SHOW_CONTENT:CP,x} show another {SHOW_CONTENT:CP,x} in Tabs CP?

Thanks!

Re: Calling CP Tabs which contains {SHOW_CONTENT:CP,x}

Posted: Fri 27. May 2011, 16:13
by update

Re: Calling CP Tabs which contains {SHOW_CONTENT:CP,x}

Posted: Fri 27. May 2011, 16:31
by flip-flop
... or the "light" version: WRAP_SHOW_CONTENT
- 19.01.2011 KH: Parsing of SHOW_CONTENT when in embedded CPs this RT appears a second time.
Knut

Re: Calling CP Tabs which contains {SHOW_CONTENT:CP,x}

Posted: Mon 30. May 2011, 16:04
by baklavoni
GREAT!
Thank you both for the pointing to (and making) the solution :)