0

我的一所大学已经建立了一个包含 tt_news 单曲、列表和存档的页面。

他在所有这些页面的侧边栏中都有一个存档列表,它列出了每条新闻的年份。
登录时,我可以单击每年并查看当年的新闻。
但是当我注销时,日期没有改变。它停留在设置“SHOW ARCHIVED”设置时第一次单击的日期。网址改变了,但页面没有......

我有:
tt_news v2.5.2
Typo3 v4.5.4
CoolURI v1.0.26

CoolUri 会议:http: //pastebin.com/9xTmVyPn

tt_news 排版:

plugin.tt_news { 
    templateFile = fileadmin/templates/ext/blog.html
    displayArchivedInLatest = 1
    datetimeMinutesToArchive = 1
    enableArchiveDate = 0

    # page with archive list
    archiveTypoLink.parameter = 286
    # page with single view
    singlePid = 285
    # page with list view
    backPid = 284
    # page with db entries 
    pid_list = 35

    displaySingle.date_stdWrap.strftime = %e:e %B %Y
    displayList.date_stdWrap.strftime = %e:e %B %Y

    pageBrowser {
        tableParams >
    }

    summary {
        wordWrap = 105 | ... | 1
    }

    imgMaxWidth = 600
}
4

1 回答 1

0

Perhaps you have an caching issue? Just test it via www.example.com/your/url/?no_cache=1 If that works if you are not logged in, you have an caching issue.

于 2012-05-08T10:09:47.207 回答