Author Topic: Change code in db_field_definitions.php using a php form  (Read 3790 times)

0 Members and 1 Guest are viewing this topic.

Offline Sun Zaza

  • Sr. Member
  • ****
  • Posts: 399
    • View Profile
Change code in db_field_definitions.php using a php form
« 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