Difference between revisions of "Userlist color"

From Mibbit Wiki
Jump to: navigation, search
m (Created page with '{{notice|This is currently from the blog. At current time, no time to edit to become support article. As such, probably not too useful as a wiki article. Clean up required.}} …')
 
m (Removing blog parts.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{notice|This is currently from the blog.  At current time, no time to edit to become support article.  As such, probably not too useful as a wiki article.  Clean up required.}}
 
{{notice|This is currently from the blog.  At current time, no time to edit to become support article.  As such, probably not too useful as a wiki article.  Clean up required.}}
  
Mibbit had a customer request for different nickname colors to be set on connection, this was so that groups of chatters could be connected and shown by particular colors.
+
In widgets, it is possible to have each nick that joins be a different color.  To do so, two URI parameters must be used.
  
So, we added this feature.
+
#ciUserListColorNormal=true
 +
#csUserListColorNormal=%23<hex color>
  
To use it just add two items to your widget url as follows:
+
The first one tells Mibbit to enable nick colors, the second tells it what color for the connection.  The fully formed URI would look something like this:  <nowiki>http://widget.mibbit.com?&server=irc.mibbit.net&channel=%23mibbit&ciUserListColorNormal=true&csUserListColorNormal=%23ff0000</nowiki>
  
  1. ciUserListColorNormal=true
 
  2. csUserListColorNormal=%23<hex color>
 
  
The first one tells Mibbit to enable nick colors, the second tells it what color for the connection.  The fully formed URL would look something like this:
+
[[Category:Widget]][[Category:Uri parameters]]
<http://widget.mibbit.com?&server=irc.mibbit.net&channel=
 
%23mibbit&ciUserListColorNormal=true&csUserListColorNormal=%23ff0000>
 
 
 
Mibbit provides anyone with a website the tools to put live group-chat in context with less than 5 minutes setup time.
 
 
 
For the full list of URI parameters check here for what Mibbit can do;  http://wiki.mibbit.com/index.php/Uri
 
 
 
What’s next?  soccer team colors for 2010? or pick the hue of your favorite lightsaber, it’s up to you.  Happy coloring.
 

Latest revision as of 13:44, 5 September 2010

This is currently from the blog. At current time, no time to edit to become support article. As such, probably not too useful as a wiki article. Clean up required.

In widgets, it is possible to have each nick that joins be a different color. To do so, two URI parameters must be used.

  1. ciUserListColorNormal=true
  2. csUserListColorNormal=%23<hex color>

The first one tells Mibbit to enable nick colors, the second tells it what color for the connection. The fully formed URI would look something like this: http://widget.mibbit.com?&server=irc.mibbit.net&channel=%23mibbit&ciUserListColorNormal=true&csUserListColorNormal=%23ff0000