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)

MPDev 04-06-2007 01:58 PM

No idea... maybe try resaving your headerinclude template?

Chadi 04-06-2007 05:57 PM

I reverted headerinclude to original, error message still popped up unfortunately.

COBRAws 04-07-2007 10:10 PM

Quote:

Originally Posted by MPDev (Post 1221028)
Look for the htmlspecialchars() call in the vaispy.php script and remove it from the forums variable. This seems to be server dependent and not always a required change.

Thanks m8 ;)

tanyeri24 04-07-2007 10:25 PM

Quote:

Originally Posted by tanyeri24 (Post 1207026)
In my modified standart style this addon doesnt work. But in unmodified styles its work.
In one of my templates I have did a crap mistake its hard to find it out.. :(

edit: ok i found the template which causes.. Navbar. But i have much individual html codes there, who makes problem dunno...

Why dont working for me? What is wrong with my navbar? How can I handle with it? I need help.. Thanks.
:erm:

MPDev 04-08-2007 12:21 AM

I can't help you with a modified template since I don't have access to it. Look for JavaScript errors in the FireFox JavaScript Console....

tanyeri24 04-08-2007 12:48 AM

Quote:

Originally Posted by MPDev (Post 1222354)
I can't help you with a modified template since I don't have access to it. Look for JavaScript errors in the FireFox JavaScript Console....

Firefox says:
https://vborg.vbsupport.ru/attachmen...1&d=1175996885

Thanks in advance.

MPDev 04-08-2007 01:12 AM

Line 466, whatever that is; is your problem.

tanyeri24 04-08-2007 01:26 AM

Quote:

Originally Posted by MPDev (Post 1222370)
Line 466, whatever that is; is your problem.

hey that was the problem:
https://vborg.vbsupport.ru/showthrea...hlight=CountUp

Now I fixed the problem but it doesnt work with the countup plugin at same time, and no firefox errors more...

If i disable countup plugin, it works :( :(

tanyeri24 04-08-2007 01:57 AM

edit

Chadi 04-08-2007 02:36 AM

This is mine. How would I trace absolute cause of my error?

I pulled up page source and this is the portion of lines around 740 - 830

Code:

        </script>
                        <script type="text/javascript" src="http://www.talkjesus.com/clientscript/quoteit_bbcode.js"></script>
                <!--[if lt IE 7]>
                        <link rel="stylesheet" type="text/css" href="http://www.talkjesus.com/clientscript/vbulletin_css/quoteit_ie_lt7.css" />
                        <style type="text/css">
                        .openquote {
                                filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="http://www.talkjesus.com/http://www.talkjesus.com/images/element/misc/quotation-open.png", sizingMethod="image");
                        }

                        .closequote {
                                filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="http://www.talkjesus.com/http://www.talkjesus.com/images/element/misc/quotation-close.png", sizingMethod="image");
                        }
                        </style>
                <![endif]-->
                <!--[if IE]>
                        <link rel="stylesheet" type="text/css" href="http://www.talkjesus.com/clientscript/vbulletin_css/quoteit_ie_all.css" />
                <![endif]--><link rel="stylesheet" type="text/css" href="http://www.talkjesus.com/clientscript/vbulletin_css/quoteit_main.css" /><script type="text/javascript" src="http://www.talkjesus.com/clientscript/quoteit_common.js"></script><script type="text/javascript" src="http://www.talkjesus.com/clientscript/quoteit_moderation.js"></script><script type="text/javascript" src="vbspell.js"></script>
<style type="text/css">
.spyfade1 div, .spyfade1 span,, .spyfade1 td, .spyfade1 img {
opacity:0.90;
filter:alpha(opacity=90);
-moz-opacity:0.90;
}
.spyfade2 div, .spyfade2 span, .spyfade2 td, .spyfade2 img {
opacity:0.80;
filter:alpha(opacity=80);
-moz-opacity:0.80;
}
.spyfade3 div, .spyfade3 span, .spyfade3 td, .spyfade3 img {
opacity:0.70;
filter:alpha(opacity=70);
-moz-opacity:0.70;
}
.spyfade4 div, .spyfade4 span, .spyfade4 td, .spyfade4 img {
opacity:0.50;
filter:alpha(opacity=50);
-moz-opacity:0.50;
}
.spyfade5 div, .spyfade5 span, .spyfade5 td, .spyfade5 img {
opacity:0.30;
filter:alpha(opacity=30);
-moz-opacity:0.30;
}
</style>
<script language="javascript" src="clientscript/va_prototype.js"></script>
<script language="javascript" src="clientscript/va_effects.js"></script>
<script language="javascript" src="clientscript/va_spy.js"></script>
<script language="javascript" type="text/javascript">
<!--
    spymax = 25;
        highestid = 73688;

function pauseSpy() {
    var playimg = document.getElementById("vaplay");
    var pauseimg = document.getElementById("vapause");

    playimg.src = "images/misc/play_up.gif";
    playimg.alt = "Click to Play";
    pauseimg.src = "images/misc/pause_down.gif";
    pauseimg.alt = "Paused...";

    pause();
}

function playSpy() {
    var playimg = document.getElementById("vaplay");
    var pauseimg = document.getElementById("vapause");

    playimg.src = "images/misc/play_down.gif";
    playimg.alt = "Playing...";
    pauseimg.src = "images/misc/pause_up.gif";
    pauseimg.alt = "Click to Pause";

    resume();
}

function pause() {
    play = 0;
}

function resume() {
    play = 1;
}
// -->
</script>
<title>iSpy</title>

</head>


All times are GMT. The time now is 05:50 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.04260 seconds
  • Memory Usage 1,758KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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