[TYPO3-english] problem with comments blog (timtab, comments)

Atul Shinh atul at srijan.in
Fri Nov 28 13:22:33 CET 2008


Hi Dmitry,

I am having the same problem that Patrick had. My typoe version is new (
4.2.0),
I m using 'aeurltool'  alongwith 'realurl'. The url looks like this

http://mydomain.com/en/page1/detailpage/news/news-title.html?tx_ttnews%5BbackPid%5D=23&cHash=8dcc00f103

whereas 'en' is for english language
Its working fine when I switch to deutch language i.e. 'de'  then I want it
to be like

http://mydomain.com/de/page1/detailpage/news/news-title.html?tx_ttnews%5BbackPid%5D=23&cHash=8dcc00f103

but on language link it just gives me
http://mydomain.com/de/page1/detailpage.html

- I want that article title in deutch be appended along with this URL.

*How we can achieve this?* I am writing down TS by which lang menu is
formed.

#############
#  language menu
#

lib.menuLang = HMENU
lib.menuLang{
special = language
special.value = 0,1
special.normalWhenNoLanguage = 0
1 = TMENU
1 {
 wrap = <ul> | </ul>
NO = 1
NO.allWrap = <li class="en-tab">|</li> || <li class="de-tab">|</li>
NO.stdWrap.setCurrent =  English || Deutch
NO.stdWrap.current = 1
        # Current language selected:
ACT < .NO
ACT.linkWrap = |
ACT{
    ATagParams = class="actlang"
}
        # Language that is NOT available:
USERDEF1 < .NO
USERDEF1 = 0
#USERDEF1.allWrap = <li class="de-tab">|</li> || <li class="en-tab">|</li>
USERDEF1.noLink = 1
#USERDEF1.linkWrap =  |
USERDEF1.doNotLinkIt = 1
}
}

Thanks and Regards,
Atul Shinh





On Thu, Oct 30, 2008 at 6:45 PM, Dmitry Dulepov <dmitry.dulepov at gmail.com>wrote:

> Hi!
>
> Patrik wrote:
> > I've used ext. timtab for the blog and for commenting ext. comments.
> > If I got off the realurl works OK when it is switched on realurl does not
> > work.
> >
> > example url with news and realurl:
> > blog/blog/article/3640/test_news/index.html? cHash = 72b4152e29
> >
> > However, when you send a written comment that is not found in the news:
> > blog/blog/index.html? no_cache = 1
> >
> > I use it:
> > tt_news v2.4.0
> > comments v1.3.5
>
> Your TYPO3 version is too old. It had a bug that prevents comments
> from working. Upgrade is the only solution.
>
> --
> Dmitry Dulepov
> TYPO3 translations support
> My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book
> In the blog:
> http://typo3bloke.net/post-details/max_os_x_use_php_help_in_chm_format/
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list