plugin : members group by colour in forumhome

Empty2002

New member
I use this plugin since version 3.5 . 3.6 and its nice and easy for veiwing member group in main forum all wha u have to do it to upload the plugin and
enter the style>> edit templates >> forumhome
search:
PHP:
<td class="alt1" width="100%"> 
            <div class="smallfont"> 
                <div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div> 
                <div>$activeusers</div> 
            </div> 
        </td> 
    </tr>

Below It Add:

PHP:
<tr> 
        <td class="thead" colspan="2"> members group by colour</td> 
    </tr> 
    <tr> 
        <td class="alt1" colspan="2" ><span class="smallfont">$legend</span></td> 
    </tr>

demo

work with
3.5.x
3.6.x
3.7.x






 
Back
Top