TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

Die TYPO3 Mailingliste - nicht fragen: lesen!

[TYPO3] default uncheck radio buttons in tx_srfeuserregister

This is a discussion on [TYPO3] default uncheck radio buttons in tx_srfeuserregister within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Hi all, I have to radio buttons on a form. When viewing the form I don't want the first ...


Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-english@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 11.01.2008, 11:23
Jeroen Visser
Gast
 
Beiträge: n/a
Standard [TYPO3] default uncheck radio buttons in tx_srfeuserregister

Hi all,
I have to radio buttons on a form. When viewing the form I don't want the first one checked by default. They should both be unchecked.
Does anyone know which setting where to make to accomplish this?

Thank's in advance.

Kind regards,
Jeroen

_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 11.01.2008, 11:49
Gianluca Nigro
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] default uncheck radio buttons in tx_srfeuserregister

2008/1/11, Jeroen Visser <jeroen (AT) roquin (DOT) nl>:
>
> Hi all,
> I have to radio buttons on a form. When viewing the form I don't want the
> first one checked by default. They should both be unchecked.
> Does anyone know which setting where to make to accomplish this?
>


Hi,

you can customize tx_srfeuserregister_pi1_css_tmpl.html in
typo3conf/ext/sr_feuser_register/pi1

Bye

--
Gianluca Nigro

Linux & Internet Consultant
Novell Certified Linux Professional 10
Tel. 328-2172860
mail info (AT) gianlucanigro (DOT) com
web www.gianlucanigro.com
Skype nigrogianluca
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 11.01.2008, 12:12
Christopher Torgalson
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] default uncheck radio buttons in tx_srfeuserregister

Hi,

On Jan 11, 2008 11:49 AM, Gianluca Nigro <info (AT) gianlucanigro (DOT) com> wrote:
> 2008/1/11, Jeroen Visser <jeroen (AT) roquin (DOT) nl>:
> >
> > Hi all,
> > I have to radio buttons on a form. When viewing the form I don't want the
> > first one checked by default. They should both be unchecked.
> > Does anyone know which setting where to make to accomplish this?
> >

>
> Hi,
>
> you can customize tx_srfeuserregister_pi1_css_tmpl.html in
> typo3conf/ext/sr_feuser_register/pi1



More precisely, COPY that template somewhere else, change it, and
configure the extension to use the changed version. Otherwise your
changes will be overwritten when you update the extension.

--
Christopher Torgalson
http://www.typo3apprentice.com/
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #4  
Alt 11.01.2008, 12:21
Gianluca Nigro
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] default uncheck radio buttons in tx_srfeuserregister

2008/1/11, Christopher Torgalson <bedlamhotel (AT) gmail (DOT) com>:
>
> Hi,
>
> On Jan 11, 2008 11:49 AM, Gianluca Nigro <info (AT) gianlucanigro (DOT) com> wrote:
> > 2008/1/11, Jeroen Visser <jeroen (AT) roquin (DOT) nl>:
> > >
> > > Hi all,
> > > I have to radio buttons on a form. When viewing the form I don't want

> the
> > > first one checked by default. They should both be unchecked.
> > > Does anyone know which setting where to make to accomplish this?
> > >

> >
> > Hi,
> >
> > you can customize tx_srfeuserregister_pi1_css_tmpl.html in
> > typo3conf/ext/sr_feuser_register/pi1

>
>
> More precisely, COPY that template somewhere else, change it, and
> configure the extension to use the changed version. Otherwise your
> changes will be overwritten when you update the extension.
>
>

Gotcha... I wrote before switching on the brain... anyway... get a good look
at the extension manual

have a good day

--
Gianluca Nigro

Linux & Internet Consultant
Novell Certified Linux Professional 10
Tel. 328-2172860
mail info (AT) gianlucanigro (DOT) com
web www.gianlucanigro.com
Skype nigrogianluca
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #5  
Alt 11.01.2008, 12:47
Jeroen Visser
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] default uncheck radio buttons in tx_srfeuserregister

Thank's...
I thought it had to be done outside of the template. I made some extra radio's to add to fe_user table
and followed the template code to add these to the form. In this case the first one is checked.

Now I have placed them manually in the template form. Works fine now.

Regards,
Jeroen.

Gianluca Nigro wrote:
> 2008/1/11, Christopher Torgalson <bedlamhotel (AT) gmail (DOT) com>:
>> Hi,
>>
>> On Jan 11, 2008 11:49 AM, Gianluca Nigro <info (AT) gianlucanigro (DOT) com> wrote:
>>> 2008/1/11, Jeroen Visser <jeroen (AT) roquin (DOT) nl>:
>>>> Hi all,
>>>> I have to radio buttons on a form. When viewing the form I don't want

>> the
>>>> first one checked by default. They should both be unchecked.
>>>> Does anyone know which setting where to make to accomplish this?
>>>>
>>> Hi,
>>>
>>> you can customize tx_srfeuserregister_pi1_css_tmpl.html in
>>> typo3conf/ext/sr_feuser_register/pi1

>>
>> More precisely, COPY that template somewhere else, change it, and
>> configure the extension to use the changed version. Otherwise your
>> changes will be overwritten when you update the extension.
>>
>>

> Gotcha... I wrote before switching on the brain... anyway... get a good look
> at the extension manual
>
> have a good day
>



_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3] Indexed Search: How to uncheck Extended Resume Theo typo3-english@lists.netfielders.de 2 12.10.2007 15:20
[TYPO3-german] tx_srfeuserregister - profil lässt sich nicht updaten Markus Giesen typo3-german@lists.netfielders.de 0 01.09.2007 12:45
[TYPO3-german] rgsmoothgallery: Buttons austauschen funktioniertnicht Michael Bakonyi typo3-german@lists.netfielders.de 7 24.07.2007 12:36
[TYPO3-german] Newloginbox / Buttons verändern ? Marcel Veronetzki typo3-german@lists.netfielders.de 2 26.04.2007 09:15
[TYPO3] editing buttons have disappeared Edwinna von Baeyer typo3-english@lists.netfielders.de 1 14.01.2007 19:00


Alle Zeitangaben in WEZ +1. Es ist jetzt 08:09 Uhr.


Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39