[TYPO3-english] Garbage Value in L Parameter.

Rajat Arora arora271 at yahoo.com
Wed Apr 14 01:02:00 CEST 2010


Dmitry Dulepov wrote:

>By looking at TSRef for config.linkVars. It describes the syntax that you
>can use to limit values to a certain set. For example, you could do this:

>config.linkVars = L(0-5)

>Documentation reference:
>http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.2.1/view/1/7/#id4324729

Thanks for the help , But Setting the limit values did not help in for this issue, still the same garbage value gets printed. 
For more information, I am copying my modified code with the definition of limit values:


 ### Spracheinstellungen
   sys_language_uid = 0
   language = en
   locale_all = en_GB
   extTarget = _blank
   linkVars = L(0-5)
   ## Für das interne Sprachmenü, damit dort nicht der aktuelle L-Wert zusätzlich kommt:
   uniqueLinkVars = 1    
      
   tx_a21glossary {
      ### Die a21glossary config ist lustigerweise tatsächlich unter config.!    
      typolink {
         ### Damit der Detail - Link auf die Detailseite des Glossaryindex geht.
         additionalParams.wrap = &tx_datamintsglossaryindex_pi1[uid]=|
      }  
   }

  #
  # Configuration for ics_awstats
  #
  stat = 1
  stat_apache = 1
  stat_apache_logfile = abc.org-access.log
}

### englisches Datumsformat für News
plugin.tt_news.displayLatest.date_stdWrap.strftime = %B %d, %Y

### Language: english
[globalVar = GP:L = 0]
   config.sys_language_uid = 0
   config.language = en
   config.locale_all = en_GB
   config.htmlTag_langKey = en
   plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 0
   plugin.tx_indexedsearch._LOCAL_LANG = en
      

### Deutsches Datumsformat füs
plugin.tt_news.displayLatest.date_stdWrap.strftime =  %B %d, %Y
[global] 

### Language: spanish
[globalVar = GP:L = 1]
   config.sys_language_uid = 1
   config.language = es
   config.locale_all = es_ES
   plugin.tx_indexedsearch._LOCAL_LANG = es
   config.linkVars = L, print


Please let me know if you have some other solution for me. :)
Also, clearing the cache, the URL works fine for some time but problem appears again after some duration.


Thanks & Regards,
Rajat Arora 

__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. 
http://mail.yahoo.com 


More information about the TYPO3-english mailing list