Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hello, I try to create a link list of all pages of a website. Usually this was'nt a problem but now for some reasons the link ID shows not up. Here me yode
Code: Select all
wählen|
<cms:templates show_hidden='0' order='asc'>
<cms:if k_template_title ne 'Bild-Slider'>
    <cms:show k_template_title />=<cms:show k_template_name />|
        <cms:if (k_template_is_clonable) && (k_template_title ne 'Galerie') >
            <cms:pages masterpage="<cms:show k_template_name/>">
            <cms:show k_page_title />=<cms:show k_page_link />|
            </cms:pages>
        </cms:if>
    </cms:if>
</cms:templates>


The template links are working fine, but if it comes to the cloned pages the link output looks like this:
http://www.page.at/site.php?p=
but it should look something like this:
http://www.page.at/site.php?p=31

I tried it local and on webserver, couch version is 1.4.7, there were some update issus due migrating to version 2.0 so I stay with 1.4.7 for now.

Thank you very much for your help!
Your code is correct. Should work 100%.
If your setup is uploaded somewhere I can take a look at this if it's still unresolved. Thanks.

A website link in your profile misses a final letter. :)
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
hm strange, I changed the config to pretty urls, placed a .htaccess and now it works as intended.
3 posts Page 1 of 1