![]() |
I would love this for vb4 as well :)
|
Quote:
Can you post some guide on how to do that? They have a feature that will auto freeze after some timeout and you will have to click to refresh. I guess that's done to reduce server load for idle users. Would love to implement this in the iframe method as shown on that site. |
I don't really have a guide since there are so many ways people have asked to do this. All you have to do is edit the html to suit your needs (depending on where you want it - for example, in an iframe would require just changing the list to a shorter list and getting rid of the header and footer (but not the headerinclude).
|
thanksss works perfect on 3.8.4
|
MPDev has given me permission (via PM) to port this to vB4 - I will try to get it released by next week.
|
please integrate 'ignored users' into ispy4!
:up: Quote:
|
and... vBulletin4 https://vborg.vbsupport.ru/showthread.php?t=233759
|
Questions.
1. How to shorten the preview length? 2. Would all of vaispy.php be dumped into an Ultimate Side Column to make a collapsible sidebar? Thanks!!! |
Just did a fresh install on 3.8.5, and this plugin, and it simply doesn't load. The page loads, but it is not being ajaxy .. so to speak. It's just sitting htere, not updating, a manual refresh shows older threads too, kinda weird. :/
|
This is great and was so easy to install thanks for the great hack!
|
I used this on vB 3.7.3 but decided to simplify it and embed it as an iframe on SHOWTHREAD. I used a meta refresh in the head instead of ajax so all you need is one php file.
Features:
Code:
<?php To change refresh rate change this to the number of seconds you want: <META HTTP-EQUIV="refresh" CONTENT="120;url=/forum/vaispy.php"></META>To change the number of posts shown change these lines: $limitq = ( isset($_REQUEST['do']) ? "20" : "0,20" );and <td class="tcat">To embed it as an iframe, paste this under $navbar in SHOWTHREAD template: HTML Code:
<if condition="$show['member']"> /*$navbits =.....*/One last thing: One of our members was very suspicious when his browser was loading a file called vaispy! |
I get an error on line 254
|
That's exactly as I have it on my forum and it works. What does the error text say and do you know which is line 254?
EDIT: Is the error in vaispy or showthread? If in showthread do you already have the original version of vaispy working? If so rename the original one "vaispy_original.php" EDIT 2: I put this in notepad and found line 254: header( 'Content-Type: text/xml' . ($stylevar['charset'] != '' ? '; charset=' . $stylevar['charset'] : '') ); Maybe a real coder can help. |
Quote:
|
I edited my version of vaispy to fix some things that one of my forum members pointed out. If you have already copied the file make the following edits:
find: <div class = "tborder" style="overflow:auto; border-top-width:0px;" width="100%;">and remove the ";" find: <body style="margin:0px;" onload="spyinit();">and remove "onload="spyinit();"" The latter may cause problems in older versions of IE |
I use this with 3.8.5 and it works great. However, I have an issue with a wiki mod I have in place.
In a nutshell, I need to add "&do=comments" to the showthread link that is generated. I edited the script, changing the $post_url definition appropriately. This works for the initial "static" entries that show up when the script is first loaded, but the subsequent entries that load from the top don't seem to be generated from the $post_url variable. I'm at a loss as to where to fix this. EDIT: Just found where to edit it in va_spy.js :) |
<div class = "tborder" style="overflow:auto; border-top-width:0px;" width="100%;">
and remove the ";" The ; is optional, and doens't fix an issue, it's non exist. It works with and without the last ; style="this:that" or style="this:that;" the ; is there by default, and without it, is just more short hand. the ; must actually be there, if you add more .. style="this:that; another:one;" is the same as style="this:that; another:one" :) Just saying :) It doesn't cause bugs, nor fix them. |
Just installed this mod in 3.8.4 and it worked first time. Simplest install ever. Thanks OP very nice mod.
|
Working on 3.8.6
http://www.dieselbombers.com/vaispy.php I added my chatroom and some google ads Anyone know how to make it parse smilies and show avatars? |
Same here, works great on 3.8.6
Have been using it for a very long time. Can't go without it....lol I have one question though, it does not seem to work with LiteSpeed. Does anyone have a fix for that. Thanks! |
Is there any kindhearted person out there that can help me to get this to work with LiteSpeed?? Please!!
|
Does anyone know what the issue is with Litespeed servers?
Also I notice that forums with ampersand (&) in the title show up with the HTML & code instead. |
Diesel, are you on VPS or Dedicated, did you notice any increase in server load with the live feed? Thanks.
Quote:
|
Does anybody know how to get this to stop refreshing after a certain period for idle users, to try and reduce server load?
|
You could probably put a META REFRESH tag in the header to forward the user to the main forum index after 5 minutes or so.
Code:
<meta http-equiv="refresh" content="300;url=http://www.yoursite.com/forums/" /> |
Not work :(
Quote:
|
Quote:
here: https://vborg.vbsupport.ru/showthread.php?t=243429 |
Quote:
|
Anyone want to tell me how to shove this into a Ultimate Side Column? :D
|
Quote:
|
Really? I installed it fine and the page displays but I don't get any new/live updates of new threads. :( You mind if I ask what host?
|
Quote:
|
Quote:
|
Quote:
|
Really? I have to try another computer then- for me it doesn't update at all and it doesn't even show my newest posts when I refresh, it's like 20 minutes behind... But thank you I'll keep playing with this.
|
Ok, something weird going on with yours, when viewing your board as a guest it seems to work fine, it updates and the faded posts are there at the bottom but it does seem to be a bit behind by about 2 hours I think it was, but then I registered and viewed it again and it didn't work at all, just keeps showing the same posts. Maybe a conflict with another add-on?
|
Thanks, I'll check as a guest...I registered on your site to see it and it was indeed working fine for me so it's not my browser.
One thing different through... when I look up what type of server you are running at: http://whois.domaintools.com/ for your domain, under server stats it lists: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 For my domain (http://whois.domaintools.com/juot.net) it lists simply: litespeed So maybe our servers are configured differently. |
I found the conflict, it was: Cyb Tic-Tac-Toe.
I have no clue why this would cause a problem honestly but when disabled vbISpy works as expected. My solution was to modify the main Tic Tac Toe "GS" plugin and edit the code, replace the first line (the if statement) with this: PHP Code:
-Edited Jan 15, 2011- I had the wrong code posted before. |
Thanks for the update Joe. Working well with 3.8.6
|
Quote:
Anyway, glad you figured it out. :up: Now it's your turn to help me again please :p Quote:
|
All times are GMT. The time now is 10:54 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|