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)

bashy 09-22-2006 04:49 PM

I meant "when" sorry...

Also i have the AI bot installed as well, and hwen that posts it sometimes messes up, So i am thinking that when the rss and bot posts, they post at the speed of light (so to speak) and it looks like the spy cannot keep up with it, thats what it looks like, I know the bot aint your problem and is hopefully being resolved (slow him posting) so its just the rss feeds..

If one rss is posted its ok, but if theres 2 or more thats when it messes up.
I think the rss feeds posts at virtually the same time, therefore if a smal 1 or 2 second delay can be implemented between posts thats should help

Does this make any sense to you lol

Timan 09-22-2006 05:52 PM

Quick question about modifying the look of the threadbits...

Is there a way to make the bg color of each table row alternate from class="alt1" to class="alt2"?

kushal 09-22-2006 07:40 PM

This is a great mod, allmost making board live of content.

Adrian Schneider 09-22-2006 09:13 PM

I made some major adjustments to mine, take a looksie... The only one not visible here is a 10 minute refresh, to check for new private messages and to update any posts I've read.

Cool New Features

bashy 09-22-2006 10:15 PM

Any chance of your modification Adrian please? :)

Adrian Schneider 09-22-2006 10:33 PM

Mine also has vBSEO rewritten URLs, so it's a bit diff. I may post it later when I clean it up some more.

BTW if anyone wants alternating rows, here is an easy way to accomplish it.

--

In va_spy.js find
Code:

function spyinit() {
Above it, add
Code:

var rowClass = 'alt2';
Find
Code:

highestid = Math.max(parseInt(spyid), highestid);
above it, add
Code:

rowClass = rowClass == 'alt2' ? 'alt1' : 'alt2';
Find
Code:

text = '
For every <td> (with or without a class="alt1" or "alt2") make it
Code:

<td class="' + rowClass + '">
Remember that some of the cells have alignment set, so be sure to keep that intact.

MPDev 09-22-2006 10:38 PM

Thanks, Adrian!

I'm going to add PhotoPost thumbnails here shortly for new photos added to the gallery.

warnmar10 09-24-2006 02:33 PM

Quote:

Originally Posted by warnmar10
Other than that one, minor annoyance this is a nice add.

On my site, in Firefox or IE, it only works for guest.

If I log in and run vaispy.php?do=xml under Firefox, everything looks to be in order, I see exactly what I would expect to see but it doesn't display anything on the vaispy.php page.

If I log out in Firefox, browse to vaispy.php it works.

If I open a new tab and log in, it continues to work in the 1st tab.

If while I'm logged in on the 2nd tab I refresh the first tab it continues to work but it doesn't show me as logged in.

If I log in to the working instance on tab 1 it stops working.

I read all 5 pages and saw this problem mentioned 4 or 5 times, did I read past the answer somewhere?

Very cool for my guests though.

It is still no work for me only guests can view, it correctly pulls posts only from forums with guest permission but pulls nothing for logged in users.

MPDev 09-25-2006 05:44 PM

1.1.11 - 9.25.2006
vaispy.php
va_spy.js
- added SirAdrian's mods for thread status icons and alternating row colors
- added code to prepopulate the first 10 rows with existing threads allowing for 5 new ones to be added in scrolling mode (versus scrolling starting from the first thread).

firstrebel 09-25-2006 06:14 PM

Something is not right, look at http://www.volvoclub.org.uk/forum/vaispy.php.

There are different fonts in the first column Event.

Bob


All times are GMT. The time now is 08:05 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.01713 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
  • (6)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