vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   New Posting Features - Doublepost Prevention (https://vborg.vbsupport.ru/showthread.php?t=233234)

Skyrider 11-14-2012 07:43 AM

Quote:

Originally Posted by Reed_HCT (Post 2374263)
Uninstalled due to upgrade to 4.2.0

Re-installed. This plugin prevents duplicate posts through Tapatalk & ForumRunner as they can bypass it with the default doublepost merger within vB.

yjeanrenaud 11-14-2012 08:55 AM

cool! tapatalk could also bypass this mod, great if that works now

Skyrider 11-14-2012 09:17 AM

Quote:

Originally Posted by yjeanrenaud (Post 2380969)
cool! tapatalk could also bypass this mod, great if that works now

Nope, with this plugin installed you can no longer post double (or more) posts with tapatalk/forumrunner

Alan_SP 11-17-2012 10:13 PM

There's one bug with DBTech's Advanced User Tagging (v3.0.5, maybe all in v3 series) and this mod.

Anyway, it is noticeable if you use Paul's mod double post prevention. I described bug here: http://www.dragonbyte-tech.com/f51/s...tion-mod-9721/

Solution is to as follows:

Find Prevent DoublePost plug-in for newpost_complete hook (all plug ins have same name, but hook location is different).

In plugin you need to find this code:

PHP Code:

$spacer '[COLOR="'.$vbulletin->options['pdp_colour'].'"]'."\n\n".$spacer."\n\n".'[/COLOR]'

And it needs to be changed into this:

PHP Code:

$spacer "\n".'[COLOR="'.$vbulletin->options['pdp_colour'].'"]'."\n\n".$spacer."\n\n".'[/COLOR]'."\n"

It adds line break at the beginning and at the end. Actually, for this bug it is only necessary to have only in the end line break, but I added it to both places, so people could easier remove color tags from the rest of the post.

Now it works fine.

If you use both of this mods, you certainly would like to apply this change. And, it makes easier for users to quote double posts from other's if they want to delete unnecessary content of their posts (it puts information about double posts in new lines, not the same as users text).

Paul M 11-18-2012 07:09 PM

Its not really a bug, but it is something I noticed a long while ago (when quoting), which is why I actually changed it when I added this to the 4.2.0 core.

If you want to match what vB4.2.0 does, change it to this ;

PHP Code:

$spacer "\n\n" '[COLOR="' $vbulletin->options['pdp_colour'] . '"]' $spacer '[/COLOR]' "\n\n"


Alan_SP 11-19-2012 06:33 AM

Thanks Paul. One new line is enough for me, but I'm sure that some would use as it is in vB4.2. :up:

When I said bug, I meant that this didn't worked for DBTech AUT. Strange thing is, it worked with older version of AUT and your mod without any need to change it.

EDIT: By playing a bit with spacer, this is what I find the most satisfying for me:

PHP Code:

$spacer "\n\n".'[COLOR="'.$vbulletin->options['pdp_colour'].'"]'.$spacer.'[/COLOR]'."\n\n"

It makes spacer all in a one line and separated from posts' content. I think this is the most easiest for users to delete from their quotes. Mentioning works too. :D

Skyrider 11-19-2012 12:53 PM

Hey Paul. Is there any specific reason why Tapatalk and Forumrunner ignores and bypasses the double post prevention feature build in the core of vB while your plugin (this one) works fine in preventing double posts made through tapatalk/forumrunner?

Paul M 11-20-2012 08:02 PM

Since I have no clue how Tapatalk and Forumrunner work, I dont know.

muimui 05-08-2013 02:01 PM

This product is not compatible with version 4.2.1 of vBulletin. (Compatible starting with 4.1.4 / Incompatible with 4.1.99 and greater)

djbaxter 05-08-2013 02:24 PM

Quote:

Originally Posted by muimui (Post 2420700)
This product is not compatible with version 4.2.1 of vBulletin. (Compatible starting with 4.1.4 / Incompatible with 4.1.99 and greater)

That's correct. It's because the feature is already built in to versions 4.2.0 and 4.2.1 so there's no need for an add-on.


All times are GMT. The time now is 01:29 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.02716 seconds
  • Memory Usage 1,749KB
  • 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
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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