| How do I add fields? [message #6880] |
Wed, 13 April 2005 16:46  |
zomby9333
Messages: 7 Registered: April 2005 Location: Charlotte, NC
|
phpCollab guest |
|
|
I need to add fields to the Edit Client Organization form...for instance, fax #, mobile #, etc.
Can anyone point me in the right direction?
Thanks! :oops:
|
|
|
|
|
|
| How do I add fields? [message #6889] |
Thu, 14 April 2005 18:46   |
|
|
zomby9333,
There are several places you'd need to edit. Here's a couple off the top of my head:
database tables: organizations, members (if you were wanting extra infor on a per user basis)
files that might need to be modified: includes/request.class.php, includes/initrequests.php, clients/*.php (for the new column output), users/*.php (references to new fields)
I'm sure there are other locations as well but thats all I can think of at the moment. Also, in the organizations table there is already a place for an extended address and fax number. Don't know why these weren't used in the first place.
|
|
|
|
|
|
|
|
|
|