Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Doublepost Prevention Details »»
Doublepost Prevention
Version: 4.1.7.0, by Paul M Paul M is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: New Posting Features - Version: 4.1.4 Rating:
Released: 01-14-2010 Last Update: 05-23-2012 Installs: 1007
Uses Plugins
Translations  
No support by the author.


--------------------------------------------------------------------------------
This modification has been withdrawn.
vBulletin 4.0.x and 4.1.x are no longer supported.

The feature is already built into the core vBulletin 4.2.x code.
--------------------------------------------------------------------------------


This is a current version of the popular modification, originally developed for the early 3.x series by Xenon.

Basically, if member posts in a thread where they were the previous last poster, then if the conditions are met, their new post will be auto-merged into the previous post instead of creating a new "double" post.

A number of options are provided ;

Time Limit - if more than xxx minutes have passed since the last post, no merge is done.

Timestamp Spacer - if enabled, a timestamped spacer is added between the old post text and the new post text.
Other spacer choices provided are no spacer, a default, or a custom spacer.

Spacer Colour - allows you to set the colour of the spacer between merged posts (if one is enabled).

Post Timestamp Update - if enabled the newly merged post will have its post time updated to the new time, otherwise it retains the time of the original post.

Usergroup exceptions - Allows you to exempt certain usergroups from the doublepost merges.

Forum exceptions - Allows you to exempt certain forums form the doublepost merges.

IP Address Check - Specifies if the poster IP should be checked, if enabled, the post will only be merged if the user and ip address are the same.

All settings are located in vBulletin Options > Doublepost Prevention.

To install just unzip the XML and import into vB using the ACP Product Manager.


History:

v4.0.1 : 15-Jan-2010 : Initial release for vb 4.0.0 Gold.

v4.1.0 : 04-Dec-2010 : Updated for vBulletin 4.1.
v4.1.1 : 17-Jun-2011 : Fixed for vBulletin 4.1.4.
v4.1.2 : 30-Jun-2011 : Javascript updated for CKE and Autosave.
v4.1.3 : 08-Jul-2011 : Dependancies updated as its no longer compatible with vB 4.1.3 or less.

v4.1.7.0 : 16-Oct-2011 : Updated for vBulletin 4.1.7.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 03-13-2010, 05:55 AM
physiart physiart is offline
 
Join Date: Nov 2007
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've tried to install the update and I had the following MySQL error:
Code:
UPDATE vp_template SET
                styleid = -10
            WHERE product = 'paulm_pdp_40' AND styleid = -1;

MySQL Error   : Duplicate entry 'editor_clientscript_pdp--10-template' for key 'title'
Error Number  : 1062
Request Date  : Saturday, March 13th 2010 @ 01:48:10 AM
Error Date    : Saturday, March 13th 2010 @ 01:48:14 AM
Script        : http://www.mydomain.com/forums/admincp/plugin.php?do=productimport
Referrer      : http://www.mydomain.com/forums/admincp/plugin.php?do=productadd
IP Address    : 123.4.567.89
Username      : webmaster
Classname     : vB_Database
MySQL Version : 5.1.30
Now, the product is not displayed in the product list at all...
Any suggestions how to recover it?
Reply With Quote
  #73  
Old 03-13-2010, 12:15 PM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Database error in vBulletin 4.0.2:

Invalid SQL:

UPDATE vb_template SET
styleid = -10
WHERE product = 'paulm_pdp_40' AND styleid = -1;

MySQL Error : Duplicate entry 'editor_clientscript_pdp--10-template' for key 2
Error Number : 1062
Request Date : Saturday, March 13th 2010 @ 06:14:02 AM
Error Date : Saturday, March 13th 2010 @ 06:14:06 AM
Script : http://www.xxx.xxx/admincp/plugin.php?do=productimport
Referrer : http://www.xxx.xxx/admincp/plugin.php?do=productadd
IP Address : xxx.x.xxx.xxx
Username : Administrator
Classname : vB_Database
MySQL Version : 5.0.89-community
Reply With Quote
  #74  
Old 03-13-2010, 12:46 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by physiart View Post
I've tried to install the update and I had the following MySQL error:
Quote:
Originally Posted by RedHacker View Post
Database error in vBulletin 4.0.2:

Please remember to read the forum announcements.

https://vborg.vbsupport.ru/announcement.php?a=47
Reply With Quote
  #75  
Old 03-13-2010, 01:01 PM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M View Post
Please remember to read the forum announcements.

https://vborg.vbsupport.ru/announcement.php?a=47
An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table 'xxx_xxx.template' doesn't exist
Reply With Quote
  #76  
Old 03-13-2010, 01:42 PM
anaksimandros anaksimandros is offline
 
Join Date: Aug 2007
Location: Ankara/Turkey
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Database error in vBulletin 4.0.2:

Invalid SQL:

UPDATE template SET
styleid = -10
WHERE product = 'paulm_pdp_40' AND styleid = -1;

MySQL Error : Duplicate entry 'editor_clientscript_pdp--10-template' for key 2
Error Number : 1062
Request Date : Saturday, March 13th 2010 @ 05:41:35 PM
Error Date : Saturday, March 13th 2010 @ 05:41:40 PM
Classname : vB_Database
MySQL Version : 5.0.85-community
Reply With Quote
  #77  
Old 03-13-2010, 02:13 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@anaksimandros - Read the posts above yours.



Quote:
Originally Posted by RedHacker View Post
An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table 'xxx_xxx.template' doesn't exist
READ the announcement.

Quote:
Please note that template is the table name and should be typed exactly as is unless you use any tablename prefix (e.g. vb3_template).
Reply With Quote
  #78  
Old 03-13-2010, 02:33 PM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK I put vb_template and work....
Reply With Quote
  #79  
Old 03-13-2010, 02:33 PM
borbole's Avatar
borbole borbole is offline
 
Join Date: Jan 2010
Posts: 2,559
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think this mod should be included as a standard built in feature for vb as it is very useful.
Reply With Quote
  #80  
Old 03-13-2010, 04:37 PM
Alien's Avatar
Alien Alien is offline
 
Join Date: Oct 2001
Posts: 827
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This says that the mod was updated yesterday, yet still says 4.0.1? Did you update it, or did you just update something else in your original post and not the attachment?
Reply With Quote
  #81  
Old 03-13-2010, 06:10 PM
borbole's Avatar
borbole borbole is offline
 
Join Date: Jan 2010
Posts: 2,559
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alien View Post
This says that the mod was updated yesterday, yet still says 4.0.1? Did you update it, or did you just update something else in your original post and not the attachment?
The mod works fine with 4.0.2 as well.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:40 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04676 seconds
  • Memory Usage 2,329KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (14)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete