vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   New Posting Features - Doublepost Prevention (https://vborg.vbsupport.ru/showthread.php?t=233234)

Paul M 10-16-2011 07:04 PM

Yes.

misericorde 10-16-2011 08:14 PM

Thank you Paul

Installed

Nice !!!

Scyther 10-19-2011 09:45 AM

Marked Installed.
Nice Mod.

clutchthese 10-19-2011 12:19 PM

Great mod! installed!

Gripi 10-22-2011 10:54 AM

is it possible to make this code to allow double post if the double post is the 2nd post in the thread? only for 2nd post.

because lots of people in my forum reserved the 2nd post to use in the future due to the limitation of total character in a post.

thanks

Paul M 10-22-2011 11:49 AM

Im sure it would be possible, but Im not sure how off the top of my head.

Gripi 10-22-2011 01:33 PM

could someone tell me what is the code like this:

if this post is second post in the thread, abort

or if this post under the 1st post in the thread, abort.

i will put that command inside the plugin manager, and above before the process run.

Gripi 11-06-2011 01:44 PM

hm.. no one could help?

a code like this, but i really2 no idea how to make it works, already tried couple times:

PHP Code:

if ($post[postcount] == 1)
{
    
a code to abort the process;


but i'm sure code like this in the plugin that cancel the process:

PHP Code:

    if ($vbulletin->options['pdp_ipcheck']) 
    { 
        if (
IPADDRESS != $doublepost['ipaddress']) 
        { 
            
$process false
        } 
    } 

please help..

Paul M 11-06-2011 06:40 PM

Try this ;

PHP Code:

    if ($dp_threadinfo['replycount'] == 0
    { 
        
$process false
    } 


Gripi 11-07-2011 07:04 AM

works like magic..

thank you very2 much :)

spillage 11-15-2011 11:22 PM

This is a recent install for my site... the idea is great.
I've been keeping an eye out to see how it performs.
I have it applied to all forums, and only to exclude staff.
The window is set to 5 minutes.
Yesterday there was a double post at 2mins that got by.
Today it caught a double post, but the time-stamp is off by 5hrs.
Any ideas as to why?
Thanks,

https://vborg.vbsupport.ru/external/2011/11/31.jpg

etca 11-19-2011 09:33 AM

works on 4.1.8

S3Ponline 11-21-2011 06:27 AM

I’m not sure why it’s doing this but when I was testing it out, it kept double posting.

I would post “Test”
and it would have TWO instances of “test”

I have VBSEO so I’m wondering if that’s conflicting.

s0ur 11-23-2011 09:02 PM

Here is an interesting thing, this won't merge posts made by someone using the Tapatalk app for mobile devices.

Any ideas as to why this may be happening?

Paul M 11-23-2011 09:17 PM

Not a clue. I dont know anything about Tapatalk.

yjeanrenaud 12-20-2011 05:05 AM

Me too got that issue with tapatalk. I guess it has something to do how that posts to the forums.
it seems not to invoke the hook

Luca_ITA 12-23-2011 08:15 PM

work fine on vb4.19, thx!
+
italian translate

Froberg 01-11-2012 12:56 PM

Paul, you Sir, are awesome-sauce distilled in to even more awesome concentrate!

Thank you so much!

Arnowt 01-21-2012 03:59 PM

Thank you very much for the work

Raz0r. 01-24-2012 11:33 AM

Thank you so much for this Paul. Working perfectly fine on 4.1.10 aswell i see(atleast for me) :)

Legende 01-24-2012 11:52 AM

For me it's not working anymore on 4.1.10?

thenamesgould 01-25-2012 10:20 AM

No, doesn't work for me in 4.1.10 either. I wonder if a reinstall would help ...

Paul M 01-25-2012 11:24 AM

This works fine on 4.1.10

thenamesgould 01-26-2012 09:46 AM

Actually it does usually work ... it must have just been a one off that it didn't. How weird ...

spillage 01-28-2012 12:41 PM

Ref: https://vborg.vbsupport.ru/showpost....&postcount=291
This issue still exists, and hasn't been acknowledged or commented on.
Here's today's example (1/28/12)... the second post was 2min after the first (caught by my 5min window), but compare the timestamps.
https://vborg.vbsupport.ru/external/2012/01/14.jpg

Noerenberg 02-04-2012 04:12 PM

Quote:

Originally Posted by S3Ponline (Post 2270235)
I?m not sure why it?s doing this but when I was testing it out, it kept double posting.

I would post ?Test?
and it would have TWO instances of ?test?

I have VBSEO so I?m wondering if that?s conflicting.

I have the same problem.

And when i reloed the site, everything is ok. But for the first time it will make confuse the user

New Joe 02-28-2012 03:20 PM

Quote:

Originally Posted by Noerenberg (Post 2296137)
I have the same problem.

And when i reloed the site, everything is ok. But for the first time it will make confuse the user

Same problem as me

New Joe 02-29-2012 02:57 PM

Quote:

Originally Posted by S3Ponline (Post 2270235)
I?m not sure why it?s doing this but when I was testing it out, it kept double posting.

I would post ?Test?
and it would have TWO instances of ?test?

I have VBSEO so I?m wondering if that?s conflicting.

Same as me, I have had to un-install it as it would keep doing this.
Shame there's no fix for this

too_cool_3 02-29-2012 08:59 PM

Tested and works fine for me on 4.1.10. However, I don't have vBSEO

HHelp1 02-29-2012 09:46 PM

Any SS please?

Paul M 03-01-2012 04:08 PM

What is SS ?

anderow 03-01-2012 08:31 PM

Same problem for me 4.1.8
I am running VBSEO

WHen testing.
First post 'test'

second post, 'test2'

starts a second post with
test
test2

in it.
Third post
'test3'

leaves the duplicate posts above and creates a new one with

'test'
'test2'
'test3'

so I now have seperate posts with

'test'

and

'test'
'test2'

and

'test'
'test2'
test3

instead of appending with the timestamps to just the first post, it is leaving the initial post and duplicating a new post with updated content

Has anyone managed to fix this duplication issue? Im using standard settings that come with this mod out of the box.
Brilliant mod, just need to get it working on my site ;/

HHelp1 03-01-2012 08:47 PM

Quote:

Originally Posted by Paul M (Post 2305068)
What is SS ?

Screen Shot lolz

Nirjonadda 03-09-2012 01:57 AM

Installed...working perfectly on 4.1.10 !!!

njoker555 03-10-2012 04:49 PM

Seems to work great on 4.1.11 - nice job!

Gato 03-15-2012 10:19 PM

This mod don´t work if you have vbseo installed?
Please let me know, i have vbulletin 4.1.11 running...

And thanks! If works, is a very very nice Mod and i will nominate It´s really good!!!!

Paul M 03-16-2012 02:31 PM

I do not have vbseo running on any vB4 forum, so I realy couldnt tell you for certain.

There is no reason it shouldnt, but VBSEO can affect a lot of things depending on what features you have turned on.

Gato 03-19-2012 03:49 AM

Paul! Works great with vbseo too! Thanks for the quick response anyways!

art5041 03-23-2012 09:57 PM

awesome Thanks !

Alan_SP 03-24-2012 07:15 PM

Paul, could you make version 4.1.0 available, I'm still on vB4.1.2? Please...


All times are GMT. The time now is 04:22 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.01412 seconds
  • Memory Usage 1,792KB
  • 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
  • (3)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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