<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Highlight user groups..</title>
		<link>https://www.cotonti.com</link>
		<description>Останні повідомлення в темі</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 11 Apr 2026 22:01:35 -0000</pubDate>

		<item>
			<title>..dot..</title>
			<description><![CDATA[Yes agree, that’s why I showed the example I was thinking of something like it for all parts. (But not like I made it, would probably be best if it was made as core or a plug.) The way I am thinking of it is to make it so it’s optional by default in the admin part to choose colors for admins and moderators and so on. It’s just a suggestion.]]></description>
			<pubDate>Ср, 10 Вер 2008 02:19:48 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=428&d=0#post1006]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Well, it's quite an easy trick anyone could use easily. The more problematic is coloring usernames in other site areas like forums, etc.]]></description>
			<pubDate>Вт, 09 Вер 2008 00:52:37 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=428&d=0#post992]]></link>
		</item>
		<item>
			<title>..dot..</title>
			<description><![CDATA[<strong>This I made a while ago for my site, it’s to make it more clear to the users how is admin or moderator, for now I only made it for the users.php part of the site but I was thinking of if it would be possible to make something like it to use by default? What do you think?</strong><br />
<br />
I used CSS to make the table and text in different colors, I also used the group numbers to recognize the member status.<br />
<div class="highlight"><pre class="css">
table.color5 	{ width:99%; margin:2px; padding:0px; }
table td.color5	{ border: solid 1px #827B60; padding:6px; background-color:#ECD672; margin:0px; }
table td.color5 a { font-weight:bold; font-size: 110%; color: #AF7817; }
table td.color5 a:hover { text-decoration:underline; color: #D92F6D; }

table.color7 	{ width:99%; margin:2px; padding:0px; }
table td.color7	{ border: solid 1px #827B60; padding:6px; background-color:#C6DEFF; margin:0px; }
table td.color7 a { font-weight:bold; font-size: 110%; color: #307D7E; }
table td.color7 a:hover { text-decoration:underline; color: #D92F6D; }
</pre></div>
<br />
<br />
For the HTML I simply just used the class I made along with the {USERS_ROW_MAINGRPID} tag like this.<br />
<pre class="code">
&lt;!-- BEGIN: USERS_ROW --&gt;

	&lt;tr&gt; 
		&lt;td class=&quot;color{USERS_ROW_MAINGRPID}&quot;&gt;{USERS_ROW_PM}&lt;/td&gt;
		&lt;td class=&quot;color{USERS_ROW_MAINGRPID}&quot;&gt;{USERS_ROW_NAME}&amp;nbsp;{USERS_ROW_TAG}&lt;/td&gt;
		&lt;td class=&quot;color{USERS_ROW_MAINGRPID}&quot;&gt;{USERS_ROW_MAINGRP}&lt;/td&gt;
		&lt;td class=&quot;color{USERS_ROW_MAINGRPID}&quot;&gt;{USERS_ROW_MAINGRPSTARS}&lt;/td&gt;
		&lt;td class=&quot;color{USERS_ROW_MAINGRPID}&quot;&gt;{USERS_ROW_COUNTRYFLAG} {USERS_ROW_COUNTRY}&lt;/td&gt;
		&lt;td class=&quot;color{USERS_ROW_MAINGRPID}&quot;&gt;{USERS_ROW_REGDATE}&lt;/td&gt;
	&lt;/tr&gt;

&lt;!-- END: USERS_ROW --&gt;
</pre>
<br />
Here is some examples links of what I mean...<br />
<a href="http://www.diggiart.se/users.php?f=W" rel="nofollow">LINK TO EXAMPLE 1 (Admin)</a><br />
<a href="http://www.diggiart.se/users.php?f=M" rel="nofollow">LINK TO EXAMPLE 2 (Mod)</a><br />
<br />
Sorry for the bad eng and explanation and the code I am in a bit of hurry and it was I while ago I made it, hope it’s understandable anyway.]]></description>
			<pubDate>Пн, 08 Вер 2008 20:05:20 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=428&d=0#post985]]></link>
		</item>
	</channel>
</rss>