vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Prevent Doubleposting (https://vborg.vbsupport.ru/showthread.php?t=96602)

Dark_Sirius 03-10-2007 02:19 PM

Could I put in .5 as the time limit so it is 30 seconds?

eoc_Jason 03-12-2007 05:29 PM

If you want less time, you could modify the code so that instead of specifying in minutes you do it as seconds. But I would double-check the code to make sure it doesn't round() or make it an integer if you want to do a decimal.

TheMilkCarton 03-15-2007 08:33 AM

Quote:

Originally Posted by Dark_Sirius (Post 1200223)
Could I put in .5 as the time limit so it is 30 seconds?

Well, (I think) the default time between posts is 30 seconds anyway. At least it is on my board.. So if you set it to 1 minute, it would essentially be the same as 30 seconds, right?

PEPITO69 04-03-2007 07:11 PM

Hello,
I've installed, but i see that don't work when both posts has attachments. Any solution please?

sjcallas 04-09-2007 04:11 PM

any confirmations on this working on 3.6.5?

djbaxter 04-09-2007 04:31 PM

Yes, it works fine on 3.65.

Smoothie 04-09-2007 06:54 PM

confirmation #2, works w/ 3.6.5

Mrdby 04-10-2007 06:16 PM

great!!

CharmMickey 04-19-2007 01:18 PM

Yes, it works on 3.6.5 but how exactly can you make it so it doesn't auto-merge a specific group's posts like Administrators. I tried the code:

HTML Code:

AND !in_array($vbulletin->userinfo['usergroupid'], array(5,6,7))
And it doesn't work....

djbaxter 04-19-2007 01:25 PM

Admin CP | vBulletin Options | Prevent Double Posting

Find:

Quote:

Additional Condition (experts only)
Here you can add extra conditions, which will be required for a post to be seen as a doublepost. Be carefull, as this code is evaluated without doing any errorchecking, so use it at your own risk! (Examlpe: add !can_moderate() into the box to exclude moderators from doublepost prevention)
That exempts moderators, super moderators, and admins from automerge.


All times are GMT. The time now is 05:09 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.01851 seconds
  • Memory Usage 1,736KB
  • 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
  • (1)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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