<?xml version="1.0" encoding="windows-1255" ?>
<rss version="2.0">
<channel>
	<title>Israeli Support Forum -איחסון בחינם -פורום התמיכה הישראלי - מדריכים: מערכת אינויזיון</title>
	<link>http://www.ibforum.net/forum/tutorials/category/1-iooeeu-aedhaaeceaai/</link>
	<pubDate>Sun, 20 May 2012 00:52:05 +0000</pubDate>
	<ttl>1800</ttl>
	<description>מערכת הפורומים IP.Board</description>
	<item>
		<title>רקע לקבוצות משתמשים</title>
		<link>http://www.ibforum.net/forum/tutorials/article/1-oeo-iaaaoeaau-iuuiuei/</link>
		<description><![CDATA[This tutorial explains how to make a username in a certain group look like this:<br />
<br />
<span rel='lightbox'><img src='http://gyazo.com/cfbabcbfb9fd4ccdf318ff8ce32b173d.png' alt='תמונה מפורסמת' class='bbc_img' /></span> First of all go to the skin you want this to appear on (it could be all of them!).<br />
<br />
Then click on the CSS, then go to ipb_styles.css Go down to the bottom and add this code:<br />
<br />
.userManagement, .userCustomer, .userMember, .userValidating, .userGuest, .userStaff {color: white;background: #881418;padding: 3px 8px;font-size: 11px;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;display: inline-block;}<br />
<br />
<br />
note the:<br />
<br />
color: white;<br />
This makes the text white<br />
<br />
background: #881418;<br />
<br />
<br />
This determines the default color of the box, you could even use an image if you wanted! After that add this underneath what you have already added:<br />
<br />
.userMember {<br />
color: white;<br />
background: #31B404;<br />
padding: 3px 8px;<br />
font-size: 11px;<br />
-moz-border-radius: 3px;<br />
-webkit-border-radius: 3px;<br />
border-radius: 3px;<br />
text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;<br />
display: inline-block;<br />
}<br />
<br />
.userValidating, .userGuest {<br />
color: white;<br />
background: #EFEFEF;<br />
padding: 3px 8px;<br />
font-size: 11px;<br />
-moz-border-radius: 3px;<br />
-webkit-border-radius: 3px;<br />
border-radius: 3px;<br />
text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;<br />
display: inline-block;<br />
}<br />
<br />
<br />
.userStaff {<br />
color: white;<br />
background: #D59944;<br />
padding: 3px 8px;<br />
font-size: 11px;<br />
-moz-border-radius: 3px;<br />
-webkit-border-radius: 3px;<br />
border-radius: 3px;<br />
text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;<br />
display: inline-block;<br />
}<br />
<br />
.userCustomer {<br />
color: white;<br />
background: #8904B1;<br />
padding: 3px 8px;<br />
font-size: 11px;<br />
-moz-border-radius: 3px;<br />
-webkit-border-radius: 3px;<br />
border-radius: 3px;<br />
text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;<br />
display: inline-block;<br />
}<br />
<br />
<br />
<br />
Now to finish off: Go to "Manage Member Groups" Click on Members,<br />
<br />
On the Group Formatting Prefix box add this:<br />
<br />
&lt;span class="userMember"&gt;<br />
<br />
<br />
on the Group Formatting Suffix add this:<br />
<br />
&lt;/span&gt;<br />
and voila! you have your colored background!<br />
<br />
Groups and the codes to use:<br />
<br />
Spoiler<br />
<br />
<br />
Remember you can always edit any of the colors simply by changing the HTML color code in the CSS. (Tip: look for a "#")<br />
<br />
Once you have done all this you should get something like what is shown in the picture at the top!]]></description>
		<pubDate>Sun, 27 Nov 2011 18:49:06 +0000</pubDate>
		<guid isPermaLink="false">1</guid>
		<creator>mostang</creator>
		<category>1</category>
	</item>
</channel>
</rss>
