[TYPO3-english] TYPO3-english Digest, Vol 78, Issue 13

hemantha wijesinghe hwijesinghe at hotmail.com
Mon Mar 8 10:15:03 CET 2010


Hi All

How to put the custom form for typo3 web site
Datepicker text box how to add in typo3

Hemantha


> From: typo3-english-request at lists.typo3.org
> Subject: TYPO3-english Digest, Vol 78, Issue 13
> To: typo3-english at lists.typo3.org
> Date: Mon, 8 Mar 2010 09:51:24 +0100
> 
> Send TYPO3-english mailing list submissions to
> 	typo3-english at lists.typo3.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> or, via email, send a message with subject or body 'help' to
> 	typo3-english-request at lists.typo3.org
> 
> You can reach the person managing the list at
> 	typo3-english-owner at lists.typo3.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of TYPO3-english digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: rgtabs and mootools (Tomasz Krawczyk)
>    2. ODP: Re:  rgtabs and mootools (Dawid Pacholczyk)
>    3.  Saving data in DB by using formhandler (Sascha Hierold)
>    4. Re: ODP: Re:  rgtabs and mootools (Tomasz Krawczyk)
>    5. tt_news and XHTML-strict (Damien Sauveron)
>    6. FCE language problem (jagdish at fivee.in)
>    7. Re: FCE language problem (David Bruchmann)
>    8. Re: FCE language problem (jagdish at fivee.in)
>    9. Re: t3blog and typo3 4.3 (Katja Lampela)
>   10. Re: migration from old fe_users with md5 passwords to rsaauth
>       and saltedpasswords (Ansgar B.)
>   11. cool uri click enlarge image issue (J. Bakshi)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Sun, 07 Mar 2010 16:17:19 +0100
> From: Tomasz Krawczyk <tomkrawg at gmaill.com>
> Subject: Re: [TYPO3-english] rgtabs and mootools
> To: typo3-english at lists.typo3.org
> Message-ID: <mailman.1.1267975201.13430.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> Dawid Pacholczyk pisze:
> > Hello list,
> >  I have a small problems with rgtabs. I was sure that rgtabs is using
> > mootools so I imported a full mootools library to create a nice
> > datepicker on my page. Unfortunatly rgtabs stoped working and my
> > datepicker is just empty input field.
> > 
> > Why is that ? Is there any way to use jQuery or mootools on the page
> > with rgtabs ?
> > 
> > Best regards,
> > Dawid Pacholczyk
> Hi David
> 
> I've recently modified another Georg's extension that was using mootools 
> 1.1. Now it wotks with mootools 1.2.4.
> 
> Did you import the newest mootools 1.2.x?
> 
> regards
> Tomasz Krawczyk
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Sun, 7 Mar 2010 18:13:59 +0100
> From: Dawid Pacholczyk <dpacholczyk at gmail.com>
> Subject: [TYPO3-english] ODP: Re:  rgtabs and mootools
> To: TYPO3 English <typo3-english at lists.typo3.org>
> Message-ID:
> 	<mailman.13145.1267982207.7109.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Yes,
>  I've downloaded the lastes version and included id simply by
>  page.headerdata
> 
> Best regards,
> Dawid Pacholczyk
> 
> ----- Wiadomosc oryginalna -----
> Od: Tomasz Krawczyk <tomkrawg at gmaill.com>
> Wyslano: 7 marca 2010 16:17
> Do: typo3-english at lists.typo3.org
> Temat: Re: [TYPO3-english] rgtabs and mootools
> 
> Dawid Pacholczyk pisze:
> > Hello list,
> >  I have a small problems with rgtabs. I was sure that rgtabs is using
> > mootools so I imported a full mootools library to create a nice
> > datepicker on my page. Unfortunatly rgtabs stoped working and my
> > datepicker is just empty input field.
> > 
> > Why is that ? Is there any way to use jQuery or mootools on the page
> > with rgtabs ?
> > 
> > Best regards,
> > Dawid Pacholczyk
> Hi David
> 
> I've recently modified another Georg's extension that was using mootools 
> 1.1. Now it wotks with mootools 1.2.4.
> 
> Did you import the newest mootools 1.2.x?
> 
> regards
> Tomasz Krawczyk
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> 
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Sun, 07 Mar 2010 20:27:29 +0100
> From: Sascha Hierold <contact at spuhl.de>
> Subject: [TYPO3-english]  Saving data in DB by using formhandler
> To: typo3-english at lists.typo3.org
> Message-ID: <mailman.1.1267990197.29661.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
> 
> Hi,
> 
> I try to save data in the fe_users-table by using the 
> formhandler-extension. I try it with following TS-Code:
> 
> plugin.Tx_Formhandler.settings.debug = 1
> 
> ### Formhandler: Personal Information ###
> plugin.Tx_Formhandler.settings.preProcessors.1.class = 
> PreProcessor_LoadDefaultValues
> plugin.Tx_Formhandler.settings.preProcessors.1.config.1 {
>    uid.defaultValue = TEXT
>    uid.defaultValue.data = TSFE:fe_user|user|uid
> 
>    username.defaultValue = TEXT
>    username.defaultValue.data = TSFE:fe_user|user|username
> 
>    password.defaultValue = TEXT
>    password.defaultValue.data = TSFE:fe_user|user|password
> 
>    email.defaultValue = TEXT
>    email.defaultValue.data = TSFE:fe_user|user|email
> }
> 
> plugin.Tx_Formhandler.settings.finishers{
>    1.class = Finisher_DB
>    1.config {
>      table = fe_users
>      updateInsteadOfInsert = 1
>      fields {
>        email.mapping = email
>      }
>    }
> }
> 
> The pre-processing filled up the form-fields by the defined values of 
> the logged in user, but the finishers doesnt save changes on the email.
> 
> Can anybody help me to get this working?
> 
> Bye Sascha
> 
> 
> ------------------------------
> 
> Message: 4
> Date: Sun, 07 Mar 2010 20:36:20 +0100
> From: Tomasz Krawczyk <tomkrawg at gmaill.com>
> Subject: Re: [TYPO3-english] ODP: Re:  rgtabs and mootools
> To: typo3-english at lists.typo3.org
> Message-ID: <mailman.1.1267990743.30366.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> Dawid Pacholczyk pisze:
> > Yes,
> >  I've downloaded the lastes version and included id simply by
> >  page.headerdata
> > 
> > Best regards,
> > Dawid Pacholczyk
> > 
> > ----- Wiadomosc oryginalna -----
> > Od: Tomasz Krawczyk <tomkrawg at gmaill.com>
> > Wyslano: 7 marca 2010 16:17
> > Do: typo3-english at lists.typo3.org
> > Temat: Re: [TYPO3-english] rgtabs and mootools
> > 
> > Dawid Pacholczyk pisze:
> >> Hello list,
> >>  I have a small problems with rgtabs. I was sure that rgtabs is using
> >> mootools so I imported a full mootools library to create a nice
> >> datepicker on my page. Unfortunatly rgtabs stoped working and my
> >> datepicker is just empty input field.
> >>
> >> Why is that ? Is there any way to use jQuery or mootools on the page
> >> with rgtabs ?
> >>
> >> Best regards,
> >> Dawid Pacholczyk
> > Hi David
> > 
> > I've recently modified another Georg's extension that was using mootools 
> > 1.1. Now it wotks with mootools 1.2.4.
> > 
> > Did you import the newest mootools 1.2.x?
> > 
> > regards
> > Tomasz Krawczyk
> > _______________________________________________
> > TYPO3-english mailing list
> > TYPO3-english at lists.typo3.org
> > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> > 
> Read this document http://github.com/mootools/mootools-upgrade-helper 
> chapter "Changes in MooTools 1.1 > 1.2" and modify extension or return 
> to old version of mootools.
> 
> regards
> Tomasz Krawczyk
> 
> 
> ------------------------------
> 
> Message: 5
> Date: Sun, 07 Mar 2010 23:21:17 +0100
> From: Damien Sauveron <damien.sauveron at unilim.fr>
> Subject: [TYPO3-english] tt_news and XHTML-strict
> To: TYPO3 English <typo3-english at lists.netfielders.de>
> Message-ID:
> 	<mailman.13159.1268000629.7109.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> Dear all,
> 
> I certainly missed something but I do not succeed to validate in 
> "XHTML-strict" a page containing the tt_news plugin with LATEST view. 
> Indeed there are target="_top" in the links generated.
> 
> However, in my the constant part of the template, I have:
> # We want absolutely no target attribute as it is not XHTML-strict
> # compliant and I really don't like new windows (_blank target)!
> lib.parseFunc.tags.link.typolink.target >
> PAGE_TARGET =
> styles.content.links.extTarget =
> styles.content.links.target =
> content.pageFrameObj =
> styles.content.mailform.target =
> styles.content.searchresult.resultTarget =
> styles.content.searchresult.target =
> 
> Any advise would be appreciated.
> 
> Best regards,
> Damien
> -- 
> Damien Sauveron
> http://damien.sauveron.fr/
> 
> 
> ------------------------------
> 
> Message: 6
> Date: Sun, 7 Mar 2010 23:40:50 -0600
> From: jagdish at fivee.in
> Subject: [TYPO3-english] FCE language problem
> To: typo3-english at lists.typo3.org
> Message-ID:
> 	<mailman.13178.1268027014.7109.typo3-english at lists.typo3.org>
> Content-Type: text/plain;charset=iso-8859-1
> 
> hi,
>   i have a multi-language website with flexible contents. i have two
> languages in website.
> when i translate regular text in other language it's Ok but when i
> translate FCE in other language it doesn't work. There are some language
> codes in the place of text.Any solution for this?/
> 
> 
> thanks.
> 
> 
> 
> 
> 
> ------------------------------
> 
> Message: 7
> Date: Mon, 08 Mar 2010 06:55:07 +0100
> From: David Bruchmann <typo3-en at bruchmann-web.de>
> Subject: Re: [TYPO3-english] FCE language problem
> To: TYPO3 English <typo3-english at lists.typo3.org>
> Message-ID:
> 	<mailman.13179.1268027922.7109.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> ----- Urspr?ngliche Nachricht -----
> Von:        jagdish at fivee.in
> Gesendet:   Montag, 8. M?rz 2010 06:40:50
> An:         typo3-english at lists.typo3.org
> CC:
> Betreff:    [TYPO3-english] FCE language problem
> > hi,
> >    i have a multi-language website with flexible contents. i have two
> > languages in website.
> > when i translate regular text in other language it's Ok but when i
> > translate FCE in other language it doesn't work. There are some language
> > codes in the place of text.Any solution for this?/
> >
> >
> > thanks.
> 
> 
> Hi,
> 
> think it's a double-posting - saw it somwhere before.
> In general it's against the rules.
> Nevermind, here is my answere:
> 
> FCEs I usally don't translate, I set them only to 'all Languages'.
> Translations are made only for the included Content-Elements.
> 
> I think your way must be possible too but it's a bit hard then to define 
> how included elements are handled when translated too - here some 
> situations with undefined status can occur.
> So try my proposition ...
> 
> If you want insert Text in FCEs by language without ContentElements you 
> can map the parts and define it by TypoScript with conditions concerning 
> the language.
> 
> Best Regards
> David
> 
> 
> ------------------------------
> 
> Message: 8
> Date: Mon, 8 Mar 2010 00:01:29 -0600
> From: jagdish at fivee.in
> Subject: Re: [TYPO3-english] FCE language problem
> To: "TYPO3 English" <typo3-english at lists.typo3.org>
> Message-ID:
> 	<mailman.13180.1268028254.7109.typo3-english at lists.typo3.org>
> Content-Type: text/plain;charset=iso-8859-1
> 
> > ----- Urspr?ngliche Nachricht -----
> > Von:        jagdish at fivee.in
> > Gesendet:   Montag, 8. M?rz 2010 06:40:50
> > An:         typo3-english at lists.typo3.org
> > CC:
> > Betreff:    [TYPO3-english] FCE language problem
> >> hi,
> >>    i have a multi-language website with flexible contents. i have two
> >> languages in website.
> >> when i translate regular text in other language it's Ok but when i
> >> translate FCE in other language it doesn't work. There are some language
> >> codes in the place of text.Any solution for this?/
> >>
> >>
> >> thanks.
> >
> >
> > Hi,
> >
> > think it's a double-posting - saw it somwhere before.
> > In general it's against the rules.
> > Nevermind, here is my answere:
> >
> > FCEs I usally don't translate, I set them only to 'all Languages'.
> > Translations are made only for the included Content-Elements.
> >
> > I think your way must be possible too but it's a bit hard then to define
> > how included elements are handled when translated too - here some
> > situations with undefined status can occur.
> > So try my proposition ...
> >
> > If you want insert Text in FCEs by language without ContentElements you
> > can map the parts and define it by TypoScript with conditions concerning
> > the language.
> >
> > Best Regards
> > David
> > _______________________________________________
> > TYPO3-english mailing list
> > TYPO3-english at lists.typo3.org
> > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> >
> 
> thank you very much David Bruchmann.
> i am new in typo3 and i'll be careful next time about reposting.
> 
> thanks.
> 
> 
> 
> ------------------------------
> 
> Message: 9
> Date: Mon, 08 Mar 2010 08:19:21 +0200
> From: Katja Lampela <katja.lampela at lieska.net>
> Subject: Re: [TYPO3-english] t3blog and typo3 4.3
> To: typo3-english at lists.typo3.org
> Message-ID: <mailman.1.1268029327.4412.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> Hi,
> 
> I wonder if the latest t3blog 0.8.1 (2.2.2010) is now compatible with 
> TYPO 4.3.x? It's not mentioned anywhere, only 4.2.x version is mentioned.
> 
> -- 
> With kind regards
> 
> Katja Lampela
> *Lieska-tuotanto*
> www.lieska.net
> 
> 
> Ulrich Lorenz PHZ Luzern kirjoitti:
> > Hi Dmitry
> > 
> > Thanks for your helpful information. Do you have an update on when the
> > new version will be released? I'm slowly "walking" into problems not
> > being able to use it on 4.3.
> > 
> > 
> > Lorenz
> > 
> >> -----Original Message-----
> >> From: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-
> >> bounces at lists.typo3.org] On Behalf Of Dmitry Dulepov
> >> Sent: Wednesday, January 06, 2010 11:47 AM
> >> To: typo3-english at lists.typo3.org
> >> Subject: Re: [TYPO3-english] t3blog and typo3 4.3
> >>
> >> Hi!
> >>
> >> On 05/01/2010 23:55, Ulrich Lorenz PHZ Luzern wrote:
> >>> Thanks about the news concerning T3BLOG and 4.3. As I'm installing
> >> and configuring a T3BLOG these days I'm interested in knowing if the
> >> way to configure/customize T3BLOG by typoscript will be the same in
> > the
> >> new version? Or is it a waste of time to work with the old version
> > now?
> >> I am not sure but I think there will be no new features, no
> >> functionality change. Only code fixes and 4.3 compatibility update. As
> >> far as I can see, everything is configured via TS.
> >>
> >> --
> >> Dmitry Dulepov
> >> "Trust me, I am a doctor!" (c) Gregory House, M.D.
> >> _______________________________________________
> >> TYPO3-english mailing list
> >> TYPO3-english at lists.typo3.org
> >> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> 
> 
> 
> ------------------------------
> 
> Message: 10
> Date: Mon, 08 Mar 2010 09:26:51 +0100
> From: "Ansgar B." <ansgarb at gmail.com>
> Subject: Re: [TYPO3-english] migration from old fe_users with md5
> 	passwords to rsaauth and saltedpasswords
> To: typo3-english at lists.typo3.org
> Message-ID: <mailman.1.1268036974.12162.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
> 
> Bernhard Kraft schrieb:
> > Ansgar B. wrote:
> > 
> >> In concrete situation I have old passwords stored as md5 hashes in DB 
> >> and want to migrate to rsaauth and salted passwords.
> >>
> >> Are there any hook where I can
> >> 1. fetch the password
> >> 2. build a md5 hash
> >> 3. check it againt old password
> >> 4. build new password
> >> 5. write it to the database
> > 
> > The "saltedpasswords" extension should normally do exactly what you 
> > described. You do not even have to move a finger.
> 
> Thank you,
> 
> made my day.
> 
> Regards
> 
> Ansgar
> 
> 
> ------------------------------
> 
> Message: 11
> Date: Mon, 08 Mar 2010 14:18:35 +0530
> From: "J. Bakshi" <joydeep at infoservices.in>
> Subject: [TYPO3-english] cool uri click enlarge image issue
> To: typo3-english at lists.typo3.org
> Message-ID:
> 	<mailman.13202.1268038284.7109.typo3-english at lists.typo3.org>
> Content-Type: text/plain; charset=UTF-8
> 
> Dear list,
> 
> How to cope with the long url generated by click enlarge link by
> cool-uri ? I have a loooong link generated by click enlarge is
> 
> ````````````````````
> index.php?eID=tx_cms_showpic&file=uploads/tx_reifenqualitaetimage/image-227X227_02.jpg&bodyTag=<body>&wrap=%20|%20&md5=9021563e8e2c9efadb629ddd197f22bf
> 
> `````````````````
> 
> Any way to make this link better readable by cool uri ?
> 
> thanks
> 
> -- 
> ????? ?????
> 
> 
> 
> ------------------------------
> 
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> 
> End of TYPO3-english Digest, Vol 78, Issue 13
> *********************************************
 		 	   		  
_________________________________________________________________
Hotmail: Powerful Free email with security by Microsoft.
http://clk.atdmt.com/GBL/go/201469230/direct/01/


More information about the TYPO3-english mailing list