vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Miscellaneous Hacks - Live Topic (https://vborg.vbsupport.ru/showthread.php?t=201228)

smnet 04-16-2009 11:16 PM

For those using this on your forums..... Please read my posts here and see if you can confirm this behavior - I think if this bug were not present then I would re-install because i love it.

Sadly, with this bug unfixed it's spoilt and not useful for busy boards.

Lionel 04-16-2009 11:26 PM

Quote:

Originally Posted by smnet (Post 1792901)
For those using this on your forums..... Please read my posts here and see if you can confirm this behavior - I think if this bug were not present then I would re-install because i love it.

Sadly, with this bug unfixed it's spoilt and not useful for busy boards.

The guy responded long ago. Rather than nag, just read the posts!!!

Solution was: Set Maximum Visible Posts to 1000

Daky 04-18-2009 05:12 PM

hm looks like that it doesn't work on Post Reply, only when you're doing Quick Reply ?
Is that supposed to be like that?

mcavazos 04-19-2009 07:55 PM

i really would like to install this plugin to my board, i tryed 2 times installing it and after 5 minutes my server dies, overloaded, i was checking the top statics and seems like mysql reaches 100% cpu and then it dies.

My forum has a big database might be that, any ideas how can i install this pluging?

DobieGillis? 04-19-2009 11:14 PM

when using this Mod, just don't breathe to heavy, it'll break it. Talk about fragile, man.

amjadz4 04-20-2009 03:47 PM

installed! :)
thanks!

Lionel 04-22-2009 07:08 PM

Quote:

Originally Posted by Lynne (Post 1790571)
You might want to read the thread. There are some modifications that conflict with this mod.

looks like there is a compatibility issue with vbstatus, but only with IE

voter 04-23-2009 07:39 AM

Coders Shack why you need to invent vbphrase variables in javascript?
Code in your php
Code:

                        <script type=\"text/javascript\">
                                var threadid = $threadinfo[threadid];
                                var ajax_last_edit = $threadinfo[lastedit];
                                livetopic.old_topic = ' . $vbulletin->options['livetopic_threadtime'] . ';
                                livetopic.interval_time = ' . $vbulletin->options['livetopic_requestinterval'] . ';
                                livetopic.ajax_max_visibleposts = ' . $vbulletin->options['livetopic_maxvisibleposts'] . ';

                                vbphrase[\"livetopic_maxpostnotice\"] = \"' . addslashes($vbphrase['livetopic_maxpostnotice']) . '\";
                                vbphrase[\"livetopic_edit_message\"] = \"' . addslashes($vbphrase['livetopic_edit_message']) . '\";
                                vbphrase[\"livetopic_newresponses\"] = \"' . addslashes($vbphrase['livetopic_newresponses']) . '\";
                        </script>

Generated this in html source

Quote:

<script type="text/javascript">
var threadid = 12290;
var ajax_last_edit = 1240437167;
livetopic.old_topic = 300;
livetopic.interval_time = 3000;
livetopic.ajax_max_visibleposts = 30;

vbphrase["livetopic_maxpostnotice"] = "The maximum amount of posts on this page can display has been reached. Posts will now start to disappear from oldest to newest.";
vbphrase["livetopic_edit_message"] = "<img alt=\'live topic\' src=\'images/statusicon/thread_livetopic.gif\' title=\'live topic\'/>&nbsp; <span style=\'font-weight: bold;\'>This post has been added by another user.</span> <br /><br />Since this is an active topic, this post has been automatically added to the thread while you were reading it. If you are replying to this thread you might want to read this post before doing so.";
vbphrase["livetopic_newresponses"] = "%1 new responses (<a href=\'showthread.php?t=%2&goto=newpost\'>live topic</a>)";
</script>
It is nonsense and useless to have vbphrase variables definition inside HTML source. These all is classified as HTML error from any HTML checker.

MotMann 04-24-2009 05:49 AM

It's not work in Safari or FireFox :(

Lynne 04-24-2009 02:10 PM

Quote:

Originally Posted by MotMann (Post 1797946)
It's not work in Safari or FireFox :(

Yes, it does work with those two browsers (those are the two I do my testing on). You may have a modification conflicting with this one.


All times are GMT. The time now is 07:39 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.02213 seconds
  • Memory Usage 1,745KB
  • 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
  • (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