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)

gorentals 01-15-2009 01:34 PM

I thought this was working with 3.7.3? Or was it only working with version 1.03b.

So does 1.04B not work in 3.7.3. I don't want to break my board but I want to use this mod.

Great Mod

Coders Shack 01-15-2009 02:45 PM

Quote:

Originally Posted by furst (Post 1713321)
Doesn't work on 3.7.1 either.

I go to install it and when I'm adding the product the page just hangs. If I let it sit for long enough it breaks my board and the only way to fix it then is to repair/optimize tables.

how large is your board?

Coders Shack 01-15-2009 02:46 PM

Quote:

Originally Posted by gorentals (Post 1713378)
I thought this was working with 3.7.3? Or was it only working with version 1.03b.

So does 1.04B not work in 3.7.3. I don't want to break my board but I want to use this mod.

Great Mod

it shouldn't break your board, if anything it wouldn't, work. (database wise all it does is add two table columns, plus if you had 1.03b working then 1.04b should work fine)

inciarco 01-15-2009 05:34 PM

Quote:

Originally Posted by Coders Shack (Post 1713455)
it shouldn't break your board, if anything it wouldn't, work. (database wise all it does is add two table columns, plus if you had 1.03b working then 1.04b should work fine)

I think Coders Shack that you should create a Test Forum with vB373 and Test the Mod in vB373, I think by doing that you can Check many things Very Quickly in order to Allow your Mod to Work on vB373. It would be very nice, I can see that some forumers are using Mods that are Guaranteed to Run on vB373 and don't want to Upgrade to vB374 because that can cause other Critical Mods to Stop Working.

I Hope you can do that and Test the Mod an Have it Working on vB373 (Checked by You, like you did on your Demo Video that Really Impresses a Lot, I myself was very Enthusiastic about Using this Mod, is Very Interesting to Provide that Live Posting Experience for Threads that have Lots of Replies). ;)

My Best Regards.

:)

solboy 01-15-2009 07:43 PM

This is a great mod. works excellent!
Here is a feature request. Can you add a feature to it that will make a sound to indicate a new reply? Like a small "ding"? Thanks.

furst 01-15-2009 09:16 PM

Quote:

Originally Posted by Coders Shack (Post 1713455)
it shouldn't break your board, if anything it wouldn't, work. (database wise all it does is add two table columns, plus if you had 1.03b working then 1.04b should work fine)

300 000 posts

Coders Shack 01-15-2009 10:01 PM

try disabling your forum then installing the plugin (then enabling your forum again)

furst 01-16-2009 02:55 AM

Quote:

Originally Posted by Coders Shack (Post 1713924)
try disabling your forum then installing the plugin (then enabling your forum again)

That worked, thanks.

I think your hack conflicts with https://vborg.vbsupport.ru/showthread.php?t=96602 :(

Coders Shack 01-16-2009 04:10 AM

Quote:

Originally Posted by furst (Post 1714145)
That worked, thanks.

I think your hack conflicts with https://vborg.vbsupport.ru/showthread.php?t=96602 :(

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 :)

superjeff 01-16-2009 12:43 PM

This is an amazing product. Thank you very much!


All times are GMT. The time now is 11:54 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.01150 seconds
  • Memory Usage 1,749KB
  • 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
  • (6)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