vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - vBISpy - AJAX real-time feed of new posts/threads (https://vborg.vbsupport.ru/showthread.php?t=233759)

sqzdog 01-21-2010 09:23 PM

I second that! If this were a widget, I could definitely use it. Thank you!

MPDev 01-21-2010 10:10 PM

For the record, yes, I gave permission for this to be ported.

SpongeBob71 01-21-2010 10:29 PM

Oh wow....I def. second the widget idea if this is possible.

-Sponge

Eric 01-21-2010 11:09 PM

I do not have access to vB4 Suite (simply because I can't afford it), so it may prove difficult to build a widget for it, myself.

Eric 01-21-2010 11:11 PM

Quote:

Originally Posted by clmazin (Post 1962759)
This is my first install; never used it on 3.x.

vBSEO is not installed.

It appears the most recent five threads get the proper link, and the others get the t=xxxx version.

Attaching a snapshot of my installed products...

I've not been able to reproduce this with my testing - however I will try to look into the code more to see if I can find any problems.

Just out of curiosity, what browser are you using - and have you had any users noticing the same problem? Also, would you mind linking me to your forum? (you can PM if you don't want to post it publicly)

Eric 01-21-2010 11:14 PM

Quote:

Originally Posted by MPDev (Post 1962838)
For the record, yes, I gave permission for this to be ported.

:) Thanks for posting this!

Alfa1 01-22-2010 01:08 AM

Please include new group discussions into the feed. New blogs would also be awesome.

New Joe 01-22-2010 02:19 AM

I get this after installing and going to the vBISPY page:

Quote:

vBulletin Message

You have been banned for the following reason:
No reason was specified.

Date the ban will be lifted: Never
Although I'm not banned when I go back to the Forum.

patt1293 01-22-2010 02:37 AM

Quote:

Originally Posted by clmazin (Post 1962701)
Works well for me, except for this:

When it pulls up the new threads, those threads are properly linked. Older threads listed on the page, however, get a strange "t=3459" type of syntax, which does not link properly.

Any thoughts?

Otherwise, very cool!

C.

This is a quick a Dirty fix for your problem
Go into the vbispy.php and find
PHP Code:

$post_url 'showthread.php?' . ($etype == 'New Thread') ? "t=$thread[threadid]"p=$thread[lastpostid]#post$thread[lastpostid]"

Replace with this
PHP Code:

$post_url 'showthread.php?' . ($etype == 'New Thread') ? "showthread.php?t=$thread[threadid]"p=$thread[lastpostid]#post$thread[lastpostid]"


clmazin 01-22-2010 04:07 AM

Patt1293:

That did the trick! Thanks!

SecondV:

Firefox 3.5.7 on Snow Leopard.

C.


All times are GMT. The time now is 12: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.01963 seconds
  • Memory Usage 1,743KB
  • 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
  • (2)bbcode_php_printable
  • (4)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