View Single Post
Old 11-13-2005, 04:02 AM  
eger
Member
 
Join Date: Mar 2003
Posts: 40
Default

Harm,

That new basicreplace works perfect for color per section. For anyone wanting to try, make the code adjustment to proc ioB:basicreplace posted by Harm above. Then be sure to add the colors to ioBanana.tcl:
Code:
set ioBvar(colour) 7
set colour(APPS) 5
set colour(0DAY) 5
set colour(MP3) 2
Then in your skin you can use the %scolour variable for that sections color. Example NEWDIR:
Code:
set announce(NEWDIR) "\[[b][c]%scolour[b][b]%section[c]-[c]%colourNEW[c][b]\] [b]%user[b]/%group has just started [b]%relname[b]."
Thanks Harm!
eger is offline   Reply With Quote