vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - vBISpy - AJAX real-time feed of new posts/threads (https://vborg.vbsupport.ru/showthread.php?t=125947)

Niber 10-26-2007 09:06 PM

Has anyone had success integrating Selective Forum Filter & vBISpy? vBISpy is the only addon that seems to ignore the filter (New Posts filter works fine) .

unitedbreaks 10-26-2007 09:23 PM

Sweet hack.

Is there anyway it can be remotely called and slimed down (no templates)?

Would like to include it on my homepage via i-frame or as php include.

Thanks!

InfidelMatt 10-29-2007 03:04 AM

I also use inferno vbshout lite on my forum, and it would be uber if there were a way to run it on the top of the vaispy.php page.

Anyone know how to go about doing this?

MPDev 10-29-2007 11:40 AM

You can't run multiple polling products on the same page; only one timer can be running at a time. Probably the only way to make it work would be to combine the timer code of vbispy into the timer code of the shout.

ams3521 10-29-2007 08:52 PM

Hi and great hack, only problem i have is the actual width of the page as i would like to put i in a wrapper.

Is there anyway to make the page width 765 wide, if that could be done it would be great.

Thanks.

ams3521 10-29-2007 10:04 PM

Forget the above as i think i've managed it, I just put in the size i wanted as pixels instead of % on all of the tables.

ams3521 10-29-2007 11:36 PM

Nah it didnt work, I can get it down to 796 but it does not seem to get any less, if anybody can tell me how to reduce the main table width to 675 pixels I'll be very grateful.

Niber 11-07-2007 08:06 PM

Has anyone implemented any type of throttling/caching? It appears when we hit around 1,700+ users online the server ceases to respond due to the resource requirements of so many vBISpy inquiries.

malakaikingston 11-10-2007 02:02 AM

Great mod and the support in this thread is unreal.

I wish more mods were this well supported and written.

Thanks, seriously...

COBRAws 11-10-2007 04:48 PM

Quote:

Originally Posted by ringleader (Post 1316415)
I don't know if this is right, but it works for me:

In vaispy.php

FIND

Code:

$datecut = "AND thread.lastpost >= " . (TIMENOW - ($daysprune * 86400));
$prefetched = null;

AFTER ADD

Code:

if ($vbulletin->userinfo[usergroupid] == 1)
{
        print_no_permission();
}

This disables the page for unregistered/not logged in guests.

Thanks for this, but how could I add another usergroup?

Code:

if ($vbulletin->userinfo[usergroupid] == 1,2)
Or maybe something like this

Code:

if ($vbulletin->userinfo[usergroupid] == 1 OR userinfo[usergroupid] == 2)
I dont believe my examples are correct, anyone could help me? :)
Thanks


All times are GMT. The time now is 04:07 AM.

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.01749 seconds
  • Memory Usage 1,736KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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