Support #326
No colored list in lightirc 1.3
| Status: | Closed | Start date: | 08/06/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
Hi,
I think there s problem with the colored nicklist with the new version.
1) I modified config file with :
params.performContinousWhoRequests = true;
params.userListCustomFormatting = "realname=[0-9]\W[MmHh](.*?):userListMan,realname=[0-9]\W[FfWw](.*?):userListWoman";
2) And add color code in my css file
.userListMan {
color:#9900FF;
}
.userListWoman {
color:#0000FF;
}
Everything is grey. My users are using realname as "31 M Paris" (without "") , so it should be ok but it's not...
History
Updated by jacobo x-wing 10 months ago
Same for me, I tried the new great option without success. I make those two steps too.
Updated by Roast Chicken 5 months ago
Me too.
Updated by Valentin Manthei 4 months ago
- Tracker changed from Bug to Support
- Status changed from New to Closed
Can you please follow this tutorial, it has an updated regular expression: http://redmine.lightirc.com/projects/lightirc/wiki/Custom_user_list_appearance
Updated by Phil x 26 days ago
I made exactly the same thing as tutorial...
param in config.js + css modified. User list is black
Updated by Valentin Manthei 26 days ago
Please post a link to your chat.
Updated by Phil x 25 days ago
Dear Valentin
My website is www.rezochat.com
Updated by Valentin Manthei 25 days ago
It works if you put this instead of your existing parameters:
params.userListCustomFormatting = "realname=(^|[\\W_])\\d*\\d[\\W_][MmHh]:userListMan,realname=(^|[\\W_])\\d*\\d[\\W_][FfWw]:userListWoman";
params.styleURL = "styles/lightirc.css";