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)

Boofo 05-09-2006 10:44 AM

Quote:

Originally Posted by jndeakin
Sorry, but 32 pages is too much to read through to check for a feature, but this isn't mentioned in the description post.
Merging two consecutive posts is good, but if the user has accidentally posted a duplicate entry rather than a follow-up would this recognise it and delete one?

Jim Deakin

LOL 32 pages is nothing. We had to read through that in my day just to get to the thread title. ;)

JohnBee 05-09-2006 11:33 AM

Quote:

Originally Posted by jndeakin
Sorry, but 32 pages is too much to read through to check for a feature, but this isn't mentioned in the description post.
Merging two consecutive posts is good, but if the user has accidentally posted a duplicate entry rather than a follow-up would this recognise it and delete one?

Jim Deakin

I think vBulletin catches dupe posts before the MOD does. Seems to me I tested it out, either way you can freely edit the merged thread as second alternative.

Xenon 05-09-2006 04:17 PM

exactly, dupe checking is done by vbulletin before my mod starts working :)

Boofo 05-09-2006 04:20 PM

Quote:

Originally Posted by Xenon
exactly, dupe checking is done by vbulletin before my mod starts working :)

Stefan, while your here, how do we do multiple conditions in the setting for this?

Xenon 05-09-2006 04:42 PM

well, that condition will be added DIRECTLY into the code, so use AND tags ;)

Boofo 05-09-2006 04:43 PM

Quote:

Originally Posted by Xenon
well, that condition will be added DIRECTLY into the code, so use AND tags ;)


Ahhh, so we use AND before every condition or just after the first one?

beebi 05-09-2006 09:15 PM

Quote:

Originally Posted by Boofo
Ahhh, so we use AND before every condition or just after the first one?

I used

PHP Code:

$dp_threadinfo['lastposter'] != $dp_threadinfo['postusername'] AND !can_moderate() 

for the thred starter AND every one can edit the post ;)

Boofo 05-09-2006 09:28 PM

Quote:

Originally Posted by beebi
I used

PHP Code:

$dp_threadinfo['lastposter'] != $dp_threadinfo['postusername'] AND !can_moderate() 

for the thred starter AND every one can edit the post ;)

What is the dp for in the following?

Quote:

$dp_threadinfo
I've never seen that before.

Smiry Kin's 05-10-2006 03:23 AM

Hi this works perfect but!!

is it possible for every time it makes a double post. to make something like this


First Post Here

<Added Tuesday 99th 2059 at 12.32 AM>

Merged Post Here

<Added Tuesday 99th 2059 at 12.42 AM>

Another Merged Post Here

if you get me??

please help, this would be very usefull?! im sure it can be added! i just don't no any of the code! :(

Smiry Kin's 05-10-2006 03:35 AM

( just checked cableforum.co.uk) and theres comes up ass

---------- Post added at 05:32 ---------- Previous post was at 05:32 ----------

thats good..? lol


All times are GMT. The time now is 03: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.02085 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_php_printable
  • (7)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