[2.0.19] Users viewing forum on Index

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in here. No new MODs will be accepted into the MOD Database for phpBB2
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.

Rating:

Excellent!
14
64%
Very Good
3
14%
Good
4
18%
Fair
1
5%
Poor
0
No votes
 
Total votes: 22

User avatar
will_hough
Former Team Member
Posts: 1955
Joined: Mon Feb 06, 2006 8:47 pm
Location: Michigan
Name: Will Hough
Contact:

Re: [2.0.19] Users viewing forum on Index

Post by will_hough »

My fault :oops:

Your colors are controlled in your ACP under Styles Admin click Management next to subSilver click edit. All your hex colors are there.

The colors that the mod uses are the same colors as all your text. If you want to just change the text from the mod, you will need to add a small bit of code. If you tell me the color and the text that you want changes, I could post the code instructions for you.
johnfosteruk
Registered User
Posts: 59
Joined: Mon Sep 03, 2007 1:48 am

Re: [2.0.19] Users viewing forum on Index

Post by johnfosteruk »

Is anyone working on a port to phpbb v3 for this one?
It'd be great to see how many people are viewing each board on the index page :D
cheers
momoftwo
Registered User
Posts: 188
Joined: Mon Mar 05, 2007 4:07 pm

Re: [2.0.19] Users viewing forum on Index

Post by momoftwo »

The colors that the mod uses are the same colors as all your text. If you want to just change the text from the mod, you will need to add a small bit of code. If you tell me the color and the text that you want changes, I could post the code instructions for you.
red would be good. thanks! :)
User avatar
will_hough
Former Team Member
Posts: 1955
Joined: Mon Feb 06, 2006 8:47 pm
Location: Michigan
Name: Will Hough
Contact:

Re: [2.0.19] Users viewing forum on Index

Post by will_hough »

momoftwo wrote:red would be good. thanks! :)
Can you paste the code that generates the text that you want red?
User avatar
will_hough
Former Team Member
Posts: 1955
Joined: Mon Feb 06, 2006 8:47 pm
Location: Michigan
Name: Will Hough
Contact:

Re: [2.0.19] Users viewing forum on Index

Post by will_hough »

I believe you are referring to the following code.

Find:

Code: Select all

      <span class="gensmall">
       <!-- BEGIN switch_users_viewing -->
       ({catrow.forumrow.USERS_VIEWING} {L_USERS_VIEWING})
       <!-- END switch_users_viewing -->
       </span>
Replace with:

Code: Select all

      <span class="gensmall" style="color:#FF0000;">
       <!-- BEGIN switch_users_viewing -->
       ({catrow.forumrow.USERS_VIEWING} {L_USERS_VIEWING})
       <!-- END switch_users_viewing -->
       </span>
You are adding

Code: Select all

 style="color:#FF0000;"
after

Code: Select all

<span class="gensmall"
Note the space between the end quote of gensmall and the word style.

Let me know if that works for you.
Captain Tycoon
Registered User
Posts: 46
Joined: Sat May 26, 2007 5:49 pm

Re: [2.0.19] Users viewing forum on Index

Post by Captain Tycoon »

How can i make this mod work with the Simple Subforums mod? (see below)
http://www.phpbb.com/community/viewtopi ... 5&t=336974

What edits do i need to make?
emre_k
Registered User
Posts: 11
Joined: Wed Nov 09, 2005 8:24 am

Re: [2.0.19] Users viewing forum on Index

Post by emre_k »

this mod, SipmleSubforums addon please...
buncos
Registered User
Posts: 51
Joined: Wed Apr 12, 2006 6:03 pm

Re: [2.0.19] Users viewing forum on Index

Post by buncos »

johnfosteruk wrote:Is anyone working on a port to phpbb v3 for this one?
It'd be great to see how many people are viewing each board on the index page :D
cheers
I 2nd that request. Please port this feature to phpbb3.
cally6008
Registered User
Posts: 292
Joined: Wed Nov 26, 2008 10:18 pm

Re: [2.0.19] Users viewing forum on Index

Post by cally6008 »

Has anyone worked a on phpbb3 version of this Mod (or one similar) yet ?
Post Reply

Return to “[2.0.x] MOD Database Releases”