jscfan Posted January 8, 2004 Posted January 8, 2004 sorry if this is the wrong section to ask this question, feel free to move if necessary. I noticed that the forums here at TCH (this one) has the forums users color-coded to show who's a Member, Moderator or part of the staff. How can I activate that on my Invision forums? Quote
TCH-Dick Posted January 8, 2004 Posted January 8, 2004 in your admin control panel, edit groups. There is a spot to specify the color. Quote
jscfan Posted January 8, 2004 Author Posted January 8, 2004 thanks for the help Mike, that was easy...I changed the color and all, but I still can't find where I can place these titles "Moderator | Member" under all the users. one last question man on the Avatar section, how can I add a gallery with all the avatar displayed at the same time just like the ones you guys have it set up here @ TCH forums? thanks again Mike. Quote
TCH-Dick Posted January 9, 2004 Posted January 9, 2004 To add the Staff | Moderator | Member part requires some HTML editing. In admin cpanel go to skins and templates> html templates Click manage html next to whatever template set you use, if you only have one skin there will only be one template set. Click on board index sections, scroll down the list till you see Active users row and click edit single Heres what our code looks like > <tr> <td class='pformstrip' colspan='2'>$active[TOTAL] {ibf.lang.active_users}</td> </tr> <tr> <td width="5%" class='row2'><{F_ACTIVE}></td> <td class='row4' width='95%'> <b>{$active[GUESTS]}</b> {ibf.lang.guests}, <b>$active[MEMBERS]</b> {ibf.lang.public_members} <b>$active[ANON]</b> {ibf.lang.anon_members} <div class='thin'>{$active[NAMES]}</div> <font color="red"><b>Staff</font> | <font color="blue">Moderator</font> | <font color="green">Member</font> </b><br><br> {$active['links']} </td> </tr> <!--IBF.WHOSCHATTING--> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.