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)

FlyBoy73 03-14-2008 06:24 PM

Quote:

Originally Posted by Jase2 (Post 1461041)
Works fine in 3.7.0

When did that come out? ;)

gravy 03-16-2008 10:29 PM

can this in any way be integrated within the forums themselves??... and also if you are looking at a post and someone replys will pop up in there as well???

dancue 03-17-2008 01:36 AM

I'm interested in knowing where people are placing the link to this page? What exactly will this show you? new threads in the past 24 hours, or your last visit?

m0nde 03-18-2008 12:39 PM

Great mod!

I have it running at http://www.bostonlove.org/forums/vaispy.php

I have one request. I have ampersands in my forum names and they are shown as &. Please explain how to fix this.

eng. deeb 03-19-2008 11:24 AM

what about this:

Quote:

Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /......../....../public_html/expertsinengineering/forum/vaspy/vaispy.php on line 33

Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.:/usr/local/php5/lib/php') in /......./......./public_html/expertsinengineering/forum/vaspy/vaispy.php on line 33

GoodKarmaKid 03-21-2008 10:18 PM

Really great mod, like it alot.

I have it installed on a custom skin running on VB3.7 RC1 and it works great.

My only issue is I'd like to change the width of the columns to improve the layout for my site. I looked in the .php file but didn't see where I could change the column widths. Admitteldly, I'm not a coder, or a programmer but I am good at following directions if someone points me in the right direction.

Thanks
Jason

thomasx 03-22-2008 01:52 PM

I would like to restrict the use to moderator and administrator usergroups, but have no idea how to do that, because there is no admin backend. any clue for me if that is possible (should be) and: how?

thanks.

FlyBoy73 03-25-2008 05:39 PM

This is excellent... Thanks a lot!
Added this one to one forum and the 3.5 version to another that I have not upgraded to 3.7x yet. Both working great!

glennybee 03-25-2008 07:32 PM

I have this mod installed and I was wondering if someone could help me with a problem.

I have a section of code at the top of this page which displays a news ticker. I have an option in User CP > Edit Options to enable this ticker on other areas of my forum. I have an <if> statement which checks for the profile field to be true and then shows the banner.

I've edited the vaispy.php file to include the ticker but how can I control who sees it via the profile field?

This is where the code is...

Code:

</script>
<title>bla bla bla</title>
</head>
<body onload="spyinit();">
$header
$navbar

$mgc_cb_evo_var <!-- shoutbox -->

<if condition="$vbulletin->userinfo['field6'] & YES">

<!-- code is inserted here -->

</if>


<table width="90%" align="center"><tr><td width="50%" align="left"><input type="checkbox" id="subscribe" value="1">&nbsp;subscribed threads only</td>
<td width="50%" align="right">
<img id="vaplay" src="images/misc/play_down.gif" style="cursor:pointer;" alt="Play" title="Play Comments" onclick="playSpy();" /> &nbsp;
<img id="vapause" src="images/misc/pause_up.gif" style="cursor:pointer;" alt="Pause" title="Pause Comments" onclick="pauseSpy();" />
</td></tr></table>
<br />
VAPRINT;

if (is_browser('opera'))
{
$output .= <<<VAPRINT
<table class="tborder" cellpadding="0" cellspacing="0" border="0" width="100%" align="center" id="spy_table">
<tr><td width="20" class="tcat" nowrap="nowrap" style="height:25px;">&nbsp;</td>
<td class="tcat" width="225" nowrap="nowrap" style="height:25px;">By</td>
<td class="tcat" width="80%" style="height:25px;">Thread/Post</td>
<td class="tcat" width="200" nowrap="nowrap" style="height:25px;">Forum
</tr>
<tr><td colspan="4" class="alt1">
$prefetched
<div id="row21" style="display:none;" class="spyfade1"></div>
<div id="row22" style="display:none;" class="spyfade2"></div>
<div id="row23" style="display:none;" class="spyfade3"></div>
<div id="row24" style="display:none;" class="spyfade4"></div>
<div id="row25" style="display:none;" class="spyfade5"></div>
</td></tr>
</table>
VAPRINT;
}
else
{
$output .= <<<VAPRINT
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center" id="spy_table">
<thead>
<tr align="center"><td class="thead" width="100">Event</td><td class="thead" width="190">By</td><td class="thead">Thread/Post</td><td class="thead" width="190">Forum</td></tr>
</thead>
<tbody class="alt1">
$prefetched
<tr id="row21" style="display: none;" class="spyfade1"><td align="center">&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td align="center">&nbsp;</td></tr>
<tr id="row22" style="display: none;" class="spyfade2"><td align="center">&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td align="center">&nbsp;</td></tr>
<tr id="row23" style="display: none;" class="spyfade3"><td align="center">&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td align="center">&nbsp;</td></tr>
<tr id="row24" style="display: none;" class="spyfade4"><td align="center">&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td align="center">&nbsp;</td></tr>
<tr id="row25" style="display: none;" class="spyfade5"><td align="center">&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td align="center">&nbsp;</td></tr>
</tbody>
</table>
VAPRINT;
}

$output .= <<<VAPRINT
$footer
VAPRINT;

echo $output;
?>

I'm guessing the $vbulletin->userinfo bit is not a known variable within this file so it's not working.

Any help would be appreciated. :)

Thanks

Julrou 03-27-2008 04:59 PM

Quote:

Originally Posted by MPDev (Post 1448260)
Appears you have a space in your numbers which is illegal:

http://www.informatiquefacile.eu/for...spy.php?do=xml

Hey ! :)

I can't fixed it. I don't know how to erase that space... Can you say me how to do that ?

Thanks a lot, :up:

Jul. :cool:


All times are GMT. The time now is 11:02 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.01837 seconds
  • Memory Usage 1,752KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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