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)

IrPr 02-02-2006 11:59 PM

Quote:

Originally Posted by Xenon
ok, Beta 3 released currently.

it fixes the forumcounters, also there is now a setting for all experts out there.
this setting allows everyone to add several conditions, without touching the sourcecode.

be careful, when filling values into that field, as no errorchecking was done by myself, speak it's really for experts only

Love this and Love U Xenon!
ill try on my board NOW!

xxskullxx 02-03-2006 04:22 AM

I'm having an issue. If someone starts a thread, then makes a doublepost (most users use the doublepost as a feature rather than editing a post) the thread disappears.

If someone else doubleposts, it's fine, just if you start a thread then doublepost to it. It doesn't say 'Doublepost will be Merged' or anything and when you refresh the page, you get the standard "No Thread specified. If you followed a valid link, please notify the administrator"

Can someone else confirm?

-=Sniper=- 02-03-2006 11:05 AM

Quote:

Originally Posted by xxskullxx
I'm having an issue. If someone starts a thread, then makes a doublepost (most users use the doublepost as a feature rather than editing a post) the thread disappears.

If someone else doubleposts, it's fine, just if you start a thread then doublepost to it. It doesn't say 'Doublepost will be Merged' or anything and when you refresh the page, you get the standard "No Thread specified. If you followed a valid link, please notify the administrator"

Can someone else confirm?

I have the same issue.

Xenon 02-03-2006 02:33 PM

Quote:

Originally Posted by WNxWakko
I would love to use this. However is their a way to exclude Admin usergroups from this?

just look a few posts above yours, there is the solution ;)

@thread lost:
confirmed, when bumping is enabled, will upload a fix soon :)

Xenon 02-03-2006 02:51 PM

Udpate: Beta 4

just the mentioned bug above has been removed.
if you have disabled bumping, you don't have to upgrade, as nothing else changed!

Karri 02-03-2006 02:58 PM

Quote:

Originally Posted by Xenon
easiest would be

Code:

$vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel']


ok I put that in the conditionals section in vb options and it still auto merges the admins posts. :ermm:

Xenon 02-03-2006 03:17 PM

erm, you have to negate it ;)

Code:

!($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel'])
just look at the example !can_moderate to know how that conditionbox works :)

Karri 02-03-2006 03:49 PM

ok duh. thanks :)

xxskullxx 02-04-2006 04:42 AM

Working great now, Xenon! Thanks!

pipin 02-04-2006 05:23 AM

Not working with Mystics Thread Prefix Hack (https://vborg.vbsupport.ru/showthread.php?t=99925)

Quote:

Field lastthreadprefix is not defined in $validfields in class vb_datamanager_forum in /includes/class_dm.php (Zeile 485)
Edit: It works, but the Error Message above is shown.


All times are GMT. The time now is 11:56 AM.

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.01887 seconds
  • Memory Usage 1,740KB
  • 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_code_printable
  • (5)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