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)

zgrkaralar 12-10-2008 04:06 AM

It will work for 3.8 either ?

sectomy 12-10-2008 03:52 PM

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 ?

Lustikus 12-11-2008 07:31 AM

in vaispy.php, find

PHP Code:

$limitq = ( isset($_REQUEST['do']) ? "20" "5,20" ); 

and change 5 to whatever you want to be slided

movslow 12-15-2008 06:47 PM

Quote:

Originally Posted by MPDev (Post 1070159)
Just add a link to the page in your navbar template.

How??
:confused:

ewelin 12-22-2008 12:44 AM

Great MOD, works well on 3.7.4. One thing i noticed was that the hyperlinks produced by the js don't have the target="_blank" on them where as the php produced ones do. Minor fix for your next release.

Harmachis 12-23-2008 06:56 AM

this mod track whole forum
but is there any way to make it track just a single thread / or few specific thread only ???

habibie_u2 12-30-2008 10:22 AM

thanks.... installed :D

compuminus 01-14-2009 05:51 PM

I've noticed that in the current version if there are multiple new posts in a given thread it only shows the latest post in that thread -- ignoring all others. Does anyone know if there's a way to prevent it from dropping all of these new posts using the

$getthreads = $db->query_read(

portion of the vaispy.php code? Or any other portion of the code, for that matter?

Thanks

PS: otherwise it works fine on vB 3.8.0 gold

ewelin 01-16-2009 12:06 PM

Quote:

Originally Posted by compuminus (Post 1712356)
I've noticed that in the current version if there are multiple new posts in a given thread it only shows the latest post in that thread -- ignoring all others. Does anyone know if there's a way to prevent it from dropping all of these new posts using the

$getthreads = $db->query_read(

portion of the vaispy.php code? Or any other portion of the code, for that matter?

Thanks

PS: otherwise it works fine on vB 3.8.0 gold

I noticed this exact same thing this morning. Where you able to figure out a solution?

compuminus 01-16-2009 02:40 PM

No solution yet. If anyone can help this would be greatly appreciated. It is weird because if you leave the screen open, new posts within a given thread are should individually (as I would like). However, on first load of the page, or whenever you refresh the page, only the latest post within a given thread is shown...

ewelin 01-16-2009 02:58 PM

I just re-read the entire thread and there were a couple other posts of users who noticed this as well, but no solution.

rajrana007 01-19-2009 06:28 AM

Quote:

Originally Posted by Harmachis (Post 1691780)
this mod track whole forum
but is there any way to make it track just a single thread / or few specific thread only ???

thats wht even i asked :( but no body helped

Alfa1 01-19-2009 01:40 PM

If anyone has this working on vb 3.8, can you please share a link?

itsbobtista 01-26-2009 07:54 PM

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

Broken navbar images. If you right click on the broken images, it points to this directory, looking for images: http://www.atxscene.com/forums/%7BIF%7D/

I created that directory, put the images inside, does not work.

Cannot find where in the code it gets that directory (to change it). Any help?

bigtime 01-26-2009 08:12 PM

How can I use this as an include on a non-VB page? I get this error when including it:

PHP Code:

Unable to add cookiesheader already sent

Thanks,

Tim

itsbobtista 01-26-2009 08:48 PM

I have removed vBISpy until I can figure out why the images were broken.

Looks like the source code for the webpage was looking for {IF}/usercp.png.

Not sure where to define {IF}.

Firestar.chkn 02-11-2009 06:17 PM

Works 100% in 3.8.1.

I'm not seeing images on the left. Not sure if there's supposed to be images, but it doesn't look bad without them, so I'm keeping it.

Here's a link if anyone wants to check it out. I'll work on the images tomorrow, and see if I can get them working.

EDIT:
I see that the only images is the play and pause images. those are showing up for me, so there's no problems on 3.8.1. I did a stock standard upload, and it worked fine. Impressive addon.

Alfa1 02-12-2009 07:03 AM

Many thanks for the info, Firestar!

Does anyone know if it is possible to use this modification to create an AJAX real-time forumdisplay?

Mr. Baws 02-12-2009 02:58 PM

Quote:

Originally Posted by rajrana007 (Post 1660463)
how can we modify this mod to something like this. it would be great if someone could help with this http://www.exbii.com/livenewreply.php?t=344162

i am also willing to pay for the code :( not much tho but i can shell out anywhere between $10-$15

same question here

Hornstar 02-27-2009 07:17 AM

this is great! but I have a slight problem:

The built in default vb notices do not show except for the heading.

Harmachis 03-03-2009 08:31 AM

generally it shows 20 new posts/threads (or little more)......but i want it to show only 5 new post/threads

how can i do it ?

Deyth 03-06-2009 01:17 AM

Quote:

Parse error: syntax error, unexpected T_STRING in /home/unmodera/public_html/forums/vaispy.php(337) : eval()'d code on line 1
I didn't modify your product. The headerinclude template is stock 3.8.0. I saw someone else in this thread had the same problem but I didn't see a solution for it. You can see it live here.

Phrost 03-09-2009 07:08 PM

Quote:

Originally Posted by Julrou (Post 1476021)
Yes it is possible. See it here https://vborg.vbsupport.ru/showthrea...15#post1316415

Code:

if ($vbulletin->userinfo[usergroupid] == 1,2,3,4,8)
{
        print_no_permission();
}

Numbers are the usergroups ID of non-mods or non-admins groups.


Is there a way to give permission by usergroup instead of deny it? Something like?

Code:

if ($vbulletin->userinfo[usergroupid] == 1,2,3,4,8)

else{
        print_no_permission();
}

For example?

Crrrazzzy 03-29-2009 09:48 PM

Unable to get this plugin to work with vB 3.8.1.

http://www.totalgamingnetwork.com/main/vaispy.php

If you manually hit refresh, it will update and show the latest posts. Just unable to get it to update automatically like it's supposed to. We had this working once on our site, but the recent couple of versions for vB broke it.

Any ideas?

Sushubh 04-02-2009 01:52 PM

it seems to clash with the vbseo live stat plugin.

glennybee 04-13-2009 09:17 PM

Quote:

Originally Posted by Sushubh (Post 1782386)
it seems to clash with the vbseo live stat plugin.

Ah...so it does...how unfortunate!

nininails 04-28-2009 08:22 PM

please help me )))

I am a french beginner !

I have put all .js in the "clientscript" files in my "fna" file on my cyberduck

I have put all .gif in the " misc" file in my "images" files in my "fna" file on my cyberduck

I have put the .php in the "fna" files on my cyberduck

And I have 404 not found (((((


http://www.nailartandco.fr/fna/vaispy.php

I really begin my licence is 3.8.2

Please please help ))))

Best regards

Eagle Eyes 04-29-2009 01:38 AM

Quote:

Originally Posted by Sushubh (Post 1782386)
it seems to clash with the vbseo live stat plugin.

What is live stat plugin?

Eagle Eyes 04-29-2009 01:39 AM

Is this working for anyone on 3.8.2?

..

nininails 04-30-2009 05:13 PM

Hy

It's ok now ))

thank's

ctimes 05-01-2009 04:52 AM

I would also love to see this ported to vba, I am currently using MGC chatbox to show real time updates of threads but this would look much better.

Mr.KaptaN 05-01-2009 08:48 PM

help me!

It's not working vb 3.8.2. I don't see new posts and threads.

Do you have new version for vb 3.8.2?

Carnage 05-04-2009 10:09 AM

works fine for me on 3.8.2

Wonksta 05-10-2009 03:39 AM

Anyone know how to add Prefixes to titles in vaispy I am trying to make the prefix appear right next to the Title. Here is how I have it across the forum:

PHP Code:

<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"style="font-weight:bold"</if>> [B]$thread[prefix_rich$thread[threadtitle]</a>[/B

IN BOLD

Can't figure out how to make the same in vaispy!

New Joe 06-03-2009 12:27 PM

Installed.

Calystos 06-05-2009 09:35 PM

I must be doing something wrong, or another addon I've got is causing it not to work. I've read that certain addons such as vbseo live stat cause it not to work. But I'm not using that, so not sure whats stopping it from working for me. And yeah I'm also on 3.8.2. And my forums open (mostly).

Any ideas?

New Joe 07-13-2009 09:07 AM

Problem sorted.

my_aly 07-16-2009 03:47 PM

Thank you

multiplex 07-16-2009 06:40 PM

great mod but are there any instructions on how to add a link in my navbar to it?

Alfa1 07-18-2009 01:15 AM

Just edit your navbar and add the url
http://www.yourforum.com/forum/vaispy.php

(change yourforum.com to the real url)

Take a look at your navbar template. I would put it under 'Quick links' If you do nto know how to edit your navbar, then read up on this. There are plenty of navbar template modifications here.


All times are GMT. The time now is 01:31 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
  • Page Generation 0.02119 seconds
  • Memory Usage 1,825KB
  • 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_code_printable
  • (3)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