Forum Hosting  

Go Back   Forum Hosting > IPB Support > IPB General Support

IPB General Support Post your questions here, no bug reports.


Reply
 
LinkBack Thread Tools Display Modes
Old 04-12-2005, 09:19 AM   #1 (permalink)
Member
 
lkulbida's Avatar
 
Join Date: Mar 2005

Location: Saskatoon, SK, Canada
Posts: 19
Rep Power: 0 lkulbida is on a distinguished road
fTrader: (0)
fBuck$: 122
Bank: 0
Total fBuck$: 122

My Forumer
My Country:
Send a message via MSN to lkulbida
Default display User Groups at bottom of page.

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
but i also want to include the names of all the usergroups...so like this:

[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]
is there any way i can do that???
lkulbida is offline   Reply With Quote
Old 04-12-2005, 09:34 AM   #2 (permalink)
VIP Team
 
johkalhaups's Avatar
 
Join Date: Mar 2005

Location: Indiana, USA
Posts: 3,281
Rep Power: 7 johkalhaups is on a distinguished road
fTrader: (40)
fBuck$: 690
Bank: 61,177
Total fBuck$: 61,867

My Forumer
My Country:
Send a message via MSN to johkalhaups
Default Re: display User Groups at bottom of page.

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
johkalhaups is offline   Reply With Quote
Old 04-12-2005, 09:42 AM   #3 (permalink)
Errrrrrrrr
 
Nick's Avatar
 
Join Date: Feb 2005

Location: London
Posts: 1,423
Rep Power: 5 Nick is on a distinguished road
fTrader: (5)
fBuck$: 1,229
Bank: 119,301
Total fBuck$: 120,530

My Forumer
My Country:
Default Re: display User Groups at bottom of page.

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-->
Copy and paste this into a document and save it (just in case you make a mistake).

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>
now save the changes.
Nick is offline   Reply With Quote
Old 04-12-2005, 12:19 PM   #4 (permalink)
Member
 
lkulbida's Avatar
 
Join Date: Mar 2005

Location: Saskatoon, SK, Canada
Posts: 19
Rep Power: 0 lkulbida is on a distinguished road
fTrader: (0)
fBuck$: 122
Bank: 0
Total fBuck$: 122

My Forumer
My Country:
Send a message via MSN to lkulbida
Default Re: display User Groups at bottom of page.

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
lkulbida is offline   Reply With Quote
Old 04-12-2005, 12:25 PM   #5 (permalink)
Errrrrrrrr
 
Nick's Avatar
 
Join Date: Feb 2005

Location: London
Posts: 1,423
Rep Power: 5 Nick is on a distinguished road
fTrader: (5)
fBuck$: 1,229
Bank: 119,301
Total fBuck$: 120,530

My Forumer
My Country:
Default Re: display User Groups at bottom of page.

Try using 'dcdcdc' instead of grey
Nick is offline   Reply With Quote
Old 04-12-2005, 12:27 PM   #6 (permalink)
Member
 
lkulbida's Avatar
 
Join Date: Mar 2005

Location: Saskatoon, SK, Canada
Posts: 19
Rep Power: 0 lkulbida is on a distinguished road
fTrader: (0)
fBuck$: 122
Bank: 0
Total fBuck$: 122

My Forumer
My Country:
Send a message via MSN to lkulbida
Default Re: display User Groups at bottom of page.

o nvm...lol

i just spelt gray wrong...

lol

k everything is exactly how i wanted it...perfect..thanks guys
lkulbida is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

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