Im truing to remove
Zip/Postal Code
from groups whem a user makes a new groups
but with no sucess
Anyone as a hint
Thanks
Im truing to remove Zip/Postal Code from groups whem a user makes a new groups but with no sucess
Anyone as a hint
Thanks |
you can try this, since there is no where to actually manage what is on that form.
modules/boonex/groups/classes/BxGroupsFormAdd.php Search for 'zip' => array( ..... on or about line 229 on a default install comment line 229 - 242 taking note that there is a comment on line 234 - 238 so if you use the /* comment this */ method, you will need to add an additional closing comment character.
When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
you can try this, since there is no where to actually manage what is on that form.
modules/boonex/groups/classes/BxGroupsFormAdd.php Search for 'zip' => array( ..... on or about line 229 on a default install comment line 229 - 242 taking note that there is a comment on line 234 - 238 so if you use the /* comment this */ method, you will need to add an additional closing comment character.
Thanks DosDawg
works 100% your code i'm starting to understand how this works :) |