How to assign background color to Test project that I have created?? I read through the user manual, and it says can be assigned but it did not mention how.
fman wrote:NO.
Please read comments inside config* files before start asking for help.
Please do some effort on your own (at least IMHO)
You should mention it in the user manual. I dont even know what and where to look for in order to make a change on the color. I come to this forum to search for the answer by looking through every post because there is no such thing as POST SEARCHING.
What the forum for if you ask us to find by ourself. I hope not to flood this forum though. I have tried despite your discouragement on doing this but I dont see any ugly effects upon selecting a test projects.
Hello,
search
config.inc for something like this define('TL_TESTPROJECT_COLORING','none');
and change
it to
define('TL_TESTPROJECT_COLORING','background');
Then it's possible to define the background color, on the "Test Project Management " page
schlundus wrote:Hello,
search
config.inc for something like this define('TL_TESTPROJECT_COLORING','none');
and change
it to
define('TL_TESTPROJECT_COLORING','background');
Then it's possible to define the background color, on the "Test Project Management " page
It is a layz approach by answering "Have you read the user manual?" or "Have you read config files?".
The forum is suppose for discussions and asking questions among users. I expect the forum could provide some better informations other than the config files. some of the comments in the file are not clear.