[TYPO3-english] rlmp_language_detection - extension problem with Swiss German and Swiss French languages

2013-10-04 Thread PIT Solutions
Hi All, I've a problem with rlmp_language_detection extension version 2.3.1. I am using Typo3 Ver. 4.7.15. In my website, I've 3 language configurations; English, Swiss German and Swiss French. Default language is English, but I need; - Show Swiss German for all Browsers with German settings

Re: [TYPO3-english] cpu usage high , database size too high

2013-10-04 Thread Mark Boland
Hi Mirela, this indicates that your homepage is cached several times, which can be caused by heavy use of conditions in your template record. Try to reduce conditions to help the cache (probably by moving logic into the page itself by using CSS media-queries or Javascript). In some cases, e.g.

[TYPO3-english] DirectMail, dynamic SQL query?

2013-10-04 Thread Salander
Hi everyone, I'm crap at english, sorry. I would like to create a dynamic recipient list with DirectMail. The list contains users who have their 'premium service' closing in the month. On DirectMail, I chose special querry and then I create my query with WHERE endtime = today AND endtime =

Re: [TYPO3-english] Grid elements problems with localized content

2013-10-04 Thread JoH asenau
Am 03.10.2013 00:24, schrieb Lorenz Ulrich: Hi there I have a simple Grid Element that works as multi-content wrapper. In my element I've got a HTML element. In the default language everything works fine. But in the translated version the content type (HTML) is considered to be an invalid

Re: [TYPO3-english] DirectMail, dynamic SQL query?

2013-10-04 Thread Xavier Perseguers
Hi Salander, I would like to create a dynamic recipient list with DirectMail. The list contains users who have their 'premium service' closing in the month. On DirectMail, I chose special querry and then I create my query with WHERE endtime = today AND endtime = today+30 Have a look at

Re: [TYPO3-english] Special Style TOPNAV

2013-10-04 Thread amadeo Marketing Design - Paul Garais
Hi Miguel, you don't need the ifsub part. In this case optionSplit is your friend. Or use Sergeys solution (but also without IFSUB ... just directly into the NO-Part). - Paul Am 03.10.2013 21:28, schrieb Miguel: Thank you for your answer Mr. Sergey, but i did not understand

Re: [TYPO3-english] RealURL - removing URL segments

2013-10-04 Thread bernd wilke
Am 03.10.13 15:01, schrieb Pero Peric: Hello, I have a site with many pages and with large hierarchy so speaking URLs can be quite long and users don't want that. So, suppose i have this kind of hierarchy: Page1 - Page2 - Page3 - Page 4 - Page 5 Is it

Re: [TYPO3-english] RealURL - removing URL segments

2013-10-04 Thread Pero Peric
On 4.10.2013. 11:26, bernd wilke wrote: Am 03.10.13 15:01, schrieb Pero Peric: cut with realurl you can decide for each page whether the page name is part of the path for subpages. just look for the checkbox: Exclude from speaking URL: [ ] if you check this for all pages beyound level 2

Re: [TYPO3-english] Setting of TER mirror in TYPO3 6.x? Or change mirror concept?

2013-10-04 Thread André Spindler
Hello, I see that this threat is now going into a different direction. I think the mirroring concept should be changed. What about separating the extension management from extension download? On typo3.org, there should stay the complete management of extensions like version and security

Re: [TYPO3-english] Setting of TER mirror in TYPO3 6.x? Or change mirror concept?

2013-10-04 Thread Philipp Gampe
Hi André, André Spindler wrote: Has anyone here informations on how sourcefourge does the mirroring? AFAIK it is not done via sourceforge, but via normal webserver and rsync is used. Best regards -- Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln Documentation – Active contributor

Re: [TYPO3-english] Setting of TER mirror in TYPO3 6.x? Or change mirror concept?

2013-10-04 Thread Xavier Perseguers
Hi, Has anyone here informations on how sourcefourge does the mirroring? AFAIK it is not done via sourceforge, but via normal webserver and rsync is used. Yes, SourceForge is only used for distributing TYPO3 itself, not extensions nor the language packages. Older guys from the server team

Re: [TYPO3-english] Special Style TOPNAV

2013-10-04 Thread Sergey Alexandrov
Insert these 2 lines right after line 40 on you screenshot (after allWrap=) but before } allWrap.insertData=1 ATagParams.dataWrap=class=m{register:count_MENUOBJ} On 10/3/2013 3:28 PM, Miguel wrote: Thank you for your answer Mr. Sergey, but i did not understand where should i put your code...

Re: [TYPO3-english] Special Style TOPNAV

2013-10-04 Thread amadeo Marketing Design - Paul Garais
That's right! But wouldn't it be better for Miguel to use a solution where the class-name doesn't change if he adds a new page on same level? - Paul Am 04.10.2013 13:56, schrieb Sergey Alexandrov: Insert these 2 lines right after line 40 on you screenshot (after allWrap=) but

[TYPO3-english] javascript

2013-10-04 Thread Jim MacFarlane
How do you use typoscript to embed a javascript function into the page headers? Jim MacFarlane ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] javascript

2013-10-04 Thread amadeo Marketing Design - Paul Garais
http://lmgtfy.com/?q=typoscript+javascript+for+header - Paul Am 04.10.2013 14:26, schrieb Jim MacFarlane: How do you use typoscript to embed a javascript function into the page headers? Jim MacFarlane ___ TYPO3-english mailing list

[TYPO3-english] Extbase: Introduce explicit saving of modified domain objects

2013-10-04 Thread Vitoandre D'Oria
Hey folks! We are still locked to Extbase 1.3 but will switch to 6.2 next year Thus i was reading the Extbase Breaking Changes and stumbled over the following: http://forge.typo3.org/projects/typo3v4-mvc/wiki/Breaking_Changes#From-Extbase-60-to-Extbase-61 Introduce explicit saving of modified

Re: [TYPO3-english] javascript

2013-10-04 Thread Stefan Reichelt
Hello Jim, On 04/10/2013 14:26, Jim MacFarlane wrote: How do you use typoscript to embed a javascript function into the page headers? You got several ways, all through your main PAGE [1] cObject. The easiest being: -- page.jsInline { 10 = TEXT 10.value ( /* Some inline js code several

[TYPO3-english] Re: Special Style TOPNAV

2013-10-04 Thread Miguel
Thank you both a lot, Mr Amadeo and Mr. Sergey The optionSplit worked like a charm for me, it solved my problem perfectly ;) The only tiny issue is when the user logs in, the Buy Now page disappear and appears two new ones, so the first one gets the style from the Buy Now link, but that

Re: [TYPO3-english] Grid elements: Identification with alias?

2013-10-04 Thread Christian Weiske
Hello Jo, I had some time in the ICE on my way back home, so I managed to integrate and push that alias thingie into GE 2.x master and GE 1.x trunk. Very cool! I found the 2.0 commit[1], but fail to find the 1.x commit. Did you forget to push? [1]

Re: [TYPO3-english] Setting of TER mirror in TYPO3 6.x? Or change mirror concept?

2013-10-04 Thread Steffen Gebert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, luckily, also younger ones can answer this :-) I had a look at the TER magic more than a year ago, when typo3.org was relaunched (and the problem with the mirrors forgotten/ignored/whatever). As described, it works by rsync transfers initiated

[TYPO3-english] twitter bootstrap demo and css modifications

2013-10-04 Thread Katja Lampela
Hi, Testing the twitter bootstrap demo package. How do you guys modify the css styles? The stylesheet is rendered on fly into typo3temp and so the browser's style inspector isn't helpful as usually - it's really hard to find the styles in stylesheets to modify. Also if you add your own