Elxis CMS Forum

Support => Technical support => Topic started by: Amigamerlin on February 13, 2013, 10:55:14

Title: Users Manager --> Extra Fields
Post by: Amigamerlin on February 13, 2013, 10:55:14
I need to add extra field as "select" but I need to have more than 20 fields (almost 50) (CMS ELXIS 2009.3)
Anyone can guide me to modify code to achieve my needs ?
Thanks in advance.

Title: Re: Users Manager --> Extra Fields
Post by: Amigamerlin on February 13, 2013, 11:43:09
I need to add extra field as "select" but I need to have more than 20 fields (almost 50) (CMS ELXIS 2009.3)
Anyone can guide me to modify code to achieve my needs ?
Thanks in advance.



Seems that I found the entry point 
Code: [Select]
file : admin.users.php

Line 910, 951, 961, 970:         
for ($i=0; $i<20; $i++) {
for ($i=0; $i<50; $i++) {

in that way radio, select, checkbox will accept 50 entries.

Please anyone can confirm ?

Thank you you all.

UPDATE.

Doing the above modification I can add 50 entries but in the registration form I can see only 20 entries.
I'm digging a little bit in com_registration files but was not able to find the point.
Please Anyone can help me about suggesting what's I'm doing wrongly ?

Thanks.