Re: [TYPO3-english] optionSplit for text value

2012-07-13 Thread Jan Bednarik

Hi Sergio,

assuming that the extension does support optionSplit, which is not 
automatically (AFAIK) then you need to write this like this:


value = alpha |*| |*| omega

yours is first || second || third

anyway, since it doesn't even work this way, I'm afraid the extension 
doesn't support optionSplit.


Jan

Dne 12.7.2012 9:47, Sergio napsal(a):

Hi list,

I'm using ttnewsgenericmarkers extension to add my own tag to tt_news
template and I have to face with the next problem: I want to split this
tag some way.

My TS knowledge is very poor. I've been looking for the optionSplit code
too, but I don't know how to use it correctly. Could you just help me?

The idea is doing something like that:

plugin.tt_news.genericmarkers {
   css = TEXT
   css {
 value = alpha || || omega
   }
}

I mean: using alpha text for the first element, nothing for the middle
parts and omega text for the last element.

This code doesn't work as it replaces all text, and it doesn't split it.

Thanks in advance,
Sergio




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


Re: [TYPO3-english] RealURL and simulateStaticDocuments

2012-07-13 Thread Dmitry Dulepov

Hi!

Pero Peric wrote:

Dmitry thx. for reply. One more question regarding this. The main reason
I was using simulateStaticDocuments was that I wanted foo.html types of
URLs. I didn't manage to acomplish that using RealURL. The best I got
was foo.html/ (trailling slash appended). I know there is RealURL option
to disable/enable trailling slash but it didn't help. Maybe I've done
something wrong. So, my question is if that's possible to do? Thx.


RealURL appends the slash only if the URL does not point to the file. I 
guess it is not RealURL but rules in your .htaccess that append the slash.


--
Dmitry Dulepov
TYPO3 core team member
Blog: http://dmitry-dulepov.com/
Twitter: http://twitter.com/dmitryd

Simplicity will save the world.

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