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)

Lynne 04-08-2011 03:59 PM

Quote:

Originally Posted by Raul7 (Post 2182350)
any update on this? how long does it take to be download ready?

How long does it normally take you to get a product of this size ready for release? There are all sorts of things to test out before releasing something.

sticky 04-09-2011 02:09 AM

Quote:

Originally Posted by Raul7 (Post 2182350)
any update on this? how long does it take to be download ready?

Ditto.

RWilcox 04-09-2011 10:14 AM

thanks for this

OldSchoolDSL 04-10-2011 01:02 AM

Quote:

Originally Posted by Lynne (Post 2182358)
How long does it normally take you to get a product of this size ready for release? There are all sorts of things to test out before releasing something.

Agreed, but the "developer" in his last post, claims the product was finished (ready).

khurtsiya 04-11-2011 09:12 AM

is version available for download works fine?
this is great mod I believe!

khurtsiya 04-11-2011 11:59 AM

where this little image should appear?

BirdOPrey5 04-12-2011 04:59 PM

The version here works fine with VB 3.8.x. Your newest posts should show a "Live Topic" icon for a few minutes while the topic is live when viewing forumdisplay... You need a fairly active forum for this to be useful.

Raul7 04-12-2011 05:47 PM

Quote:

Originally Posted by Lynne (Post 2182358)
How long does it normally take you to get a product of this size ready for release? There are all sorts of things to test out before releasing something.

Quote:

Originally Posted by OldSchoolDSL (Post 2182820)
Agreed, but the "developer" in his last post, claims the product was finished (ready).

thats exactly why i asked ! the developer said he is done testing and product is finished and just waiting for it to be ready for download.
thats why i asked !

BirdOPrey5 04-16-2011 02:26 AM

I couldn't fix this for IE9 so I did the next best thing, disabled it for IE9 users.

If anyone is interested go to your plugin manager, edit the plugin: [live topic] template edits

Erase it all and replace it with this code:

PHP Code:

function ieversion() 
{
  
$match preg_match('/MSIE ([0-9]\.[0-9])/',$_SERVER['HTTP_USER_AGENT'],$reg);
  if (
$match == 0)
    return -
1;
  else
    return 
floatval($reg[1]);
}

if (
ieversion() < 9.0)
{
  
$is_livetopic true;
  
$livetopichook 'template_edits';
  include 
'includes/livetopic_hooks.php';


I'm using the IE Version Detector from this site.

I only tested this on IE9 and Chrome, no promises, but I'm using it.

Alfa1 04-16-2011 02:51 AM

I really hope that TwistedChoas or someone else will release a full featured version of LiveTopic. The current version has too many conflicts.


All times are GMT. The time now is 09:07 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.02518 seconds
  • Memory Usage 1,744KB
  • 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_php_printable
  • (5)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