News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Users Online Today Mod

Started by Nibogo, November 06, 2005, 01:42:31 AM

Previous topic - Next topic

nakre07

How can i use this mod Turkish-utf8 with another theme ?
i did try creat a folder called MembersOnlineToday.turkish-utf8 and then put it in the theme im using but its still English any idea ?

Am'

Translation french-utf8

$txt['uot_users_online_today'] = 'Les utilisateurs connectés Aujourd\'hui';
$txt['uot_total'] = 'Total';
$txt['uot_visible'] = 'Visible';
$txt['uot_hidden'] = 'Caché';
اذا أحس أحد انه لم يخطأ ابدا في حياته, فهذا يعني أنه لم يجرب أي جديد في حياته
My Mods For SMF 2 RC3 : XQuote XCode - Vbulletin Style New Meta Tags

fairytears

Hello

Great mod  :)

I am using smf 1.1.11 and I was wondering if there is any way to show the total members yesterday besides the users online today.

Thank you  :)

aw06

Quote from: fairytears on March 11, 2010, 10:07:51 PM
Hello

Great mod  :)

I am using smf 1.1.11 and I was wondering if there is any way to show the total members yesterday besides the users online today.

Thank you  :)

yeah, good idea...

Users Logged In Today - Users Logged In Yesterday xxx

:: ShopinJA.com Powered by SMF 1.1.19 | Ig-Oh Theme by Koni | 70 Rock Solid Error Free Mods | Many Custom Edits & Tweaks ::
- Host Unlimited Websites - Free Website Builder & Templates - Unlimited Disk Space & Bandwidth

Dream of Omnimaga

Quote from: Carceri on February 19, 2010, 08:17:42 AM
Quote from: Filipina on February 18, 2010, 03:49:42 PM
I want Users Online Today to show for guests on the forum main. I am assuming this is a permissions issue but I cannot find the setting.

Take a look at the readme.txt file included with the mod.
I can't find the readme in the 1.4.0 download. I would like to be able to do the same thing as Filipina, but I use SMF 1.1.11, so I cannot use 1.5.x. Could you post the instructions on what to change to make the online today list show users for guests as well?

aw06

#1465
Quote from: DJ Omnimaga on March 13, 2010, 04:13:37 AM
Quote from: Carceri on February 19, 2010, 08:17:42 AM
Quote from: Filipina on February 18, 2010, 03:49:42 PM
I want Users Online Today to show for guests on the forum main. I am assuming this is a permissions issue but I cannot find the setting.

Take a look at the readme.txt file included with the mod.
I can't find the readme in the 1.4.0 download. I would like to be able to do the same thing as Filipina, but I use SMF 1.1.11, so I cannot use 1.5.x. Could you post the instructions on what to change to make the online today list show users for guests as well?

Thank you for using the Users Online Today Modification,

This modification allows users to see who logged in during the day.

It is possible to chance a few options for by editing the BoardIndex.php
file. The default options found there, are the following:

$membersOnlineTodayOptions = array(
                'sort' => 'login_time',
                'reverse_sort' => true,
                'period' => 'current_day',
                'canview' => 'registered',
);

The following options are possible:

Option:          sort
Possible Values: 'login_time', 'member_name'
Description:     Sort the user list by either login time or their username

Option:          reverse_sort
Possible Values: true, false
Description:     Sort the user list in ordinary or reverse order

Option:          period
Possible Values: 'current_day', 'last_24_hours', 'last_7_days'
Description:     The period the user list covers

Option:          canview
Possible Values: 'admin', 'registered', 'everyone'
Description:     Determines who can view the user list


But this does not seem to be the case for 1.1.11
:: ShopinJA.com Powered by SMF 1.1.19 | Ig-Oh Theme by Koni | 70 Rock Solid Error Free Mods | Many Custom Edits & Tweaks ::
- Host Unlimited Websites - Free Website Builder & Templates - Unlimited Disk Space & Bandwidth

Dream of Omnimaga

Yeah, this is only for 2.0 RC, and I tried some code edits shown in page 64 of this thread (and earlier) but they cause template parsing errors when viewing the board index, which indicates these edits probably conflicts with another mod I use

aw06

#1467
File to Edit ............. /Themes/yourtheme/BoardIndex.template.php

Quote from: JimM on May 27, 2009, 03:32:45 PM
Where was my head yesterday?  Also change this line:

if (!empty($context['users_online_today']) && !$context['user']['is_guest'])

To this:

if (!empty($context['users_online_today']))

Try that.

I only did the above and got it working, with no error ,,,
:: ShopinJA.com Powered by SMF 1.1.19 | Ig-Oh Theme by Koni | 70 Rock Solid Error Free Mods | Many Custom Edits & Tweaks ::
- Host Unlimited Websites - Free Website Builder & Templates - Unlimited Disk Space & Bandwidth

hcfwesker

#1468
I'm on SMF 1.1.11  -- the MOD is working great.

But, is there an edit so you can display the total number of guests, as well in this table?  So it displays as

instead of ---  Total: 67 (Visible: 67, Hidden: 3)

it shows  ---   Total: 67 (Visible: 67, Hidden: 3, Guests: ###)

And, I would also like to know how to change it so "guests" can also see the member list in the Users Online Today  table, as well.

Thank You for any help on this. :)

aw06

The post above yours show you how the change it so guest can see the list ...

And there is no way to count guest in the online list..
:: ShopinJA.com Powered by SMF 1.1.19 | Ig-Oh Theme by Koni | 70 Rock Solid Error Free Mods | Many Custom Edits & Tweaks ::
- Host Unlimited Websites - Free Website Builder & Templates - Unlimited Disk Space & Bandwidth

hcfwesker

Thank You, sir.  :)

When I read through the above posts, I thought it was referring to SMF 2.0

I'll check it out now :)

kenchix1

#1471
I installed this mod on 1.1.11, I saw the figures but can't see the descriptions, it only displays :

: 10 (: 9, : 1)
user1, user2, user2, user4, user4, etc...


What files should i modify ? (there's no readme on 1.4)

thanks.

hcfwesker

Should be under your  ...../Themes/Your Theme/Board.Index.Template.php file.

kenchix1

Quote from: hcfwesker on March 22, 2010, 01:16:04 AM
Should be under your  ...../Themes/Your Theme/Board.Index.Template.php file.

I am using the default theme. I think what I need is where to put or modify these:

$txt['uot_users_online_today'], $txt['uot_total'], $txt['uot_visible'], $txt['uot_hidden']

I can't see the description of the numbers displayed below the info center.

Thanks.

kenchix1

I got it.

Modifications.english-utf8.php

Thanks. :)

hcfwesker

If your default language is set to English-utf8  ; I'd recommend changing it to just "English" under your Server Settings in your AdminCP.  Most all files under languages/english files are automatically updated when installing packages.

fairytears

I am using smf 1.1.11 and I was wondering if there is any way to show the total members yesterday besides the users online today.

Sorry for asking again, I would really like to do this. So, if anyone knows how, I would really appreciate the help   :)

Galjoen

#1477
Hi, have read all 74 pages, but could not find "working solution"  Is it possible to hide form everyone except admin and mods. This is just so we can see who have been
online without going to each and every member.
I am running 1.1.11. Thanks, any help appreciated

To make this work I also  had to edit my .utf8 files

kat

#1478
http://www.simplemachines.org/community/index.php?topic=374505.0
Trying to support this guy and ran into a problem...


At the bottom of the page, it says:


1.5.4: SMF 2.0 series (< 2.0 RC1-1)
1.5.6: SMF 2.0 series (>= 2.0 RC3)



Which is odd.


That means 1.5.4 is for v2 BEFORE RC1-1 and 1.5.6 is for RC3 and later.



Where does RC2 come into this? (Or have I misunderstood?)

Info~

Yes please help, this is confusing!?

Advertisement: