[TYPO3] Extra fields for Front End user registration and Front End UsersView
Søren Vedel
sv at workhouse.dk
Wed Oct 18 12:21:02 CEST 2006
Hi Rafael, Tudo bom?
I don't know this extension, but I think you have to add similar lines
like these in this file pi1/class.tx_feusersview_pi1.php:
$markerArray["###FIRST_NAME###"] = $row["first_name"];
$markerArray["###LAST_NAME###"] = $row["last_name"];
and then of course also in the template.tmpl you have to add the markers
where you want to see them.
<tr>
<td class="details-label">###LABEL_FIRST_NAME###</td>
<td class="details-data">###FIRST_NAME###</td>
</tr>
etc.
Got it?
Med venlig hilsen/Kind regards
Søren Vedel
www.workhouse.dk
Rafael Álvarez wrote:
> I have installed feuserextrafields so now I can use fields like
> firstname ans lastname. I would like to show those fields in the
> feusersview extension. Is that possible?.
>
> Thanks in advance.
> __________________________________________________________________________
> (Si este mensaje contiene un attach será expresamente indicado en el texto)
>
> "Hay 10 tipos de personas, las que saben binario y las que no"
>
> Rafael Alvarez Romo
> Responsable de Tecnologías de la Información
> Centro de Inv. Científicas
> Isla de la Cartuja (CSIC-Univ. Sevilla)
> Avda. Americo Vespuccio, 49
> 41092-Sevilla (España)
> E-Mail: romo at cartuja.csic.es
> tel: 954489505
More information about the TYPO3-english
mailing list