vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Members who have visited the forum (Today or last 24 hours). (https://vborg.vbsupport.ru/showthread.php?t=82769)

kartik786 03-12-2006 07:06 PM

Anyway to also list the number of guests visiting the board ? for a board where the guests are too many and very few members registered members logging in, it would be quite a bad total members visited display.

Please tweak it to show number of guest users visited as well :)

Paul M 03-12-2006 07:32 PM

Sorry, but as previously explained, no record of guests is kept for this hack to use.

ryans 03-13-2006 06:39 AM

can you have the next release tell the total amount of guest that visited the site today too?

Paul M 03-13-2006 11:16 AM

Did you read the post above yours ? It's not possible.

Mano 03-13-2006 01:28 PM

Installed works just fine

bada_bing 03-13-2006 02:45 PM

Quote:

Originally Posted by Paul M
You have completely removed the what's going on section so this will never work unless you add some code back.

Above this line ;

HTML Code:

<!-- icons and login code -->
Add ;

HTML Code:

<!-- what's going on box -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
        <tr>
                <td class="tcat" colspan="2">$vbphrase[whats_going_on]</td>
        </tr>
</thead>
<!-- end logged-in users -->
</table>
<br />


Excellant that worked great..Thank you..

xxshatteredsoul 03-14-2006 06:18 AM

Works great
:banana:
/Installs

on4ya 03-14-2006 08:53 PM

I just installed this and it works fine but I had to removed vbadvanced_cmps first because a had a error.

A very good programm.

Thanks :D

ed2k_2 03-18-2006 02:36 PM

what's the problem in my installation, 2 (duplicate) panel of Who Visited Today appeared at the button of my forumhome?

Viruseater 03-19-2006 12:35 PM

Is there a way to make this NOT display the banned usergroup? I've got one member who, believe it or not, has been found physically stalking the owner of the forum (i'm just his server manager and friend) and he's registered hundreds, if not thousands of usernames. His IPs are banned but he's got a way somehow to keep changing nets at SBC. I've banned as far away as Class "B" and he can still chang them.

Now that I installed this plugin he sees it as a trophy. The guy is mentally ill (not sarcastic) and has a restraining order, but I can't stop him from hitting the forums. I also own the company that hosts this, and I can't just ban the provider from my routers because it's too big.

I don't know how else to accomplish this. Joe wants to leave the banned members visible on who's online but I don't see any way to do both.

Any thoughts?

http://forums.joerogan.net/

Paul M 03-19-2006 01:14 PM

The easiest way would be to edit the sql in the "Members who have visited (2)" plugin.

Change

PHP Code:

WHERE lastactivity " .$cutoff. " ORDER BY username 

to

PHP Code:

WHERE user.usergroupid <> AND lastactivity " .$cutoff. " ORDER BY username 

Assuming that group 8 is your banned group.

Viruseater 03-19-2006 01:43 PM

That worked perfectly. Thank you!

Kirk Y 03-20-2006 04:22 PM

First off, great hack Paul. I've always loved this, ever since it was released for 3.0.x. This is however, the first time I've ever had a problem with it. It was working fine a few days ago, when I installed it, but now, for whatever reason, it's not showing up on my forumhome. I've tried reinstalling the plugin and have checked my settings for it; everything should be working -- but it's not. I did recently install the Plugin Acc., Template Cache, and Template Comp. hacks... could they have had some kind of adverse effect on it?

Paul M 03-20-2006 05:08 PM

I have no idea, since I don't use any of them, but it sounds very much like thay have broken something. Turn them off and see what happens.

Kirk Y 03-20-2006 06:38 PM

I disabled all of them through the Product Manager, but still nothing. Should I try manually removing all the edits? There were a few code modifications needed in admincp/global.php, global.php, and admincp/template.php.

Edit: I'm not sure what I did, I just logged out and then back in... and it was there again. I dunno, perhaps my board is possessed. Thanks for your help though Paul.

EasyTarget 03-20-2006 10:10 PM

hey paul, nice hack.

Is there a way it could be modified to do the same thing but for a subforum? So it'll show who's visited the one subforum in 24 hours (as well as keep the one on forumhome).

Paul M 03-20-2006 10:54 PM

No, vb does not keep any record of such things.

EasyTarget 03-20-2006 11:29 PM

well there's the currently viewing subforum option in vboptions (I have it disabled because I don't want it running in every forum, just in one), so wouldn't there be a way to track it from those users?

BamaStangGuy 03-21-2006 08:19 AM

Just curious but if I remove the guest usergroup from being able to see it is the code still being ran for it or does it not run the code at all? What I am wondering is if I make it so that guests do not see it is it still going to reduce the load on the server?

Paul M 03-21-2006 11:30 AM

It only runs the code for allowed groups - however, the difference in load would be small.

MrsBee 03-21-2006 05:29 PM

I installed this , but it is only showing up to Administrators and Moderators. I downloaded it again and re-installed it with no luck. Any idea as to what I can do to fix it? Thanks!

TheMusicMan 03-21-2006 06:13 PM

Quote:

Originally Posted by MrsBee
I installed this , but it is only showing up to Administrators and Moderators. I downloaded it again and re-installed it with no luck. Any idea as to what I can do to fix it? Thanks!

Amend your settings for this in forum home options in AdminCP.

MrsBee 03-21-2006 06:19 PM

Should there be an additional section in the Forums Home Page Options when this is installed? I have everything set to display who's online, which it does. It just isn't showing this addition.

MrsBee 03-21-2006 06:20 PM

Nevermind, I found it right under the Forums Home Page Options. Thanks, it's working now!

TheMusicMan 03-21-2006 06:41 PM

Quote:

Originally Posted by MrsBee
Nevermind, I found it right under the Forums Home Page Options. Thanks, it's working now!

... as I mentioned in #742

BamaStangGuy 03-21-2006 07:44 PM

Quote:

Originally Posted by TheMusicMan
... as I mentioned in #742

He is saying it is not actually in the forum home settings but right under it.

LILMORA4 03-22-2006 03:11 AM

can someone explain to me how and where to install this hack??? thanx

photongbic 03-24-2006 10:00 PM

Is there anyway to have this plugin track guests that come to a site? A simple number of guest visits would be fine?

Let me know.

Paul M 03-24-2006 11:53 PM

Read the previous page.

photongbic 03-25-2006 12:00 AM

I see hacks tracking spiders, how does that differ from guests? Or are both beyond the scope of this mod? By the way, great mod!

Paul M 03-25-2006 12:29 AM

Quote:

Originally Posted by photongbic
I see hacks tracking spiders, how does that differ from guests?

Spiders are guests.

The only spider tracking hacks I know are real time displays, they don't count the number of unique visitors over time.

photongbic 03-25-2006 01:04 AM

Thanks! I have a forum that has LOTS of guests and need a way to display this. Any thoughts? :confused:

EasyTarget 03-25-2006 06:28 AM

Quote:

Originally Posted by EasyTarget
well there's the currently viewing subforum option in vboptions (I have it disabled because I don't want it running in every forum, just in one), so wouldn't there be a way to track it from those users?

so you don't think there's a way to tie into the default viewing subforum option in the admincp in order to track users to a specific subforum?

Paul M 03-25-2006 04:36 PM

Just to be clear here since people keep asking about can it do this/that/the other - I have no plans to make any changes to this - it does what is was designed to do - and that's it as far as I'm concerned. :)

flfooty tv 03-25-2006 10:56 PM

i dont see an option to change what groups canview this in forum home page options

coz as it stands only admin can view it..

Regards

Paul M 03-25-2006 11:22 PM

Look harder, or re-install it.

EasyTarget 03-26-2006 12:25 AM

Quote:

Originally Posted by Paul M
Just to be clear here since people keep asking about can it do this/that/the other - I have no plans to make any changes to this - it does what is was designed to do - and that's it as far as I'm concerned. :)

I wasn't asking you if you could change it, just if you thought it would be possible to be adapted (not by you) to show users who visited a subforum. You said vb didn't keep track of that, but then vb has the option to show users currently viewing subforums, which is why I brought that up (because to me that seems to indicate vb does keep track of that in some form).

Paul M 03-26-2006 01:54 AM

Just like guests, vb does not keep a record of it, people viewing sub-forums is just a realtime display, at the point of viewing. :)

EasyTarget 03-26-2006 02:54 PM

thanks.

kpr 03-26-2006 04:00 PM

Where can i get the template modification part for this as no matter what i do it doesnt show up.


All times are GMT. The time now is 06:39 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02151 seconds
  • Memory Usage 1,820KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete