Page 1 of 1

Editor: setting a page referral

Posted: Wed Jul 24, 2024 11:51 am
by thomahawk
I have used {content_image} to get a field on the page editor where I can select an image.
Now I can not find a solution to do the same but selecting a page (similar like in the big content editor, where links can be set by choosing from existing pages). So that each page can be referred to a corresponding page.

Re: Editor: setting a page referral

Posted: Wed Jul 24, 2024 12:57 pm
by DIGI3
Have a look at ECB2 (Extended Content Blocks 2) - it's a module that adds a lot of content types, including a page selector: http://dev.cmsmadesimple.org/projects/ecb2

Re: Editor: setting a page referral

Posted: Wed Jul 24, 2024 1:35 pm
by thomahawk
thank you Digi, this is great.
Sadly it does only list pages from one level of the hierarchy. Pages that are in another section are not listed and there seems to be no option for the module to set the section that should be listed.

Re: Editor: setting a page referral

Posted: Wed Jul 24, 2024 1:48 pm
by DIGI3
It should list all levels, but currently there's a bug that makes it not show children of section headers: http://dev.cmsmadesimple.org/bug/view/12744

Re: Editor: setting a page referral

Posted: Wed Jul 24, 2024 2:03 pm
by thomahawk
thanks for the info.