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