Users Online Today Mod

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

Previous topic - Next topic

rarach

I apologize if this has already been asked, but 50 some pages is a lot to sift through.. >.<

I have installed your mod, and it works great on one of the themes I have been tweaking myself for personal use, but it does not seem to work on the default. 
I tried doing the manual install as well, but I can not find $context += getMembersOnlineStats($membersOnlineOptions); in boardindex.php

What can I do?

mimo0o

hello rarach
did you choise the 1.4.0 type before submit the manul install..
try to check that

rarach


Sabre™

Quote from: rarach on October 09, 2008, 10:13:31 AM
I apologize if this has already been asked, but 50 some pages is a lot to sift through.. >.<

I have installed your mod, and it works great on one of the themes I have been tweaking myself for personal use, but it does not seem to work on the default. 
I tried doing the manual install as well, but I can not find $context += getMembersOnlineStats($membersOnlineOptions); in boardindex.php

What can I do?

Maybe look at the post above yours, and see that it was already asked, then wait for someone to figure it out.
Repeat posts and people not using the "search function" increase the clutter, increasing the amount of pages ;)
Also mention what smf version you have, custom theme etc etc..
The more info you offer, the easier the problem becomes to fix.

The 1.4.0 version of this mod is for SMF 1.1.6
And the 1.5.4 version is for SMF 2.0 Beta 4
Check you have the correct version, as that line is not installed in SMF 1.1.6
If you have done/checked these, then someone will be through to help. :)
Do NOT give admin and/or ftp details to just anybody, see if they are trust worthy first!!  Do your homework ;)


rarach

I am running 1.1.6, and downloaded 1.4.0. My problem is different than the person above me, because the mod will execute on my forum, it just will not appear on the default theme. It does work on a different theme though. This is why I posted my specific issue apart from the previous one. It didn't seem like a repeat post, since they said theirs didn't work at all. We are using the helios multicolor theme. The theme that the mod works on is dark day.


Sabre™

#1065
Ok mate.
So it is working ok on The Dark Day theme, but not the Helios Multi theme, and also not the SMF Default theme?
Can we have a link to your site please.
Do NOT give admin and/or ftp details to just anybody, see if they are trust worthy first!!  Do your homework ;)


rarach


Sabre™

You didnt answer the questions.
Are you calling Helios Your Default theme?
Quote from: rarach on October 10, 2008, 08:32:24 PM
....it just will not appear on the default theme........   
The theme that the mod works on is dark day.
Do NOT give admin and/or ftp details to just anybody, see if they are trust worthy first!!  Do your homework ;)


rarach

Yes, when I said that we are using helios multicolour, I mean that is the default.

Quote from: rarach on October 10, 2008, 08:32:24 PM
We are using the helios multicolor theme. The theme that the mod works on is dark day.

JimM

#1069
@rarach - The line you are looking for is not in SMF version 1.1.6.  In fact it is the first edit in the version for 2.0 Beta 4.  If you are doing the manual edits, you will need to make sure you select the 1.4.0 version of the mod and then select 1.1.6 for your version of SMF.


This is a great mod.  I just installed it without error on the SMF default theme and easily added to DilberMC. I did edit out one line because I didn't need the "Visible:  Hidden:" breakdown for the total.
Jim "JimM" Moore
Former Support Specialist

rarach

Thanks so much for your help! I finally got it to work after going through and re-doing the manual codes.  ;D

JimM

Glad you got it worked out rarach.
Jim "JimM" Moore
Former Support Specialist

mcrat

Quote from: Frozt on October 02, 2008, 07:21:07 AM
I install the version 1.4.0 in smf 1.1.6 but after logoff I can´t see the list of users in "Users Logged In Today", I see only the number of users logged today:
     
Total: xx (Visible: xx, Hidden: xx)
but not the list of name of that users


I search in all the admin settings and I can´t find an option for allow see the users logged today for visitors, I dont know if there are this option or if visitors cant see the list of users. When I login I can see the list of users logged today.

Is there an option for active it to see the list the visitors too?


In the Users Online module I can see the users logged if I loged or not

I have the default theme in the forum

I've got this problem as well, (1.4.0 using 1.1.6 SMF) except using modified default theme.

Is this mod supposed to show the amount of members logged in today, as well as their names? Or have I got it confused and it is only supposed to show the number of people logging in that day?

At the moment, like Frozt, I only see

Total: xx (Visible: xx, Hidden: xx)

but not the list of users who have logged in.

I manually copy/pasted the code in, so is there a specific section that I could have messed up? Any help would be great.

Sabre™

Quote from: rarach on October 12, 2008, 03:52:35 PM
Thanks so much for your help! I finally got it to work after going through and re-doing the manual codes.  ;D

Quote from: Sabre™ on October 10, 2008, 07:38:06 PM
Check you have the correct version, as that line is not installed in SMF 1.1.6

*sigh
Do NOT give admin and/or ftp details to just anybody, see if they are trust worthy first!!  Do your homework ;)


JimM

@mcrat - For guest, they only see the number.  Registered members should see the list of users that have been online today.  Additionally if you mouseover the username, it will display the time that user logged on. 
Jim "JimM" Moore
Former Support Specialist

mcrat

That's what I thought was supposed to happen JimM.

But when I log in (as admin) I only see the number of members, and not their names at all

JimM

It appears that you missed part of the edits.  Verify that you have made all of the edits for the BoardIndex.template.php file for you theme.  If you copied the box from the mod parser, that edit had a scroll bar and you seem to be missing the last part.
Jim "JimM" Moore
Former Support Specialist

mcrat

Ok thanks for that, I'll recheck the edits.

I just wanted to make sure that it wasn't behaving correctly before looking over it all :P

I'll post how I go when I get home and fix it. Cheers.

mcrat

Sorry for double post, but it's been a day so shouldn't be too big of a crime.. plus if I edited, JimM wouldn't see the bump and my 'thank you' post :)

I was checking edits, got to BoardIndex.template and noticed that when I had copied the text over, the bottom half of it had lost the formatting and all went on one line. This was a bit of a problem because the start of the line was a comment so it stopped the rest of it from displaying...

I just moved everything to where it should be, and it's all sweet now. Cheers JimM, and Frozt if you haven't figured it out yet, this is probably what has happened with you as well.

JimM

@mcrat - Glad you got it worked out.  I've noticed that happening when I manually mod something also and copy the modified lines using the mod parser.  I've begun just doing one line at a time which is probably a better way in the long run.
Jim "JimM" Moore
Former Support Specialist

 
Advertisement: