Let’s look at examples below and see how to change the priority of bugs.
2. Create abc.php in this directory. Notes: The name of abc can be defined as you want.
3. Open the file and define the prompts for priorities.
unset($lang->bug->priList); $lang->bug->priList[0] = ''; $lang->bug->priList[3] = '3'; $lang->bug->priList[1] = '1'; $lang->bug->priList[2] = '2'; $lang->bug->priList[4] = '4';Notes
1. If you define data which is a list, you should add "unset" to ensure that the list is defined exactly as you want.
2. Please save the files according to our extension mechanism to ensure that the upgrading will not override the codes modified.
3. Ultraedit is recommended for editing in Windows and save it as utf-8 coding in nobom. Otherwise it will cause system malfunction.