Custom Fields in Contact - Joomla! Forum - community, help and support
hello everyone,
i'm new in joomla's world. have intranet in environment. it's working fine, , have new little project employers. idea users easy , fast information registered companies & business. native "contacts" module works fine me. take , need...but need customize fields according necessity.
(company number, social company name, @ least 3 comercial numbers, etc.
how can in intranet?
thanks help.
i'm new in joomla's world. have intranet in environment. it's working fine, , have new little project employers. idea users easy , fast information registered companies & business. native "contacts" module works fine me. take , need...but need customize fields according necessity.
(company number, social company name, @ least 3 comercial numbers, etc.
how can in intranet?
thanks help.
try edit administrator\components\com_contact\models\forms\contact.xml , adding <field> tags fieldset tag custom data. if not know how edit xml files, edit in text editor notepad. maybe looking @ file's structure, understand.
if want see these fields @ administration contacts listing, edit administrator\components\com_contact\views\contacts\tmpl\default.php. fields inside <table class="adminlist"> tag, can duplicate existing ones , adapt new fields added contacts.xml.
i'm not pretty sure these correct files, because can't test you, guess right. have done similar process once create custom user fields. start changing existing field's label, description, , etc, , see effects. then, duplicate existing 1 changing it's name...
always keep backup of modified files avoid losing them when updating joomla. , backup original ones, in case of doing mistake can revert changes , start again.
if want see these fields @ administration contacts listing, edit administrator\components\com_contact\views\contacts\tmpl\default.php. fields inside <table class="adminlist"> tag, can duplicate existing ones , adapt new fields added contacts.xml.
i'm not pretty sure these correct files, because can't test you, guess right. have done similar process once create custom user fields. start changing existing field's label, description, , etc, , see effects. then, duplicate existing 1 changing it's name...
always keep backup of modified files avoid losing them when updating joomla. , backup original ones, in case of doing mistake can revert changes , start again.
Comments
Post a Comment