Changelogs

Who is General Failure and why is he reading my hard drive?

FixCore
, in 28 November 2017

Forums

You will have to reinstall the web for which the new database will be applied.

If you do not want to reinstall the web, you can install it manually. Find it here: 8ed52e8

You can define the color of the letters in the configuration application/config/fixcore.php on line 33 $config['staff_forum_color']
Keep in mind what now you will have to reinstall the web because fixcore.php now has new lines.

If you do not want to reinstall the web and manually enter this code then follow these steps:

Enter to application/config/fixcore.php

After line 20 - $config['realmlist'] paste the following lines.

/ *
| --------------------------------------------------------------------------
| Forum STAFF Color
| --------------------------------------------------------------------------
|
| Enter the code of the color you want for STAFF publications in the forum
| Use the following page to obtain the color code.
| http://htmlcolorcodes.com/
| Default: 00b4ff
|
* /
$config['staff_forum_color'] = "00b4ff";
Example.
Example.