Main Menu
collapse

Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

User Info

Welcome Guest.
Please log in.

Who's Online

  • Dot Guests: 920
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]


NEED HELP? If you're looking for support with Simple Portal, look no further than the Support Board!

Who's Online Today

Started by jsdoyle, November 19, 2008, 10:37:29 AM

Previous topic - Next topic

0 Members and 4 Guests are viewing this topic.

jsdoyle

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!

ibm450


jsdoyle

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!

Costa

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
Hugo "Costa" FernandesCrudelius est quam semper mortem timere

Burke Knight

Quote from: 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

May not be what the OP asked for, but it's what I was going to ask for. :)
Thank you.

Costa

You're welcome dude ;)

Farewell
- Costa
Hugo "Costa" FernandesCrudelius est quam semper mortem timere