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)
-   -   Portal Software - vBISpy module - live AJAX feed of new threads - for vBAdvanced CMPS (https://vborg.vbsupport.ru/showthread.php?t=126421)

StevanMD 09-15-2006 12:23 PM

Quote:

Originally Posted by MPDev
Stevan,

I don't see a Live Feeds block on your index page at all; did you add the module?

Yes, I uploaded it from Download / Upload Module and it shows in the AdminCP. I also tried moving it to both left and right columns to see if it would show there, but it didn't.
Here is a screenshot:

MPDev 09-15-2006 12:31 PM

Well, I see all the code in place; except for the HTML from the template from the module. I'm afriad I don't know enough about vBadvanced to tell you why it isn't appearing if it is enabled; except to make sure the template is there.

StevanMD 09-15-2006 12:33 PM

Quote:

Originally Posted by MPDev
Well, I see all the code in place; except for the HTML from the template from the module. I'm afriad I don't know enough about vBadvanced to tell you why it isn't appearing if it is enabled; except to make sure the template is there.

I've found where I've gone wrong.
When installing the module, I didn't check the Update All Pages box. I've reinstalled the module checking that box and it's all fine now, and the module is the best one I've seen as of yet. Really.

Thanks

MPDev 09-15-2006 12:42 PM

Cool, be sure to click INSTALL. ;)

StevanMD 09-15-2006 12:44 PM

Quote:

Originally Posted by MPDev
Cool, be sure to click INSTALL. ;)

I just did and I also nominated it for the Mod of the month. :)

Capt. GannA 09-15-2006 02:33 PM

Quote:

Originally Posted by StevanMD
I've found where I've gone wrong.
When installing the module, I didn't check the Update All Pages box. I've reinstalled the module checking that box and it's all fine now, and the module is the best one I've seen as of yet. Really.

Thanks

lol, same was the case with me it seems. Thanks.

ZGeek 09-16-2006 11:18 PM

Quote:

Originally Posted by glorify
Any way to limit the characters?

I'd like to know this too. I've modified my module to run on my site but I'd like to limit the characters outputted by this bit. Anyone help?
PHP Code:

    if(title.length == 0) {
        
clip 'Unknown';
    } else {
        
clip '<a href="' post_url '" title="' preview +'" class="style1">' title '</a>';
    } 


stud 09-19-2006 12:44 PM

Are there any plans to update this code or to provide modification options? I have two questions regarding it.

a. how do you remove or modify the fade options? I'd like to reduce how faded the topics become.

b. how do you limit the number of stories scrolled? I changed the number that is displayed by modifying the Spymax number - however it still scrolls 10 or so stories first, making the loading time quite slow.

c. the ability to minimize it using the #top feature that many other modules use.

MPDev 09-20-2006 11:39 AM

a. You can change the fade options in the vBIspy module (va_spy.js)

/* Effect delay of fade-in */
var fadetime = .25;

b. In the vBIspy thread you'll find several references on changing the block size; but not only do you have to change the spymax number, you also need to add or remove rows from the table to reflect that number.

c. A minimize could be added easily, yes.

Spikeman 09-21-2006 02:51 AM

Excellent mod :) needed to change template slightly for complete intergration with style,(30 second job) but now it is perfect. Clicked install, thanks MPDev


All times are GMT. The time now is 08:58 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.01447 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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