Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
When installing USER module you get a index.php in the folder user.

In this file index.php you must put the EDITABLE fields if you want extra fields for the user profile.

But when trying to SHOW the value of this extra fields in the index.php view i can only show the deafult info but not the NEW editable field info!

Any Ideas about this?
kimheggen wrote: When installing USER module you get a index.php in the folder user.

In this file index.php you must put the EDITABLE fields if you want extra fields for the user profile.

But when trying to SHOW the value of this extra fields in the index.php view i can only show the deafult info but not the NEW editable field info!

Any Ideas about this?


Code: Select all
<cms:pages masterpage='user/index.php'>
    <cms:show extra_field1 />
    <cms:show extra_field2 />
</cms:pages>
As soon as possible!

Touch me up : abada[dot]zulma[at]gmail[dot]com
2 posts Page 1 of 1