Page 1 of 1

CMS_SELFLINK

Posted: Wed Dec 09, 2009 10:23 pm
by jazzbüro
Hi, today is the day of the CMS_Selflink-Questions and one old unsolved problem came to my mind, relating to CMS_SELFLINK:

I have a page in submenu of "Festivals"
I want to have the same content of that page in submenu of "Concerts"

But when I set the selflink to the page in "Festivals" the navigations changes and the user is not in submenu of "Concerts" anymore

I search an option, to get only the content of another posting but to stay in the same menu where I am in the moment.
Is this possible?

Cheers, Connie ???

Re: CMS_SELFLINK

Posted: Wed Dec 09, 2009 11:25 pm
by Peciura
I have a page in submenu of "Festivals"
I want to have the same content of that page in submenu of "Concerts"
In page "Concerts" add code:

Code: Select all

{capture assign='test'}
{cms_selflink href='Festivals'}&showtemplate=false{/capture}
{fetch file=$test}

Re: CMS_SELFLINK

Posted: Thu Dec 10, 2009 7:57 am
by jazzbüro
Hallo Peciura,

this sounds interesting. I will try to understand.
But this will be no way any user who is allowed to edit test can use...
So if they want something like this, they must ask the admins to edit ...

I will try to understand and maybe write a UDT with a parameter

thanks!

Re: CMS_SELFLINK

Posted: Thu Dec 10, 2009 7:30 pm
by Peciura
General idea is to have multiple pages that take content from one source. So you make any changes on the source they will reflect in all mirrors.