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)

Raptor 06-20-2008 05:01 PM

double post test

Raptor 06-20-2008 05:12 PM

i find the posts only merge when using normal reply and not a quick reply

using vb 3.7.1

Paul M 06-20-2008 10:50 PM

You cant test it in this forum. Modification forums are exempt at vb.org.

silly rabbit 06-21-2008 09:25 PM

Ahhh . . . I finally got this working properly . . . er, I mean the way I like it!

Thank's Xenon!

I used any avail BB code "dp"""/dp" in the hacks "Post Separator" options field, made sure "Remove Tag If Empty" said no while creating it and replaced it with . . .
PHP Code:

<br /><br /><table class="tborder" cellpadding="2" cellspacing="1" border="0" width="100%" align="center">
<
tr><td class="thead"><div style="float: right" class="normal"></div>
        <
i><b>< - - - - - - -  [a doublepost] - - - - - - - ></b></i></td>
</
tr></table

. . . which still needs fixing, dressing up. Will display regardless of HTML permissions.

Also, I created a simple "yes" "no" User Profile Field so anybody, especially me, could turn it off if they should so choose. To accomplish that go to the Plugin Manager and edit Main Doublepost Prevent Engine wrapping everything except the first lines thus:
PHP Code:

// ########### Xenon's prevent doublepost modification #########
$vbulletin->GPC['xen_isdoublepost'] = false;
if (
$vbulletin->userinfo['field9'] == 'yes')
{
code
code
more code
. . . . .
// at very bottom of script. 

Done! That's my 9 mind you! Sounds simple but took me 1/2 the day!

Cheers Rabbit

ALil'Hope 06-23-2008 05:32 PM

Working great on 3.7.1 PL2.

BANDiT600 06-23-2008 06:11 PM

Quote:

Originally Posted by ALil'Hope (Post 1557019)
Working great on 3.7.1 PL2.

Doesn't work for me... Same version 3.7.1 PL2

[high]* BANDiT600 Plugin were disabled...[/high]

TimberFloorAu 06-27-2008 09:02 AM

bandit: goto add plugins/plugin manager locate the plugin, and enable it.

Has anyone got time stamp working on 3.7.x ?

Ive read every loody page of this mod, cant find out how. As most posts span different beta stages, and templates prior to it becoming a mod

Ozzy

BANDiT600 06-27-2008 08:38 PM

PHP Code:

AND !in_array($vbulletin->userinfo['usergroupid'], array(5,6,7)) 

Doesn't work for me in 3.7.2... :( What should be there to exclude Administators???

tsengvn08 06-30-2008 04:21 PM

work great with me, 3.7.2 ;)

Dragon Company 07-01-2008 09:20 AM

Quote:

Originally Posted by tsengvn08 (Post 1563178)
work great with me, 3.7.2 ;)

Me too on 3.7.2 :)


All times are GMT. The time now is 05:10 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.02244 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)bbcode_php_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