Re: [TYPO3-english] Change backgroundcolor in menu after changing CSS template

2011-11-08 Thread Michael Cannon
Kay, Are you positive you're not including your old CSS via cache, TypoScript or another way in your final generated HTML? With the code you've given, color applied is coming from CSS unless you happen to have a JavaScript call doing something. Can you provide a demo URL? Michael -- Michael

Re: [TYPO3-english] DirectMail statistics only for internal pages?

2011-11-08 Thread Michael Cannon
Oliver, You nailed it on the change I was talking about. Think you can put a bug report about it into http://forge.typo3.org/projects/extension-direct_mail/issues? Michael -- Michael Cannon The TYPO3 Vagabond http://typo3vagabond.com @ in2code.de Been there, done that, 25 years of coding

Re: [TYPO3-english] DirectMail statistics only for internal pages?

2011-11-08 Thread Oliver Salzburg
On 2011-11-08 09:15, Michael Cannon wrote: Oliver, You nailed it on the change I was talking about. Think you can put a bug report about it into http://forge.typo3.org/projects/extension-direct_mail/issues? Michael I sure will. Maybe I should bring all my unresolved DirectMail tickets to

Re: [TYPO3-english] DirectMail statistics only for internal pages?

2011-11-08 Thread Michael Cannon
Oliver, The tickets from bugs.typo3.org should already be there. http://forge.typo3.org/projects/extension-direct_mail/issues?set_filter=1 Michael -- Michael Cannon The TYPO3 Vagabond http://typo3vagabond.com @ in2code.de Been there, done that, 25 years of coding Germany +49 (0)160 574 1973 US

Re: [TYPO3-english] DirectMail statistics only for internal pages?

2011-11-08 Thread Oliver Salzburg
On 2011-11-08 09:50, Michael Cannon wrote: Oliver, The tickets from bugs.typo3.org should already be there. http://forge.typo3.org/projects/extension-direct_mail/issues?set_filter=1 Michael -- Michael Cannon The TYPO3 Vagabondhttp://typo3vagabond.com @ in2code.de Been there, done that, 25

Re: [TYPO3-english] DirectMail statistics only for internal pages?

2011-11-08 Thread Rino Razzi
On 20.59, Oliver Salzburg wrote: Hi, I noticed that my DirectMail Statistics module does not list a sent newsletter. After looking into the DirectMail source, I noticed that the module only lists Newsletters generated from internal pages. After changing the class.tx_directmail_statistics.php to

Re: [TYPO3-english] DirectMail statistics only for internal pages?

2011-11-08 Thread Oliver Salzburg
On 2011-11-08 10:32, Rino Razzi wrote: On 20.59, Oliver Salzburg wrote: Hi, I noticed that my DirectMail Statistics module does not list a sent newsletter. After looking into the DirectMail source, I noticed that the module only lists Newsletters generated from internal pages. After changing

[TYPO3-english] Forcing TYPO3 JS compressor?

2011-11-08 Thread ktt
Hello, I'm trying to debug EXTjs javascripts of the backend. Is there any way to force TYPO3 to compress changed ext-all.js and ext-core.js and upload them to typo3temp? Thank you in advance, Kast ___ TYPO3-english mailing list

Re: [TYPO3-english] Front end editing embarrasment

2011-11-08 Thread Victor Livakovsky
Thank you so much. I'll re do my page with templa volia, add a login and then give myself admin rights in both fe be. Hopefully, it will all come alive. :) You don't need to be logged in at FE to see the frontend editing options. You just need to be logged in at BE from same domain and use

Re: [TYPO3-english] Change backgroundcolor in menu after changing CSS template

2011-11-08 Thread Kay Obermueller
On 11/08/2011 09:12 AM, Michael Cannon wrote: Kay, Are you positive you're not including your old CSS via cache, TypoScript or another way in your final generated HTML? With the code you've given, color applied is coming from CSS unless you happen to have a JavaScript call doing something.

Re: [TYPO3-english] Change backgroundcolor in menu after changing CSS template

2011-11-08 Thread Philipp Gampe
Hi Kay, Kay Obermueller wrote: wrapItemAndSub.dataWrap = li style=background-color: white|/li It should be analogue to this: lia href=# style=background-color:whiteHome/a/li Should be TMENUITEM.aTagParams = style=background-color:white. Please consult TSref [1] for the correct spelling.

Re: [TYPO3-english] Contact Form recommendation

2011-11-08 Thread Ernesto Domato
Hi, Thanks for the reply. I was trying to use pil_mailform since it seems to be simpler than powermail but it uses the eregi() function that is deprecated since PHP 5.3 and makes it unusable. I'll try to fix it anyway. On the other hand, I have to implement a contact form with a country select

[TYPO3-english] new release called cocktails that make JS able to run in fe be

2011-11-08 Thread Colin Maureen Pridham
http://developer.yahoo.com/blogs/ydn/posts/2011/11/yahoo-announces-cocktails -%E2%80%93-shaken-not-stirred/ ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Contact Form recommendation

2011-11-08 Thread Andreas Becker
Simply use positionIT and you are all done. Very very easy to use. Easy to extend and very flexible Andi On Wed, Nov 9, 2011 at 12:31 AM, Ernesto Domato edo...@gmail.com wrote: Hi, Thanks for the reply. I was trying to use pil_mailform since it seems to be simpler than powermail but it

Re: [TYPO3-english] Front end editing embarrasment

2011-11-08 Thread Colin Maureen Pridham
Sorry, which extension are you talking about ? Thanks. -Original Message- From: typo3-english-boun...@lists.typo3.org [mailto:typo3-english-boun...@lists.typo3.org] On Behalf Of HocomAdvies [ Wiechert Hooghwinkel ] Sent: Monday, 7 November 2011 8:11 PM To: TYPO3 English Subject: Re:

Re: [TYPO3-english] imagecycle error

2011-11-08 Thread j.j
It's working with this extension installed.thanks. I think there has to be mentined that imagecycle depends on jftcforms in ter On 05/11/2011, Jigal van Hemert ji...@xs4all.nl wrote: Hi, On 5-11-2011 18:32, j.j wrote: I have installed this extension folowing the steps in tutorial. When i

Re: [TYPO3-english] Change backgroundcolor in menu after changing CSS template

2011-11-08 Thread Kay Obermueller
On 11/08/2011 05:22 PM, Philipp Gampe wrote: Hi Kay, Kay Obermueller wrote: wrapItemAndSub.dataWrap = li style=background-color: white|/li It should be analogue to this: lia href=# style=background-color:whiteHome/a/li Should be TMENUITEM.aTagParams = style=background-color:white.