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)

Acers 09-07-2006 01:33 AM

do this..
in vaispy.php find

PHP Code:

<postid>{$thread['firstpostid']}</postid

replace that with

PHP Code:

<postid>{$thread['lastpostid']}</postid

thats should be there as default actually.

voteforbird 09-07-2006 01:46 AM

Anyone know why mine won't work?

chadlyou812 09-07-2006 02:38 AM

can anyone help me? it isn't working for me???

http://www.deviousthreads.com/boards/vaispy.php

thanks!

MPDev 09-07-2006 02:51 AM

Quote:

Originally Posted by chadlyou812
can anyone help me? it isn't working for me???

http://www.deviousthreads.com/boards/vaispy.php

thanks!

Powered by vBulletin Version 3.5.1

You are installed a mod from the vBulletin 3.6 forum on a vB3.5 forum.

I haven't released a 3.5 version yet.

MrNase 09-07-2006 03:54 AM

Is it using jQuery..? I have made something similar with it. :)

IMHO it's only good for very active forums. Or you have to wait a long time till someone makes a new thread/post. ;)

Cheertobi 09-07-2006 06:01 AM

Quote:

Originally Posted by MrNase
IMHO it's only good for very active forums. Or you have to wait a long time till someone makes a new thread/post. ;)

Jap, it is kind of boring in my forums :-D

Tobi

da420 09-07-2006 06:02 AM

Installed, and very nice, But,

You know what would be cool?

You did every users move. So someone went into a thread, or user CP, or whatever, it would show it.

My opinion anyways, good job.

maroceve 09-07-2006 09:38 AM

not werkin on firefox here.

Boots 09-07-2006 11:23 AM

For those of you not working, logout of your forum and see if it works.

Allan 09-07-2006 11:41 AM

Yep nice ;)

It's possible to show it elsewhere ? (forumhome)

MPDev 09-07-2006 12:43 PM

I have posted a version for vB3.5 users at:

https://vborg.vbsupport.ru/showthread.php?t=126027

maroceve 09-07-2006 01:31 PM

even after logging out nothing

http://www.maroceve.com/forums/vaispy.php

MPDev 09-07-2006 01:34 PM

Everyone should use Firefox to use the JavaScript console so they can see any errors or load the script with the "?do=xml" flag to see their output.

maroeve, your getting an error on the views item which contains "47&nbsp;059" - why do the number of views contain a space?

http://www.maroceve.com/forums/vaispy.php?do=xml

maroceve 09-07-2006 01:38 PM

i dunno ;( ?

Jon_Simmonds 09-07-2006 01:46 PM

I did have some java in my navber (well under it as a banner..) removing $navbar from the vaispy.php got it working on my main site (dont have banners on my test one) not yet took a proper look at things to work out why having the banner there breaks things though

amnesia623 09-07-2006 02:43 PM

I have a really weird problem...

I had some RSS feeds a while back. I since have deleted the feed, the forum topic, and user that posted the feed. But with this script, I am seeing the topics from the old feed as if they are still being pulled.

http://www.lakehavasucity.net/community/vaispy.php

*now that I think back, it seems I remember deleting the user the feed was posting from and the forum topic it was posting, but didn't delete the feed in the CP. But I look in the admin cp and the feed isn't there.

weird.

EDIT - Solved this (i think) by deleting the RSS feeds from the database

kompakt 09-07-2006 03:10 PM

I have the 3.5 version linking to threads just fine. But the 3.6 is linking to this...

http://www.website.org/vb/showthread.php?p=1#post1

this is with your latest update from yesterday.

btw, is it possible to let it display the actual new post instead of the 1st post of the thread?

MPDev 09-07-2006 03:13 PM

I am seeing the post just made and not just the 1st post in the thread.

kompakt 09-07-2006 03:54 PM

Quote:

Originally Posted by MPDev
I am seeing the post just made and not just the 1st post in the thread.

Neither of mine show the post just made...
3.6 site
3.5 site

MPDev 09-07-2006 04:08 PM

Sorry, can't help you with the Opera issue; don't use it, don't know how to debug it.

MPDev 09-07-2006 04:14 PM

Quote:

Originally Posted by kompakt
Neither of mine show the post just made...
3.6 site
3.5 site

As I cannot read your forums (requires login), not much I can do for you; you can try looking at the MySQL query to see why you might be getting different results.

Cheertobi 09-07-2006 04:17 PM

MPDev, do you have an idea why I do not get a date shown, just null?!

MPDev 09-07-2006 04:21 PM

Your date strings are being returned as:

Code:

<when>
<b>Heute</b>
 19:18
</when>

I assume there is some issue with the translation because your date code contains html characters; but I am not sure.

Cheertobi 09-07-2006 04:30 PM

Ah, removed the html and it works! Thanks,

Tobi

realgoldtalk 09-07-2006 05:20 PM

Awesome seriousely its awesome how can i add spy button in navigation bars so users can also check it out:D

MPDev 09-07-2006 05:23 PM

Just add a link to the page in your navbar template.

tansu 09-07-2006 06:18 PM

installed, great stuff

digitalpoint 09-07-2006 08:36 PM

Hmmmm... looks remarkably like my code with someone else's copyright attached to the beginning of it. ;)

http://forums.digitalpoint.com/showt...01#post1384601

Hicksatpd 09-07-2006 08:37 PM

Installed, and I really enjoy it. However, I have what I'm hoping is not too difficult of a request. When a new post is made, and it pops up, I'm ready to click it to read, but it only takes me to the FIRST post of the thread, not THAT post.

Could you please tell me what to change to make each link point to that post instead of the first? I don't mean that I want it to load the post all by itself, but still load the entire thread, only it takes me to where the specific post is.

I would go from really liking this feature to adoring it if you could do that.

MPDev 09-07-2006 08:40 PM

Quote:

Originally Posted by digitalpoint
Hmmmm... looks remarkably like my code with someone else's copyright attached to the beginning of it. ;)

http://forums.digitalpoint.com/showt...01#post1384601

Actaully, it's public domain code except for the script that generates the XML which I wrote - I added no such claim of ownership to any of those files.

On the other hand, it would appear you removed the copyrights from your files illegally.

digitalpoint 09-07-2006 08:43 PM

I don't have to put a copyright on files I code. :)

What "public domain" did you get that code from if it wasn't my domain?

MPDev 09-07-2006 08:45 PM

Actually, if you use public domain code as your baseline, you do.

DementedMindz 09-07-2006 08:45 PM

Quote:

Originally Posted by digitalpoint
I don't have to put a copyright on files I code. :)

What "public domain" did you get that code from if it wasn't my domain?

its right in his first post where he got it from and he even claims no ownership

MPDev 09-07-2006 08:47 PM

I believe I was pretty clear with my post:

Note: I claim no ownership of this code except for the file vaispy.php - the rest of the files were using 'freely distributable' sources. As such, you may use these files as you wish, but please do not remove the copyrights.

digitalpoint 09-07-2006 09:02 PM

Quote:

Originally Posted by MPDev
Actually, if you use public domain code as your baseline, you do.

Okay, in that case wouldn't you have to leave a notice about my contributions? ;)

DementedMindz 09-07-2006 09:04 PM

Quote:

Originally Posted by digitalpoint
Okay, in that case wouldn't you have to leave a notice about my contributions? ;)


what contributions did you give? cause from the looks of it all the code there was used on the site in his first post...

MPDev 09-07-2006 09:07 PM

Actually, he did contribute by adding some IE compatibility code; but by removing the copyrights to the code he used as a baseline, I figured he would contact me and I would agree to give him credit if he restored the proper credits to those who provided him with his baseline. Public domain code modified remains in the public domain - everyone should get proper credit for their effects given thats all they can expect by releasing it.

You deserve credit as much as those who coded the original code do and once you put back their credits, I'll gladly add yours to this one. Only seems fair, IMO.

realgoldtalk 09-07-2006 09:13 PM

but i am not good with vb how to do that:(

Hicksatpd 09-07-2006 09:22 PM

Copyright/coding debates aside, is there any chance my request could be fulfilled at some point? I'm not asking for it to happen right now (though if it's a quick-fix that's terrific), but I would at least like to know if it could be in the works. Thanks!

MPDev 09-07-2006 09:48 PM

I'm wondering if its a browser issue - aren't the links the same as the links provided in your forums? Mine are and they work as I expect - even when I view forums here that say it isn't working.


All times are GMT. The time now is 11:29 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.01760 seconds
  • Memory Usage 1,819KB
  • 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_code_printable
  • (2)bbcode_php_printable
  • (8)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
  • (40)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