[TYPO3-english] real url tt_news issue

Atul Shinh atul at srijan.in
Tue Dec 2 13:08:39 CET 2008


Hi all,

I got the solution to my problem.
You have to add two lines in your typoscript for language menu.

--------------------
addQueryString = 1
addQueryString.exclude = id, L, cHash
---------------------------

It will do the work.

Regards
Atul

On Thu, Nov 27, 2008 at 6:38 PM, Atul Shinh <atul at srijan.in> wrote:

> Hello Everybody,
>
> I am able to get tt_news single view but now problem is when we switch to
> other language the single view url is not retained.
>
> Any ideas.
>
> Regards
> Atul
>
>
> On Wed, Nov 26, 2008 at 6:33 PM, Atul Shinh <atul at srijan.in> wrote:
>
>> Hi all,
>>
>> I am using '*aeurltool' and '**realurlmanagement' for real url
>> configration. It is working fine for rest of the site but for tt_news I am
>> not able to get tt_news single view. Single page url is like this
>>
>> http://mysite.com/first/sub1/article/arm-and-canonical-to-bring-full-ubuntu-desktop.html?tx_ttnews[backPid]=23&cHash=810813677d<http://mysite.com/first/sub1/article/arm-and-canonical-to-bring-full-ubuntu-desktop.html?tx_ttnews%5BbackPid%5D=23&cHash=810813677d>
>>
>> where 'first'  is first level page and 'sub1'   is second page where
>> tt_news single view will be shown and '**arm-and-canonical-to-bring-full-ubuntu-desktop.html'
>> is news title (concatinated with ".html") .
>> What parameters needs to be added and if so then where?
>>
>> I read some posts and tried them but they didn't worked out.
>> One was by Georg Ringer which mentioned this :-
>> -------------------------------
>> *$linkConfig['additionalParams'] =
>> '&tx_ttnews[tt_news]='.$row['uid'].'&L='.$_REQUEST[L];
>>
>> deleting the L parameter and everything is fine
>> *
>> ------------------------------
>>
>> but where should I try this thing.
>>
>> Thanks in advance.
>>
>>
>> *
>
>
>


More information about the TYPO3-english mailing list