CMS_SELFLINK

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
jazzbüro
Forum Members
Forum Members
Posts: 85
Joined: Sat Nov 28, 2009 10:15 pm

CMS_SELFLINK

Post 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 ???
Peciura

Re: CMS_SELFLINK

Post 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}
jazzbüro
Forum Members
Forum Members
Posts: 85
Joined: Sat Nov 28, 2009 10:15 pm

Re: CMS_SELFLINK

Post 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!
Peciura

Re: CMS_SELFLINK

Post 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.
Post Reply

Return to “CMSMS Core”