Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBISpy module - live AJAX feed of new threads - for vBAdvanced CMPS Details »»
vBISpy module - live AJAX feed of new threads - for vBAdvanced CMPS
Version: 1.01, by MPDev MPDev is offline
Developer Last Online: Dec 2016 Show Printable Version Email this Page

Category: Portal Software - Version: 3.6.0 Rating:
Released: 09-11-2006 Last Update: 09-27-2006 Installs: 110
Template Edits
 
No support by the author.

This is my first module for vBAdvanced, but its a simple one, so I don't expect any installation problems.

You can see an example of this working on:

ViperAlley.Com

You must already have a working copy of the vBIspy client v1.0.7 or better in place. (vB 3.5 users need v1.06 or better)

INSTALLATION

Add the vbispyblock.module to your vBAdvance portal - keep in mind the size of the block when you choose it's placement - if you use three columns, then really only the center column will work.

To install you should have a working copy of the VBIspy client already working on your system. Once you have one of the clients working adding vBIspy blocks to other pages becomes easier.

################################################## ################################
################################################## ################################

STEP 1

Because vBAdvanced CMPM usually resides outside of the forum directory, you will need to make one change to the clientscript/va_spy.js script that comes with vBIspy.

In va_spy.js, find:

Code:
var vburl = '';
and change this to read:

Code:
var vburl = '/forum/';
using the name of the directory your forums are in in place of "forum". This is important as otherwise the links from the vBIspy block will not resolve to the forum directory.

################################################## ################################
################################################## ################################

STEP 2

You will need to modify the 'adv_portal' template to add a few lines:

################################################## ################################

Find:

Code:
$headinclude
Add after:

Code:
<script language="javascript" src="{$vbulletin->options['bburl']}/clientscript/va_prototype.js"></script>
<script language="javascript" src="{$vbulletin->options['bburl']}/clientscript/va_effects.js"></script>
<script language="javascript" src="{$vbulletin->options['bburl']}/clientscript/va_spy.js"></script>
<script language="javascript">
    spymax = 10;
    highestid = 0;
</script>
################################################## ################################

Find:

Code:
$footer
Add after:

Code:
<script language="javascript">
    spyinit();
</script>
################################################## ################################

You are done. Activate the module and you should start seeing a live feed of threads on your portal page.

If you do not see an updating list of threads:

1) Double check that your vBIspy.php script is working properly!
2) Make sure you followed the above instructions.
3) If all else fails, open the JavaScript Console in Firefox and see what errors you might be getting.

1.0.1 - 9.28.06
Modified template for module to support 1.0.12 release of vBIspy (you can modify your template manually from this post; but you also need to note the changes to the spymax and addition of the highestid variable to be changed in your adv_portal template).

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #222  
Old 06-02-2008, 01:32 PM
dizzine dizzine is offline
 
Join Date: Oct 2005
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dancue View Post
Ah...you guys are ALL going to love me!!!

STEP THREE:

Open adv_portal template and find this:
Code:
$headinclude
add below: (Replacing what's in red with your information)
Code:
<script language="javascript" src="{ENTER FULL URL/clientscript/va_prototype.js"></script>
<script language="javascript" src="{ENTER FULL URL/clientscript/va_effects.js"></script>
<script language="javascript" src="{ENTER FULL URL/clientscript/va_spy.js"></script>
<script language="javascript">
    spymax = 10;
    highestid = 0;
</script>
Find:
Code:
$footer
Add Below:
Code:
<script language="javascript">
    spyinit();
</script>
Almost every time I have an issue with something not working on a vbadvanced script I have to enter the full url. I tried it on this, and voila!!

I am using vBAdvanced 3.0.1 and vBulletin 3.7.0 Gold
many thanks..i found if i took out the '{' marked in green in your original code i could get it to work..:up:
Reply With Quote
  #223  
Old 06-02-2008, 03:08 PM
dancue dancue is offline
 
Join Date: Feb 2008
Posts: 569
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oops. I've edited my post.
Reply With Quote
  #224  
Old 06-14-2008, 08:12 AM
dizzine dizzine is offline
 
Join Date: Oct 2005
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have increased the number of displayed posts to 20 in the .js file but my module box will not increase in height above 10 posts..!
anyone know what the problem could be..or how i can force the height value in the .php/template..?
many thanks..
Reply With Quote
  #225  
Old 07-09-2008, 05:11 PM
OcR Envy's Avatar
OcR Envy OcR Envy is offline
 
Join Date: May 2008
Location: Boston
Posts: 248
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Still doesn't work for me even with dancue's recent post. Everything displays correctly no javascript errors but it does not load the content.
Reply With Quote
  #226  
Old 12-10-2008, 06:54 AM
Lustikus Lustikus is offline
 
Join Date: Dec 2007
Location: Germay
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

I tired it many hours without any success.

But finally it works for me.
My forum is 3.7.3 and vBa 3.0.1
check out http://forum.xbox-offensive.eu

what I did:

first:

Do not change the line in step 1
var vburl = '';
leave it as it is!

second:
now do the second step, there has nothing changed

and third and last step:
add a new module in your admin panel as you see in post number #212

now it shows me my content without any problems
Reply With Quote
  #227  
Old 12-11-2008, 02:02 PM
sectomy sectomy is offline
 
Join Date: Oct 2008
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ive seen that some forums got for example 10 topics, but only 2 are "sliding in"...how can i change that ?
the number of postings that are static and the new ones are updated live ? so for the first visit ?

you know whatta mean ?
Reply With Quote
  #228  
Old 12-23-2008, 12:14 PM
Harmachis Harmachis is offline
 
Join Date: Dec 2008
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i tried vBulletin 3.7.4 PL1 with vBAdvance CMPS 3.1 (latest), vBulletin 3.7.4 PL1 with vBAdvance CMPS 3.0.1 & vBulletin 3.6.8 PL2 with vBAdvance CMPS 2.2.1

but the result is same.

when i tried to upload the *.module file of vBISpy module - live AJAX feed of new threads - for vBAdvanced CMPS, it shows The file you have uploaded is not a valid module file.

what should i do ?
Reply With Quote
  #229  
Old 03-05-2009, 02:47 PM
dancue dancue is offline
 
Join Date: Feb 2008
Posts: 569
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've upgraded my forum to 3.8 and it is working just fine with my corrections.

For those of you who have tried it before and not got it to work, you should retry following my directions because I have found some mistakes in the original post.

Here is the fix for people who want this on there CMPS.

For those of you who want to see a live demo click here.
Reply With Quote
  #230  
Old 04-12-2009, 10:16 PM
starplatinum starplatinum is offline
 
Join Date: Feb 2009
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

doesn't work with AJAX Tabs Content Script - Version 3.0 (YUI)

Any hint to make it works ?
Reply With Quote
  #231  
Old 05-04-2009, 10:07 AM
Carnage Carnage is offline
 
Join Date: Jan 2005
Location: uk
Posts: 760
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dancue View Post
I've upgraded my forum to 3.8 and it is working just fine with my corrections.

For those of you who have tried it before and not got it to work, you should retry following my directions because I have found some mistakes in the original post.

Here is the fix for people who want this on there CMPS.

For those of you who want to see a live demo click here.

The module file dosn't work with later versions of vb advanced it seems. I like you figured out how to add it manually and to save other people the trouble, heres an XML module file that i exported from my working setup.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:47 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.08012 seconds
  • Memory Usage 2,317KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (10)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete