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 - Member Visit Tracking (https://vborg.vbsupport.ru/showthread.php?t=201215)

J0PA 03-02-2009 01:10 PM

Great!! thank you

Drago912 03-02-2009 04:42 PM

ummm........still waiting on some help here. I cant see the mod and dont understand the template issue. I'm sure I clicked "installed"

sqzdog 03-03-2009 10:32 PM

I don't understand the "forumhook" part when installing this. What I am I supposed to do here?

Paul M 03-04-2009 07:14 AM

You dont do anything unless you have a customised Forumhome - the hook is part of the default vbulletin template.

MindStar 03-20-2009 11:21 AM

Hi excellent Mod, couple of suggestions for improving it...
  • Only show the link for detailed Member Tracking reports to users who have permission to see the link, i.e. rather than having a link that leads to a "permission denied" screen, omit the link.
  • Re-Order the permissions in the UserGroup screen so it is clear which permissions depend on others, i.e. the view IP addresses and Tracking Data options are irrelevant if users cannot see the Member Visits List.
Nominated! :)

Paul M 03-20-2009 01:46 PM

Thanks,

1. That cannot be done atm due to how they work, so they will remain as they are until I have time to convert them.

2. I suppose I could do this, but its not worth updating the mod just for that.

Kills 03-23-2009 09:37 AM

running 3.8.1 ..no problems here... Thanks Paul

Makc666 08-20-2009 11:52 AM

When you visit the page:
Code:

https://vborg.vbsupport.ru/misc.php?do=memberlist
There is a column named "User Name".

The name of that column is a URL
Code:

https://vborg.vbsupport.ru/member.php?userid=
Screenshot:
Attachment 103446

I see a fix for this one:

1.

Add the phrase:
Code:

<phrase name="trm_username" date="1191000001" username="Paul M" version="3.8.002"><![CDATA[<a href='member.php?userid={1}'>{2}</a>]]></phrase>
2.

Find the code:

HTML Code:

  <td class='alt$altclass'>
    <a href='member.php?userid=$memberlist[userid]'>$memberlist[user]</a>
  </td>

Replace it with:

HTML Code:

  <td class='alt$altclass'>
    $memberlist[user]
  </td>

3.
Find the code:

PHP Code:

$memberlist['user'] = $username[$memberlist['userid']]; 

Replace it with:

PHP Code:

$memberlist['user'] = construct_phrase($vbphrase['trm_username'],$memberlist[userid],$username[$memberlist['userid']]); 

And all works fine then ;)

Paul M 08-20-2009 02:58 PM

Yep, agreed, its minor but does need fixing. :)

MarkoP 08-22-2009 01:06 AM

Anyone have any idea why it shows so many members on this:

Called with DO = 'securitytoken'

Instead of being on a page it shows that...

Thanks!

oldlock 08-23-2009 08:41 AM

Is it possible to store the login info long term ? I have a forum that is subscriber access and the admins would like to be able to view a members login IP over time to see if wildly different ones are being used and if the timeframe the information is accessible for could be changed this might be a way to do it ?

Paul M 08-23-2009 09:50 AM

Anything is possible if you write the code, however, is it stands, you cannot do what you ask unless you keep all the information collected (which would create some huge tables).

rule0 08-28-2009 02:23 AM

This is awesome!! Thank you for sharing this.

SnowBot 09-01-2009 11:40 PM

Hi

Is their a way to remove the browser info?

Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1 BLAH BLAH BLAH bit :) cheers

Paul M 09-02-2009 09:17 AM

Remove it from where ?

SnowBot 09-02-2009 12:52 PM

When you click on one of the usernames it shows you their history, where they have been and what theyhave done :) Well on that page it shows you all the browser info also.

Paul M 09-02-2009 01:46 PM

Any particular reason you want to remove that ?

Its part of the "trm_memberview" phrase, edit that to remove it.

SnowBot 09-02-2009 03:29 PM

Hi Paul, its just not something my Mods need or have a use for thats all.

FOUND it, THANKS!

Changed to

{1} : <a href='member.php?userid={4}'>{3}</a>

TheChaosFactor 09-26-2009 11:57 AM

Very useful. Thank you.

Silencer Groans 10-06-2009 02:10 PM

Very nice

The installation operation was

Facility in Arabic for those who want

linuxututs 10-15-2009 10:19 PM

Quote:

Originally Posted by Makc666 (Post 1870979)
When you visit the page:
Code:

https://vborg.vbsupport.ru/misc.php?do=memberlist
There is a column named "User Name".

The name of that column is a URL
Code:

https://vborg.vbsupport.ru/member.php?userid=
Screenshot:
Attachment 103446

I see a fix for this one:

1.

Add the phrase:
Code:

<phrase name="trm_username" date="1191000001" username="Paul M" version="3.8.002"><![CDATA[<a href='member.php?userid={1}'>{2}</a>]]></phrase>
2.

Find the code:

HTML Code:

  <td class='alt$altclass'>
    <a href='member.php?userid=$memberlist[userid]'>$memberlist[user]</a>
  </td>

Replace it with:

HTML Code:

  <td class='alt$altclass'>
    $memberlist[user]
  </td>

3.
Find the code:

PHP Code:

$memberlist['user'] = $username[$memberlist['userid']]; 

Replace it with:

PHP Code:

$memberlist['user'] = construct_phrase($vbphrase['trm_username'],$memberlist[userid],$username[$memberlist['userid']]); 

And all works fine then ;)

Mine seems to working fine, but if these edits are correct , please do tell where to edit these edits.
And thank you, and Thanks for the Mod also.

Thanks,

segwayon 10-16-2009 04:52 AM

If I already have the "Members who have visited today" mod, can I install this one, too? Should I first uninstall that one to get the more features of this one?

Update: Wow, there was my answer on paragraph 1! Thanks Paul! [embarrassed] . . .

Paul M 10-16-2009 09:46 AM

Perhaps you should read the main post ;)

Quote:

Note that installing this will automatically remove the "Members Who Have Visited Today" modification.

segwayon 10-16-2009 12:29 PM

Paul,

I don't see the member tracking options within the Usergroup Manager, but the general options are under the VBOptions list. Am I looking for 4 new options within an existing header? Or should they be contained within a new 'Member Tracking' header?

Paul M 10-16-2009 01:11 PM

Sorry, Im not sure what your asking. What exactly are you looking for ?

segwayon 10-16-2009 06:09 PM

Quote:

Originally Posted by Paul M (Post 1900900)
Sorry, Im not sure what your asking. What exactly are you looking for ?

I'm looking for the viewing permissions within the UserGroup Manager. There I can see your 'Guest Tracking Permissions' options listed but not this new 'Member Tracking' options. I also tried to uninstall this mod and reinstall it but there's still no options for usergroups to view the member tracking page or the new tracking data on forumhome's 'whats going on' area.

Paul M 10-16-2009 06:58 PM

The you probably havent uploaded the bitfield file to the correct place.

segwayon 10-17-2009 12:29 AM

Quote:

Originally Posted by Paul M (Post 1901066)
The you probably havent uploaded the bitfield file to the correct place.

Yes, that was it. I saw the "/includes/" folder in the instructions but not the "/xml/". Thanks again, Paul!

oldlock 10-18-2009 11:00 PM

I've just installed this on a new site running 3.8.4 PL1 and it's not working . Odd, I have it working fine on other sites that have been upgraded to 3.8.4 PL1 .. (note they were upgraded with the patch files)

The sites are running the same mods too, which would seem to discount a conflict with other mods but point towards a conflict of some kind with the PL1 ???

Paul M 10-19-2009 08:43 AM

PL1 has zero effect on this (or any modification I would think).

Most likely the style you are using is missing the template hook.

VonDoom 10-19-2009 09:45 AM

Great Mod Paul, But im wondering if you might have any idea why it would show in every instance except one "Viewing Home Page"? Ive been all over my forum in testing this and the home page (vBadvanced) was not one of the pages i was ever on. However that the only place it says ive been.

Paul M 10-19-2009 11:26 AM

Home is actually the Forum Home, not vbadvanced.

Since I have no idea how vba works, maybe its interferring somehow.

oldlock 10-19-2009 12:11 PM

Quote:

Originally Posted by Paul M (Post 1901979)
PL1 has zero effect on this (or any modification I would think).

Most likely the style you are using is missing the template hook.

Seems to be there ?

Attachment 105459

oldlock 10-19-2009 12:13 PM

PS. Does'nt seem to be working in the default style either ...

Any pointers as to what else could be wrong ?

oldlock 10-19-2009 12:59 PM

I found out what was wrong, my brain ! Or rather lack of it. Seeing that I have this great mod working on other sites one would assume that I could remember how to use it ! (Doh).

All working fine now.

Thanks

VonDoom 10-19-2009 01:45 PM

Thanks Paul, Everything seems to have straightened itself out overnight.

Jeweetog 12-14-2009 07:50 PM

Hi Paul,

Got a quick question, can you modify this mod to have it a tab next to 'statistics' in the member's profile to show their tracked data in?

Thanks in advance!

Paul M 12-14-2009 10:43 PM

I think thats unlikely, but I wont completely dismiss it atm.

(It certainly wont happen in any 3.x version).

Gero50 12-17-2009 04:05 AM

Installed great no errors as of yet for me though I will report any I find.

Lolli 06-09-2010 10:49 AM

Is possible to tracking this: "send pm", "reply to", etc, in misc.php?do=memberview&member=xxx


All times are GMT. The time now is 12:54 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.01298 seconds
  • Memory Usage 1,829KB
  • 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
  • (6)bbcode_code_printable
  • (4)bbcode_html_printable
  • (4)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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