[TYPO3-dev] bug with typolink?

Steffen Kamper info at sk-typo3.de
Thu Aug 28 23:53:17 CEST 2008


hi,

i wonder about such combination

lib.fontLinks = COA
lib.fontLinks {
	wrap = <p>|</p><hr />
	10 = TEXT
	10.value = A
	10.wrap = |&nbsp;&nbsp;&nbsp;
	10.typolink {
		parameter.dataWrap = {TSFE:id}
		additionalParams = &S=0
		addQueryString = 1
	}
	
	20 < .10
	20.value = A+
	20.typolink.additionalParams = &S=1
	
	30 < .10
	30.value = A++
	30.typolink.additionalParams = &S=2
}
config {
	linkVars = S
	uniqueLinkVars = 1
}

it seems that uniqueLinkVars and addQueryString together don't work 
proper, as id will be double in link, it produces links like
index.php?id=14&S=2&id=14

vg Steffen




More information about the TYPO3-dev mailing list