vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - Track Guest Visits (https://vborg.vbsupport.ru/showthread.php?t=232182)

ErnieTheMilk 01-20-2010 08:44 PM

Installed but not working for me! :(

djbaxter 01-24-2010 02:04 AM

Using version 4.003 of this add-on with vBulletin4.01.

Quote:

Total guests that have visited the forum in the last 24 hours: 1,105
Visitors (960),Logged In (15),
But your companion add-on says this:

Quote:

Total members that have visited the forum in the last 24 hours: 31
with all the member names listed.

What exactly is "logged in" counting in this add-on?

Paul M 01-24-2010 08:15 PM

Members who initially view the forum as a guest, and then login.

djbaxter 01-24-2010 09:33 PM

Thanks, Paul

One more: What are "Logged In Spiders"? How can a spider log in?

Paul M 01-24-2010 09:45 PM

Logged in Spiders ?

Not exactly sure what that would be, possibly people calling the login page, but not actually logging in.

djbaxter 01-24-2010 09:56 PM

Quote:

Originally Posted by Paul M (Post 1965623)
Logged in Spiders ?

Not exactly sure what that would be, possibly people calling the login page, but not actually logging in.

I don't recall seeing it before either but it's there today - see attachment.

I tried searching for the phrase "logged in spiders' but it came up blank.

Paul M 01-24-2010 10:05 PM

I checked, and what I said before isnt possible, you must sucessfully login to be classed in that group.

It looks to me like you have edited the logged in phrase. Doing that will not update existing records, those are people who logged in before you edited it.

djbaxter 01-25-2010 12:22 AM

Quote:

Originally Posted by Paul M (Post 1965638)
I checked, and what I said before isnt possible, you must sucessfully login to be classed in that group.

It looks to me like you have edited the logged in phrase. Doing that will not update existing records, those are people who logged in before you edited it.

You're right. I went back and reverted that phrase "translation" and that returned everything to normal.

Thanks.

rumas 02-20-2010 08:27 PM

I got this error trying to update to 4.03....

Quote:

Database error in vBulletin 4.0.2:

Invalid SQL:

UPDATE template SET
styleid = -10
WHERE product = 'paulm_trg_40' AND styleid = -1;

MySQL Error : Duplicate entry 'Display_Guestlist--10-template' for key 'title'
Error Number : 1062
Request Date : Saturday, February 20th 2010 @ 04:23:04 PM
Error Date : Saturday, February 20th 2010 @ 04:23:10 PM
Script : http://domain.com/admincp/plugin.php?do=productimport
Referrer : http://domain.com/admincp/plugin.php?do=productadd
IP Address : 72.38.44.70
Username : Admin
Classname : vB_Database
MySQL Version : 5.1.30

djbaxter 02-20-2010 08:36 PM

Quote:

Originally Posted by rumas (Post 1987594)
I got this error trying to update to 4.03....

See https://vborg.vbsupport.ru/announcement.php?f=245&a=47

rumas 02-20-2010 08:59 PM

Worked like a charm, thank you djbaxter!

djbaxter 02-20-2010 09:15 PM

You're welcome. It's called "pay it forward". Somebody else showed me that tip - just passing it along. :)

betts02 02-21-2010 09:50 AM

Cheers and working fine for me

majsm 02-22-2010 06:08 AM

How do I view the "list of guests"?

zeroality 03-03-2010 01:41 AM

Just upgraded to 4.0.2 and installed latest version of this MOD. For some weird reason, the permissions weren't showing up in usergroup manager so I uninstalled the MOD (losing my guest data in the process :() then reinstalled and it worked.

At least it kept my "most guests" record. :) Great job Paul.

Diablotic 03-12-2010 11:54 AM

Is it possible to save all those information into txt on the fly?

Paul M 03-12-2010 03:54 PM

Not without editing code etc.

-=Leb=- 03-16-2010 11:15 PM

thx for the update

sKippah 03-17-2010 03:48 PM

Thanks , Very Nice.
How can i change this outputTotal guests that have visited the forum in the last 24 hours: 1 that i can use it for englisch and german language?? Is there any way, cause i am running a 2 language board. Thx

Paul M 03-17-2010 08:43 PM

You just create a translated phrase like you would for any other phrase.

DJ29Joesph 03-19-2010 09:16 AM

Just wondering... I have a dark background on my forums, when I use the plugin, the text along with the background are white... would that be an issue with the style of the plugin... or a style issue with my style on the forum?

Paul M 03-19-2010 11:01 AM

Which text, the forumhome or the listing pages ?

Debbi 04-04-2010 08:18 PM

Love this! Great tool for admins. Thanks so very much.

arco 04-09-2010 09:46 PM

Doesn't look good on a dark style. Same with the member tracking mod.

Paul M 04-09-2010 10:34 PM

Well obviously if you have customised your style then you will need to customise the css in the mod as well. Its designed for the default style.

arco 04-10-2010 03:04 AM

Yeah I know it can be changed. I just can't understand why hard coded values needs to be used, instead of stylevars so that the output follows the look of your installed style. Anyway, I made changes to the css so it does exactly that. Feel free to use it. :up:

custom_trg.css
Code:

.vistable {
    font-weight: bold;
    text-align: center;
}

.vistable td {
    padding:4px;
    vertical-align:top;
    border-left: {vb:stylevar tabslight_border};
    border-right: {vb:stylevar tabslight_border};
    border-bottom: {vb:stylevar tabslight_border};
}

.vistable .alt1 {
    background: {vb:stylevar threadbit_background};
}

.vistable .alt2 {
    background: {vb:stylevar threadbit_alt_background};
}

.vistable .left {
    text-align: {vb:stylevar left};
}

.vistable .normal {
    font-weight: normal;
}


Paul M 04-10-2010 11:17 AM

Quote:

Originally Posted by arco (Post 2018710)
Yeah I know it can be changed. I just can't understand why hard coded values needs to be used, instead of stylevars so that the output follows the look of your installed style. Anyway, I made changes to the css so it does exactly that. Feel free to use it. :up:

Im not an html/css person - I just about manage to get things working - I find the vastly over complicated vb4 stylevar system almost impossible to follow, trying to work out which one of 500+ to use, and then it might change in the next version.

However, if these work then 'll keep this post in mind for future updates. :)

zeroality 04-13-2010 06:28 PM

Was wondering if there was any way I could show this mod to specific usergroups without them being able to see IPs/history/etc?

Paul M 04-13-2010 08:48 PM

Did you read the main post ?

Quote:

Four new usergroup permissions are provided in the usergroup manager.

* Can View the Guests Visited Display - Members can view the guests visited display on Forumhome.
* Can View Guest IP Addresses - Members can see the ip addresses of visiting guests.
* Can View Guest Visits List - Members can view the list of guest visits page.
* Can View Guest Tracking Data - Members can view the individual guest visit tracking page.

zeroality 04-14-2010 08:22 AM

Ugh, my most profound apologies. Thanks.

DJPushpu 04-21-2010 04:36 PM

i am installed this mod

DJPushpu, you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

my usergroup permission
Guest Tracking Permissions
Can View the Guests Visited Display.
Yes
Can View Guest IP Addresses.
Yes
Can View Guest Visits List.
Yes
Can View Guest Tracking Data.
Yes

Can View Who's Online
Yes

Can View IP Addresses
Yes

Can View Detailed Location Info for Users
Yes

Can View Detailed Location Info of Users Who Visit Bad / No Permission Locations
Yes
Then on i am not view ip address

BadgerDog 05-12-2010 01:17 AM

Installed, along with all of Paul's mods... great stuff.... really enhances vBulletin usage IMHO ... :)

Anyway, we have a problem with all of his mods with our new vb4 style and I didn't know if anyone here could help us out....

All the text is "white" on a "white background" and as you can see from the pic, it can't be viewed. Well, it can be if one takes their mouse and click scans over it causing it to highlight. :D

So, can anyone tell us where to look to change whatever variable it is that will make this text black?

Thanks... appreciate any feedback ...

Regards,
Badger

Paul M 05-12-2010 10:41 AM

You need to change the custom css that comes with the mod.

BadgerDog 05-12-2010 11:10 AM

Quote:

Originally Posted by Paul M (Post 2035641)
You need to change the custom css that comes with the mod.

Thank you Paul... appreciate the guidance ... :)

Unfortunately, I'm an old veteran who doesn't know where to look for this. I've become pretty good at installing add-ons (yours are really easy and make me look compotent .. :D ), but this CSS stuff I'm even sure where to look.

I thought one of the guys here might be able to help me do that on all of your modes. Once I've done one, I can probably do the rest. I think it's got something to do with arco's post above, but I haven't been able to locate that file or where to edit it. :o

Regards,
Badger (Doug)

Paul M 05-12-2010 06:50 PM

The css associated with the mod is in a template called custom_trg.css

BadgerDog 05-12-2010 10:05 PM

Quote:

Originally Posted by Paul M (Post 2035913)
The css associated with the mod is in a template called custom_trg.css

Thanks Paul ... :up:

That got me looking in the right area and I spent the afternoon getting an education in CSS ... :D

Mimicking arco's approach, I managed to modify all the "custom_" templates associated with all your mods and have fixed the color issues in each of them to work with our style.

Appreciate the support ... :)

Regards,
Badger

fluidswork 05-13-2010 04:53 PM

Great work ....................

Barteh 07-12-2010 09:47 AM

Been using your vB3.x version a while now and it works quite well, but I'm currently doing a test run for our vB4 + vBA migration and for some reason 'track guest visits' is not showing up on FORUMHOME, not even with the unmodified default skin.
Both 'master enable' and 'enable display' are set to yes, and to prevent old vB3 stuff from interfering I've set 'overwrite' to yes when importing the product xml. What could cause this?

Paul M 07-12-2010 12:56 PM

Nothing should cause it - unless you havent uploaded the bitfield file and set the usergroup permissions ?

Barteh 07-13-2010 09:10 AM

Quote:

Originally Posted by Paul M (Post 2068035)
and set the usergroup permissions ?

Guilty as charged, thanks :)


All times are GMT. The time now is 10:08 PM.

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.01521 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
  • (1)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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