vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - Digital Point Spy (https://vborg.vbsupport.ru/showthread.php?t=243429)

digitalpoint 12-14-2010 06:35 AM

Yep, works fine with 4.1.x

MonsterDK 12-14-2010 05:25 PM

Digital Point.... my host fixed the problem. They had to change a setting on their security that was blocking something.
Works great now.

So for those of you that can't get this to work. You have the templates, you have the database table.. still does not work? Contact your host and ask them to look at it. Refer to the advice that digital point gave me on the previous page.

Thanks for your help digital point!!

MonsterDK 12-14-2010 05:27 PM

QUESTION:
Is there a way to remove the link on the community drop down menu?
I'd rather just use the link to access it.

digitalpoint 12-14-2010 05:55 PM

You can disable the "Add Spy Link To Navigation" plug-in for the spy.

res6cue 12-15-2010 03:39 PM

Nice mod!

One issue found and fixed, figured I'd pass it along so you can update the php file. After trying out the 'Only Include Subscribed Forums' function, I received a database error email advising me that 'subscribeforum' was not a valid table. Naturally this is true, because I use the vb_ prefix in my database. So I changed line 80 in the php file to include the table_prefix, and it works fine now.

In spy.php change line 80 from:
Code:

FROM subscribeforum
To:
Code:

FROM " . TABLE_PREFIX . "subscribeforum

OziloZ 12-19-2010 01:36 AM

i have problems with turkish characters

It says "unknown" at thread/post section when somebody creates a new thread or post a message.

Is this compatible with vb 4.1.0 PL2?

OldSchoolDSL 01-10-2011 03:53 PM

Quote:

Originally Posted by res6cue (Post 2134302)
Nice mod!

One issue found and fixed, figured I'd pass it along so you can update the php file. After trying out the 'Only Include Subscribed Forums' function, I received a database error email advising me that 'subscribeforum' was not a valid table. Naturally this is true, because I use the vb_ prefix in my database. So I changed line 80 in the php file to include the table_prefix, and it works fine now.

In spy.php change line 80 from:
Code:

FROM subscribeforum
To:
Code:

FROM " . TABLE_PREFIX . "subscribeforum

This surely does help. Thank you.

Installed and working

4.1 PL2 :)

res6cue 01-11-2011 06:06 PM

Ok I found a rather odd issue that hopefully can be resolved:

From time to time, nothing populates on the page for logged in users. However if you log out and check the page as a guest, it populates! I've tried a ton of things to get it to work, including disabling all other mods, to no avail. The digitalpoint_spy table has all the entries in it (as evidenced by the page populating for guests), but it just refuses to populate for logged in users from time to time. The 'Only Include Subscribed Forums' option makes no difference, either it works or it doesn't regardless.

Is there anything that could be causing this behavior? It's driving me nuts, because I really want to keep this mod around, it's extremely handy and our users love it...when it works!

beatyourtruck 01-12-2011 02:28 AM

Quote:

Originally Posted by digitalpoint (Post 2133887)
You can disable the "Add Spy Link To Navigation" plug-in for the spy.

Can you explain this a little more? what file to edit? Thanks! GREAT mod....my moderators love it to watch over the herd LOL

res6cue 01-12-2011 09:19 AM

Quote:

Originally Posted by beatyourtruck (Post 2147834)
Can you explain this a little more? what file to edit? Thanks! GREAT mod....my moderators love it to watch over the herd LOL

The easiest way to disable the link from showing on the navbar is to go to the Plugin Manager in the AdminCP, find Product : Digital Point Spy, uncheck the Active box for Add Spy Link To Navigation, then save active status. No need to edit any files.


All times are GMT. The time now is 10:57 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.01531 seconds
  • Memory Usage 1,741KB
  • 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
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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