4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: Sun Zaza on October 31, 2020, 09:11:24 AM

Title: Change code in db_field_definitions.php using a php form
Post by: Sun Zaza on October 31, 2020, 09:11:24 AM
Hi,

In the file db_field_definitions.php I want to change this for example: $additional_image_fields['image_banner'] = array($lang['banner'], [u][b]"text"[/b][/u], 0); to $additional_image_fields['image_banner'] = array($lang['banner'], [u][b]"radio"[/b][/u], 0); (text to radio).
I want to use a form. Not updating the file with Dreamweaver.


I just want to know how I can reach the file field_definitions.php. The form and the rest of the code I can do it myself.

Thank you in advance,
Sun Zaza