I'd like to start with thanking the developer(s) for this software. It's very
clean and well laid out.
I found primitive instructions on what in which files to edit in order to add
custom fields. However, these instructions pertain to older versions of the
software it seems. Can anybody instruct me what files need to be edited, where
and which what data? I've created additional database fields already.
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you, chatelao... I ended up figuring it out after many hours of
research. My PHP is limited. I noticed editing index.php isn't necessary
unless you want the custom field to appear in the main table.
Now I'm trying to figure out how to insert a custom field that has multiple
checkboxes to choose. If you have any insight on this, it would be very
helpful!
Thank you again, chatelao.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
a) set groups per checkboxes when entering or editing a char
b) multiple groups per entry (5) but im currently trying to figure out how i
do that in the best way without changing too much in the db, also i´m a newbie
considering php
i´m gonna post my findings and doings here as soon as i have any ;)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I'd like to start with thanking the developer(s) for this software. It's very
clean and well laid out.
I found primitive instructions on what in which files to edit in order to add
custom fields. However, these instructions pertain to older versions of the
software it seems. Can anybody instruct me what files need to be edited, where
and which what data? I've created additional database fields already.
Thank you
Have a look at "index.php", "view.php" and "edit.php" +
"include/address.class.php"
Regards O.
Thank you, chatelao... I ended up figuring it out after many hours of
research. My PHP is limited. I noticed editing index.php isn't necessary
unless you want the custom field to appear in the main table.
Now I'm trying to figure out how to insert a custom field that has multiple
checkboxes to choose. If you have any insight on this, it would be very
helpful!
Thank you again, chatelao.
I´m also working on a mod to
a) set groups per checkboxes when entering or editing a char
b) multiple groups per entry (5) but im currently trying to figure out how i
do that in the best way without changing too much in the db, also i´m a newbie
considering php
i´m gonna post my findings and doings here as soon as i have any ;)