Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Prevent Doubleposting Details »»
Prevent Doubleposting
Version: 1.0, by Xenon Xenon is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 09-19-2005 Last Update: 01-15-2007 Installs: 877
Uses Plugins
 
No support by the author.

When a User posts into a thread where he already has the lastpost, no new post will be added. The lastpost of him will be edited and the new text is put after his first message.
This will be done until the old post is older than 24 hours (you can change this timespan yourself)

Nothing more to say about that, it's the quite same as my vb3.0 version.

This Mod should run with 3.6 as well


** Please make sure you ENABLE this product after you install it - it is disabled by default. **

For vb 3.8 there are two alternative updates ;

https://vborg.vbsupport.ru/showthread.php?t=203705
https://vborg.vbsupport.ru/showthread.php?t=204177

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
inphoenix

Comments
  #692  
Old 07-25-2007, 02:17 PM
noreturn noreturn is offline
 
Join Date: Feb 2004
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for your ongoing help. I tired and I copied and pasted and here is what happens. It runs the actual BB code and sentence into the first post.

example
just me doing a test of posting* *Auto Merged Post;*[dl]*[/dl]hey this is my second test of a double post

It seems that whatever code I place in "Double Post Spacer" appear as text in the post. And does not move the second post down a line or two.

example
First post[dl]Second test post
Reply With Quote
  #693  
Old 07-26-2007, 12:48 AM
noreturn noreturn is offline
 
Join Date: Feb 2004
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok thank you. I got it.
Reply With Quote
  #694  
Old 07-30-2007, 12:38 AM
Dannyloski Dannyloski is offline
 
Join Date: Jun 2006
Location: FL
Posts: 401
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For those who want to exclude the Admin ONLY from the PRevent Double Posting Feature use the below code:

Code:
!in_array($vbulletin->userinfo['usergroupid'], array(6))
If you wish to add more Usergroups, simply enter their IDs inside the Array Parenthesis (separating by commas), like this:

Code:
!in_array($vbulletin->userinfo['usergroupid'], array(X,Y,Z))
This was posted way earlier int he Thread, but I added to the last post just in case someone installs it and needs the info (to save them some searching)
Reply With Quote
  #695  
Old 07-30-2007, 02:25 AM
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dannyloski View Post
For those who want to exclude the Admin ONLY from the PRevent Double Posting Feature use the below code:

Code:
!in_array($vbulletin->userinfo['usergroupid'], array(6))
Thanx for posting - but where exactly do you add the code?

Jacquii.
Reply With Quote
  #696  
Old 07-30-2007, 02:56 AM
Dannyloski Dannyloski is offline
 
Join Date: Jun 2006
Location: FL
Posts: 401
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PoetJA-1975, no problem ... you paste the code here:

AdminCP > vBulletin Options > Doublepost Preventing > Additional Condition (experts only)
Reply With Quote
  #697  
Old 07-30-2007, 03:23 AM
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice! Thanx very much!

Jacquii.
Reply With Quote
  #698  
Old 08-03-2007, 10:44 PM
hissatsu hissatsu is offline
 
Join Date: Apr 2007
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello guys -- reading all these posts has made me more confused. I should learn how to code. Here is my problem - i downloaded the mod. There are no errors being displayed. But it doesnt work right.

wHen a member doubleposts within the Timespan (eg two weeks) the post is merged with his/her earlier post. But it remains as aN individual post. if this is not clear then this is what i am saying.
Member makes post A. He then makes post B in the Timespan. Next Post A & B get merged as one post in their own window. But post B still remains in its own window. So instead of one merged post you get Post A & B(merged) and Post B(the doublepost also appearing) in its own window

How do i get this resolved? Since many use this mod how did they resolve this? Are there any codes and where should i place them? Most important - how do i put a separation or an actual line separating the two posts?

Should I try Andreas plugin (post #157 in this thread) instead? (Made in 2005)
I am a noob so please go easy on me.
Reply With Quote
  #699  
Old 08-04-2007, 03:06 AM
Dave Hawley Dave Hawley is offline
 
Join Date: Jun 2004
Location: Australia
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Andreas plugin is working great for me on 3.5.4. I had too many errors using the other one.
Reply With Quote
  #700  
Old 08-04-2007, 08:52 PM
hissatsu hissatsu is offline
 
Join Date: Apr 2007
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i will try that then and post what happens. i am on 3.67 PL1

EDIT:
Yes- Andreas plugin worked on 3.67 PL1 -- just fine.

But it has the same problems some mentioned - it puts the new post on the same line as the old one without separating them.
Andreas suggested using a line separator yet for someone who knows nothing about coding where in XML the file do i place this line separator.
And how can i exclude administrators from being affected by the mod? can someone help me here with the codes to use and where to put it in the xml file (andreas plugin is attached to post #157)?

Thanks!!!
Reply With Quote
  #701  
Old 08-05-2007, 04:20 AM
Dave Hawley Dave Hawley is offline
 
Join Date: Jun 2004
Location: Australia
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="https://vborg.vbsupport.ru/showpost.php?p=1300910&postcount=693" target="_blank">SEE</a>
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 06:57 PM.


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.15090 seconds
  • Memory Usage 2,316KB
  • 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
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)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