Page 1 of 1
modify personalization
Posted: 15 Dec 2023, 21:32
by nalzate
Hello, in which file can these types of customizations be modified?
I want to modify the years that appear in the select.
This is the image:
https://ibb.co/RhM8sR2
Re: modify personalization
Posted: 15 Dec 2023, 21:42
by atrol
Copy to config_inc.php and adjust to your needs
Code: Select all
/**
* Number of years in the past that custom date fields will display in
* drop down boxes.
* @global integer $g_backward_year_count
*/
$g_backward_year_count = 4;
/**
* Number of years in the future that custom date fields will display in
* drop down boxes.
* @global integer $g_forward_year_count
*/
$g_forward_year_count = 4;