[TYPO3-english] tt_news URL problem

2011-06-24 Thread Graham Knight

Hi,

I am using the extension PMK News Twitter which posts to a twitter account when 
a tt_news item is edited. The extension can add a link to the twitter message 
which points back to the news item. This is all working and generates 
back-links like these:

http://www.herts-wheelers.org.uk/index.php?id=20&tx_ttnews[tt_news]=288
http://www.herts-wheelers.org.uk/index.php?id=20&tx_ttnews[tt_news]=289

The id=20 refers to the page with the news plugin which will display the single 
view. The 288 and 289 identify the individual the news items.

The problem is that if I use the links above one after the other I get the 
first news item twice. I cannot make the second one work until I manually clear 
the page cache.

I really haven't a clue whether this is a problem with the extension, with 
tt_news or with RealURL. Can anyone help?

Graham
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] tt_news URL problem

2011-06-26 Thread Jan Bednarik

Hi,

tt_news is USER ext so it use caching. In order to retrieve the correct 
record from cache, links need to have cHash parameter set.


You can set tt_news extension as USER_INT for your single view page, but 
if you use indexed search on you site, news won't be indexed.


Regards

Jan

Dne 24.6.2011 14:00, Graham Knight napsal(a):

Hi,

I am using the extension PMK News Twitter which posts to a twitter
account when a tt_news item is edited. The extension can add a link to
the twitter message which points back to the news item. This is all
working and generates back-links like these:

http://www.herts-wheelers.org.uk/index.php?id=20&tx_ttnews[tt_news]=288
http://www.herts-wheelers.org.uk/index.php?id=20&tx_ttnews[tt_news]=289

The id=20 refers to the page with the news plugin which will display the
single view. The 288 and 289 identify the individual the news items.

The problem is that if I use the links above one after the other I get
the first news item twice. I cannot make the second one work until I
manually clear the page cache.

I really haven't a clue whether this is a problem with the extension,
with tt_news or with RealURL. Can anyone help?

Graham


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] tt_news URL problem

2011-06-27 Thread Graham Knight

Jan,

Many thanks. That does the trick.

Graham


tt_news is USER ext so it use caching. In order to retrieve the correct
record from cache, links need to have cHash parameter set.

You can set tt_news extension as USER_INT for your single view page, but
if you use indexed search on you site, news won't be indexed.

Regards

Jan



___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english