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!


All times are GMT. The time now is 04:09 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.03740 seconds
  • Memory Usage 1,738KB
  • 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
  • (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