vb.org Archive

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

inciarco 01-16-2009 03:03 PM

I've tested Version 1.04b on vB373 (from 2 different connections posting quick replies at the same time) and it didn't worked. :( :confused:

(I've Implemented the Solution Provided for "Main Doublepost Prevent Engine").

(I've even tried by Disabling the "Prevent DoublePosts" Mod, but didn't worked). :(

My Best Regards.

:)

JAnders 01-16-2009 05:56 PM

not working with me and I don't have the douplepost prevent engine.

it seems to be ok but nothing happens people reply and we have to refresh to see the response. i tried in both firefox and ie.

and we do see the live topic icon on the topic name.

if you want to take a look www.fifamexico.net/foros

Coders Shack 01-16-2009 06:09 PM

this is tested with vb 3.7.4+ and works fine. If you fall into the tested category then the issue may be your template, if its not your style then its a conflicting product.

I would test if its your style first.

If its a conflicting product and you figure out which one it is please inform me.

furst 01-16-2009 08:48 PM

Has anyone noticed their board getting slower after installing this mod? Mine has, but it could be a number of things so I'm unsure that Live Topic is causing it.

kud0gfx 01-16-2009 10:00 PM

wow! its wonderful, i really love this, ajax-effect is really useful

I just got one problem, the 'thanks button' dont appear in the new posts introduced via the ajax way, is there some way to fix it?

thx!

Coders Shack 01-16-2009 10:43 PM

that has to do with the person that made the thank you hack. (they need to use a different hook location or something like that)

furst 01-17-2009 05:04 PM

Quote:

Originally Posted by Coders Shack (Post 1714204)
find the plugin titled "Main Doublepost Prevent Engine" look for this line:
PHP Code:

// last step update counters 

below it add these two lines:
PHP Code:

$vbulletin->db->query_first("UPDATE `" TABLE_PREFIX "post` SET `lastedit` = UNIX_TIMESTAMP() WHERE `" TABLE_PREFIX "post`.`postid` = $id LIMIT 1");
$vbulletin->db->query_first("UPDATE `" TABLE_PREFIX "thread` SET `lastedit` = UNIX_TIMESTAMP() WHERE `" TABLE_PREFIX "thread`.`threadid` = $threadinfo[threadid] LIMIT 1"); 

then it should be fine :)

This doesn't work correctly. Now when I double post my post keeps reappearing through ajax effects and all as if it were a new post being called by Live Topic.

Wow... it just keeps on reappearing even after a page refresh.

Edit: and my post count has recently been increased by several hundred... I'm guessing every time it reappeared I had a post added to my count. Would be nice to have a fix for this.

sdsvtdriver 01-18-2009 11:02 AM

I installed and received no errors, but it doesn't appear to be working.

I have IE7 and FF open. I post as one user in a thread, switch to other browser logged in as another user and post in the thread and quickly flip back to the first browser. After about a second, I see a L/F added after the last post but before the "Post Reply" button. It appears it is trying to work, but the content isn't coming through.

I tried a default style also, no go.

Thoughts?

TheLastSuperman 01-18-2009 09:09 PM

Quote:

Originally Posted by sdsvtdriver (Post 1716710)
I installed and received no errors, but it doesn't appear to be working.

I have IE7 and FF open. I post as one user in a thread, switch to other browser logged in as another user and post in the thread and quickly flip back to the first browser. After about a second, I see a L/F added after the last post but before the "Post Reply" button. It appears it is trying to work, but the content isn't coming through.

I tried a default style also, no go.

Thoughts?

Same here although I tried on a 3.7.3 board... should work but could be some small coding difference in the release or ??

Ideas Coders Shack?

sdsvtdriver 01-18-2009 10:21 PM

Also, running 3.7.4. PL1


All times are GMT. The time now is 06:25 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.01215 seconds
  • Memory Usage 1,746KB
  • 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_php_printable
  • (2)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
  • (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