SimplePortal

Customization => Custom Coding => Topic started by: jsdoyle on November 19, 2008, 10:37:29 AM

Title: Who's Online Today
Post by: jsdoyle on November 19, 2008, 10:37:29 AM
I have a mod installed on my forum that displays down at the bottom of the forum page the users that have been online for the the day, not just those currently online.

Anyway to create a block that will do this?

Also, I would like to make the "Who's Online" block's title clickable to show the current page the members are on.  Any easy fix to do that?

Thanks!
Title: Re: Who's Online Today
Post by: ibm450 on November 21, 2008, 12:30:08 AM
great idea, any1?
Title: Re: Who's Online Today
Post by: jsdoyle on November 21, 2008, 10:27:34 AM
I found a post here how to add the second part of my request.  I added to the block code a line that says "Doing What?" and it takes you to the "who" page.  Got that part working.

Still would love to have a block that mimics the "Who's Online Today" mod.

Thanks!
Title: Re: Who's Online Today
Post by: Costa on November 21, 2008, 01:23:11 PM
that's is possible

on Themes/default/languages/SPortal.{your language}.php.

Code: (find) [Select]
$txt['sp-onlineouser'] = 'Total Users:';
Code: (replace) [Select]
$txt['sp-onlineouser'] = '<a href="http://yourdite.com/forum/index.php?action=who" target="" title="">Total Users:</a>';
The Total users stay clicable to the list of who's online

EDIT:

It's not that you want ;P
Title: Re: Who's Online Today
Post by: Burke Knight on November 27, 2008, 07:47:54 AM
that's is possible

on Themes/default/languages/SPortal.{your language}.php.

Code: (find) [Select]
$txt['sp-onlineouser'] = 'Total Users:';
Code: (replace) [Select]
$txt['sp-onlineouser'] = '<a href="http://yourdite.com/forum/index.php?action=who" target="" title="">Total Users:</a>';
The Total users stay clicable to the list of who's online

EDIT:

It's not that you want ;P

May not be what the OP asked for, but it's what I was going to ask for. :)
Thank you.
Title: Re: Who's Online Today
Post by: Costa on November 27, 2008, 08:49:24 AM
You're welcome dude ;)

Farewell
- Costa
SimplePortal 2.3.8 © 2008-2024, SimplePortal