21311 Posts in 5739 Topics by 2604 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 736 Views |
-
Translatable and children of "holder" page

13 December 2009 at 9:24am
Hello
I have ArtilclePage and ArticlePageHolder duet with Translatable future enabled. I'm observing strange thing, now then I want to ArticlePageHolder display its children( I have such section in ArticlePageHolder.ss ):
<% if Children %>
<ul id="children">
<% control Children %>
<li>
<h2><a href="$Link">$Title</a></h2>
<div id="indention">
<p>
$Content.LimitSentences(4)
</p>
</div>
</li>
<% end_control %>
</ul>
<% end_if %>And it's working under default language, but the same situation with other (not default language) shows nothing...
How to repair that? -
Re: Translatable and children of "holder" page

14 December 2009 at 7:04am
If you haven´t translated the article pages no article shows.
| 736 Views | ||
|
Page:
1
|
Go to Top |


