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)

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.


All times are GMT. The time now is 01:38 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.01253 seconds
  • Memory Usage 1,750KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_html_printable
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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