[TYPO3] sr_feuser_register - empty fields after update from 2.5.1 to 2.5.2

Peter Leighton t3 at fuseinternet.co.uk
Wed Nov 29 17:08:48 CET 2006


Hi,

I am also having problems with 2.5.2

I have an extension that extends the sr_feuser_register plugin with some 
additional fields.

This was working fine, until an upgrade to 2.5.2

Now the additional fields have no labels, but the values are in the 
source e.g

<!-- ###SUB_INCLUDED_FIELD_tx_pmltcamod_user_sel_test### -->
<dt>
<label 
for="tx-srfeuserregister-pi1-tx_pmltcamod_user_sel_test">Selection 
List</label>
<span class="tx-srfeuserregister-pi1-required"></span>
</dt>
<dd>
<select id="tx-srfeuserregister-pi1-tx_pmltcamod_user_sel_test" 
name="FE[fe_users][tx_pmltcamod_user_sel_test]" title=""><option 
value="0" selected="selected"></option><option value="1" 
 ></option><option value="2" ></option><option value="3" ></option></select>
</dd>
<!-- ###SUB_INCLUDED_FIELD_tx_pmltcamod_user_sel_test### -->

you can see the signup page here:

http://ttprod-dt.fuseinternet.co.uk/signup.html?tx_srfeuserregister_pi1%5Bcmd%5D=create

the Selection list and the age range are both there but displaying no 
values (the age range uses the 'status' element)

I have changed the form tags in the template:

<form id="###FORM_NAME###" method="post" action="###FORM_URL###" 
enctype="multipart/form-data" ###FORM_ONSUBMIT###>

So when you edit your profile most elements are populated, but not my 
extra fields.

I have also added

templateStyle = css-styled

to my ts template just in case.

and i have checked the bugtracker for 0003986, but that says its all 
fixed in 2.5.2

according to the validator.w3.org the page validates as xhtml

but it will still not display the select options.

Are there some changes i have missed, i did check the manual but didn't 
find anything.

Anyone got any ideas/solutions ?

os x 10.4.8, php 4.4.1, mysql 4.1.21


thanks

Peter

Benjamin Fischer wrote:
> Hi Andre,
> 
> I had the same porblem on my installation - there seems to be an issue
> concerning the form name in the template file. Have a look at the bug
> report an solution on http://bugs.typo3.org/view.php?id=3986 in my
> case renaming the form Fields in the HTML Template from:
> 
> <form id="tx-srfeuserregister-pi1-###FORM_NAME###" method="post"
> action="###FORM_URL###" enctype="multipart/form-data"
> ###FORM_ONSUBMIT###>
> 
> to
> 
> <form name="###FORM_NAME###" method="post" action="###FORM_URL###"
> enctype="multipart/form-data" ###FORM_ONSUBMIT###> solved the Problem.
> 
> Best Regards, Benjamin
> 
> -- 
> 
> Benjamin Fischer | Dipl. Kommunikations-Designer
> http://www.typedown.com
> 
> 2006/11/27, Andre Stein <typo3-english at lists.netfielders.de>:
>> Hi,
>>
>> after the update of the Front End User Registration Plugin 
>> sr_feuser_register from 2.5.1 to 2.5.2 the selector boxes are empty, 
>> and on the editing page all fields are empty.
>> Swithch to 2.5.1 and it works again. Just wanted to use the new 
>> function on this update.
>>
>> Prob you have tips.
>> ciao
>> andre
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>>


More information about the TYPO3-english mailing list