Customizing SMF > SMF Coding Discussion

Removing "user active in past X minutes" text from Users Online

(1/2) > >>

bigredinsider:
I would like to remove part of the display for members online. I want to keep the portion of the display that shows number of users online but remove the part that says "in the last X minutes."

I am running smf 2.0.2

Thanks!

bigredinsider:

--- Quote from: bigredinsider on August 06, 2012, 10:52:20 AM ---I would like to remove part of the display for members online. I want to keep the portion of the display that shows number of users online but remove the part that says "in the last X minutes."

I am running smf 2.0.2

Thanks!

--- End quote ---


I figured it out!  You guys can delete post if you'd like.

Dylert:
How did you figure that out? I would like to know.... :)

cicka:

--- Quote from: Dylert on August 09, 2012, 04:41:57 PM ---How did you figure that out? I would like to know.... :)

--- End quote ---

Change this language string in the index.english.php file in the languages directory.


--- Code: ---$txt['users_active'] = 'Users active in past %1$d minutes';
--- End code ---

to this:


--- Code: ---$txt['users_active'] = 'Users active';
--- End code ---

Dylert:
Thank you! Great! :)

Navigation

[0] Message Index

[#] Next page

Go to full version