![]() |
| |||||||
| IPB General Support Post your questions here, no bug reports. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Member | hey again guys, Forumer username: lkulbida board URL: http://phantomguild.9.forumer.com/ OR http://www.phantomguild.tk/ board type: Invision Power Board w/ IPDynamic i have a quick question about changing something involving User Groups. i want to edit the bottom portion of the board that says Board Statistics. right now it looks like this: Code: Board Statistics 2 user(s) active in the past 15 minutes 1 guests, 1 members 0 anonymous members Strider, test Show detailed by: Last Click, Member Name [Administrators] [Junior Admins] [Moderators] [Arbiters] [Guardians] SO I WANT IT TO LOOK LIKE THIS: Code: Board Statistics 2 user(s) active in the past 15 minutes 1 guests, 1 members 0 anonymous members Strider, test Show detailed by: Last Click, Member Name [Administrators] [Junior Admins] [Moderators] [Arbiters] [Guardians] |
| | |
| | #2 (permalink) |
| VIP Team | please do a search before asking a question. this has been covered many times! look at question #6 - http://forum.forumer.com/showthread.php?t=4675 |
![]() http://www.theriseoftsm.com/ List of TsM Gaming Servers (CSS, TF2, UT2K4 and more): http://theriseoftsm.com/servers.php TsM Ventrilo Server - Click Me | |
| | |
| | #3 (permalink) |
| Errrrrrrrr ![]() | Yes it can be done You need to open admin CP > skins and templates then manage skin set in the field labelled title click on html now click on expand to edit (on the board index row) scroll down to the 'active user row' and click on edit single. You will have something that looks like this Code: <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>
{$active['links']}
</td>
</tr>
<!--IBF.WHOSCHATTING-->
Now between the </td> and </tr> add this Code: <br>[<font color="SlateGray">Administrators</font>] [<font color="Red">Junior Admins</font>] [<font color="Blue">Moderators</font>] [<font color="YellowGreen">Arbiters</font>] [<font color="Orange">Guardians</font>]</br> |
| | |
| | #4 (permalink) |
| Member | ok thanks alot guys....i got it to work... for some reason it wont let me make the Administrators color gray, it always makes it really bright green even when i put grey. but its all good i will just pick another color for Administrators. Thanks again |
| | |
| | #6 (permalink) |
| Member | o nvm...lol i just spelt gray wrong... lol k everything is exactly how i wanted it...perfect..thanks guys |
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Colored User Groups | Homer Simpson | phpBB2 General Questions | 1 | 12-24-2004 06:08 PM |
| [resolved]*Changing Color Of Display Name For User Groups? | Anime Cult | IPB General Support | 14 | 07-03-2004 01:33 AM |