Menu

#2 Colored Alerts

open
nobody
5
2006-09-06
2006-09-06
lqqker
No

Has the colored alerts function been taken out? In
the past the code was located in the base_conf.php
file. Should I be looking somewhere else? When I
add the code from 1.2.6 back in manually it seems to
work, but I'm not sure if this will cause a problem
that I may not be aware of.

/**
* This option is used to set if BASE will use
colored results
* based on the priority of alerts
* 0 : no
* 1 : yes
*/
$colored_alerts = 1;

// Red, yellow, orange, gray, white, blue
$priority_colors = array
('FF6666','FFFF00','FF9900','999999','FFFFFF','006600'
)
;

Thanks for looking and thanks for developing a great
tool.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.