Jump to content

Recommended Posts

Posted

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?

Posted

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. ;)

Posted

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-->

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...