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!

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

Coders Shack 01-19-2009 02:54 AM

Quote:

Originally Posted by furst (Post 1715943)
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.

that makes no sense unless you have a different version of the doublepost hack than me.

Coders Shack 01-19-2009 02:55 AM

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?

have you tried disabling plugins? (there are a few that conflict with mine)

this works fine on my test boards 3.7.4 and 3.8.0 (so its a forum config, or conflicting product)

sdsvtdriver 01-19-2009 04:56 AM

Quote:

Originally Posted by Coders Shack (Post 1717400)
have you tried disabling plugins? (there are a few that conflict with mine)

this works fine on my test boards 3.7.4 and 3.8.0 (so its a forum config, or conflicting product)

I just went through that process and this is the one that conflicts:

https://vborg.vbsupport.ru/showthrea...ight=gxboxlive

I'm not sure why that is. Any ideas?

Coders Shack 01-20-2009 05:45 PM

ok i threw up a vbulletin test board... this seems to work fine with 3.7.0 :)... so if your having any issues its due to something else.

pspcrazy 01-20-2009 07:44 PM

Most awesome plugin to date, thanks :)

inciarco 01-20-2009 08:30 PM

I've created a Fresh 100% New Install of vB373 PL1 just to Test this Mod.

This are my Results:

When Testing it with Internet Explorer 6 (with Admin User) and Fire Fox (with Super Moderator User).

- When Posting Messages via Quick Reply:

When I Post on IE (Internet Explorer) on FF (Fire Fox) it refreshes the New Posts Really Well.

When I Post on FF then on IE Nothing Happens, so there should be an Issue with IE (perhaps on vesion 6?)

- When Posting Messages via Reply:

When I Post on IE a Message via Reply (Complete Editor), then on FF Nothing Happened.

When I Post Again on IE a Message via Quick Reply, then on FF Nothing Happened, so if a User Posts a Message via Reply it causes the Complete Stop of the Refresh Process via Quick Reply.

If I Refresh the Window on FF and go to the Last Post, and then Post a Message via Quick Reply on IE, then it Starts Updating Again the New Quick Replies, so that Confirms that Normal Replies Stop the Refresh Process on the Thread.

As Conclusions:

- Something is Not Working Well with this Mod and Internet Explorer. :(
- Normal Replies Affect the Refresh Process. :(
- Works Ok on Fire Fox, (but the Normal Replies also Affect the Refresh Process). :o

There's Still Work to do to Fix this Bugs. :(

My Best Regards.

:)

Coders Shack 01-20-2009 09:08 PM

this will not work with IE6... The only IE browser it will work with at the moment is IE7.

if you need a 2nd browser to test this in use Google Chrome.

I will be fixing a bug that may throw an error in unsupported browsers.

anasota 01-20-2009 10:17 PM

i'm useing ie8 and 3.7.4 version
still wont work :(

TheLastSuperman 01-20-2009 10:28 PM

/me disables and uninstalls mod while awaiting authors suggestions or fix please?

Coders Shack 01-21-2009 01:08 AM

Quote:

Originally Posted by anasota (Post 1719530)
i'm useing ie8 and 3.7.4 version
still wont work :(

not sure if you read the post above your but it states that IE6 will never be supported and IE8 is also not supported (it will be soon)

furst 01-21-2009 02:09 AM

Just out of curiosity, what is it that makes it not work in IE6?

anasota 01-21-2009 10:56 PM

Quote:

Originally Posted by Coders Shack (Post 1719633)
not sure if you read the post above your but it states that IE6 will never be supported and IE8 is also not supported (it will be soon)

ok
i see now :)
thank you

TheLastSuperman 01-21-2009 11:13 PM

Quote:

Originally Posted by TheLastSuperman (Post 1719544)
[high]* TheLastSuperman disables and uninstalls mod while awaiting authors suggestions or fix please?[/high]

Would not work in 3.7.3 any plans or? sorry to bump but I did not see a reply....

GigaSb 01-21-2009 11:23 PM

INSTALLED & MOTM good job

sdsvtdriver 01-22-2009 03:36 AM

Quote:

Originally Posted by sdsvtdriver (Post 1717502)
I just went through that process and this is the one that conflicts:

https://vborg.vbsupport.ru/showthrea...ight=gxboxlive

I'm not sure why that is. Any ideas?

^^^

:)

ptwiggens 01-22-2009 06:42 AM

I just upgraded one of my forums to 3.7.5 and now my Quick Edit is not working. It gives the AJAX loading sign and just hangs on it and never actually loads.

When I disable livetopic, the AJAX Quick Edit works fine.

Any ideas?

Coders Shack 01-24-2009 12:30 AM

conflicting modifications.

furst 01-24-2009 11:14 AM

Ever since installing this my board has been constantly crashing. I've been forced to repair/optimize my tables 5-6 times now. It could be that Cyb's updated Top Stats is doing it, but I doubt it. I'm going to have to uninstall this mod for now. I'll report back to see if the problems go away after that or not.

Coders Shack 01-24-2009 10:31 PM

would like to have server info on your board.

(size and stuff, avg users, shared or dedicated ..)

l3it3r 01-25-2009 03:52 AM

Doesn't work so far... I see the 'live post thing... but... Yeah, no worky.

GREAT idea, not working yet though


All times are GMT. The time now is 06:46 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.01560 seconds
  • Memory Usage 1,843KB
  • 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
  • (4)bbcode_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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