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)

nereidin 03-10-2006 06:50 PM

Have one question:

When I have a post with attachment and then I write another post - they aren't merged into one. Same situation when I have normal post and after that write another post with attachment - no merge them...

is this normal ?

Xenon 03-11-2006 05:27 PM

Yep, right now posts with attachments aren't merged

maybe i will add that functionality in a later version

Zelda-King 03-17-2006 07:23 PM

Been using this since vB2. Though I just had someone able to make a double post shortly after posting a new thread.

Xenon 03-17-2006 07:30 PM

well, there can be reasons that a dp is allowed (attachments for example or breaking the posting rules in another way (to much images/chars...))

Zelda-King 03-17-2006 10:29 PM

Yeah, these posts were basically a load of smilies an a bit of text. :D

Edit: Yes those smilies in the first post reached the number-of-images limit.

Xenon 03-18-2006 06:03 PM

:)

well i don't want to change that, because merged illega posts would be non editable, orr have to be altered to be legal again, so too much pain for the users

FROGGYJ 03-19-2006 12:43 AM

the default is to have 2 lines in between the automerged posts....however there are 0 spaces being created. Is there anyway to fix this?

Xenon 03-19-2006 08:54 PM

erm?

sorry i think i don't get what you want

FROGGYJ 03-19-2006 09:01 PM

ok well here is an example then:

post1 and post2. When they are merged they look like:

post1post2

instead they are suppose to be merged like:

post1
(2lines)
post2

Xenon 03-19-2006 09:03 PM

PHP Code:

$doublepost['message'] = $doublepost['pagetext'] . "\n" $vbulletin->options['xen_dp_spacer'] . "\n" $post['message']; 

the two \n are doing the line separators, if they don't get separated on your board, you may have downloaded a corrupted file, just redownload it again and install again


All times are GMT. The time now is 12:02 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.01801 seconds
  • Memory Usage 1,732KB
  • 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_php_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