0
안녕하세요 dynamicContent를 사용하여 페이지 매김을 생성하는 데 문제가 있습니다. 나는 bootstrap_package의 도움으로 나만의 부분을 만들었다.Typo3 7LTS : "lib.dynamicContent"와 함께 Paginationwidget을 사용하는 방법
temp.pageIds = HMENU
temp.pageIds.entryLevel = 2
temp.pageIds.1 = TMENU
temp.pageIds.1 {
NO.stdWrap.field = uid
NO.allWrap = |,
NO.doNotLinkIt = 1
}
lib.rmDynamicContent = CONTENT
lib.rmDynamicContent = CONTENT
lib.rmDynamicContent {
table = tt_content
select {
pidInList.cObject < temp.pageIds
orderBy = sorting
max = 10
}
}
pageIds는 모두 블로그/뉴스 목록으로 표시하려는 서브 페이지입니다. 나는 이제 페이지 매김을 추가하고 싶다.
내 질문은 "f : cObject-Tag"를 사용하여 자동으로 렌더링하고 페이지 매김을 수행하는 방법입니다.
<f:cObject typoscriptObjectPath="lib.rmDynamicContent" data="0"/>