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.

bashy 02-04-2006 09:28 AM

Hi peeps

I have just tried this out...
It works great, cheers for a great hack

Xenon 02-04-2006 06:03 PM

@pipin: you better ask Mystics in his supportthread "lastthreadprefix is not defined in $validfields" shows that it's actually his hack making a problem here, so he should know what to do, i don't.

pipin 02-05-2006 09:30 AM

Quote:

Originally Posted by Xenon
@pipin: you better ask Mystics in his supportthread "lastthreadprefix is not defined in $validfields" shows that it's actually his hack making a problem here, so he should know what to do, i don't.

sure, just wanted to point it out to people who want to use your hack and are using the prefix hack already. ;)

Megareus Rex 02-06-2006 05:19 PM

Is there a way to prevent it from showing the "Edited by" line based on user permissions?

LBSources 02-06-2006 05:24 PM

Quote:

Originally Posted by Megareus Rex
Is there a way to prevent it from showing the "Edited by" line based on user permissions?

thats actually not a part of this hack . thats by default when a thread is edited.. change this by usergroups if im correct.. you can choose to allow a certain usergroup permissions to see such info.

Megareus Rex 02-06-2006 05:28 PM

Quote:

Originally Posted by LBSources
thats actually not a part of this hack . thats by default when a thread is edited.. change this by usergroups if im correct.. you can choose to allow a certain usergroup permissions to see such info.

Yes, I'm aware of that, and I've set it so none of my usergroups leave that message. But when this hack is used, it still gives the message.

LBSources 02-06-2006 05:35 PM

ah.. didnt realize that it actually reads double post automerged or something like that ... whats the big deal though ..

anyway .. just trying to help bud.. im sure xenon will help you out

Megareus Rex 02-06-2006 06:02 PM

Nvm, I figured it out. You need to erase the edited by default message in vBoptions. That stops it from doing that.

Thanks for trying to help :)

bondjetta 02-07-2006 05:50 PM

Quote:

Originally Posted by Xenon
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!

Just a question Xenon, but when you updated to Beta 4 I didn't get a notification...any ideas? This was a bug that was affecting me...which is why I bring it up ;)

Either way thanks for the fix, and this mod is absolutely gorgeous! :)

Xenon 02-07-2006 09:03 PM

Sorry, i don't send out update emails for every beta version, just if there are really big changes in.

I don't want to spam my installers, just because i fixed a little bug here and there, but i will send out mails, if i do something important normally ;) (like releasing the final ;))

bada_bing 02-08-2006 01:48 AM

Can you choose which forums to use this hack rather then having it work in all forums? Any chance of this using usergroups also?

IrPr 02-08-2006 02:52 AM

Quote:

Originally Posted by pipin
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.

im using Thread Prefixes and this Mod twise on my board ;) no problem here
i think error caused by another mod.

Xenon 02-08-2006 05:38 PM

@bada_bing: not directly, but you can changes the condition yourself from within the acp

bada_bing 02-08-2006 06:35 PM

Quote:

Originally Posted by Xenon
@bada_bing: not directly, but you can changes the condition yourself from within the acp

Can you help me by explaing where and how to do this ?

Xenon 02-08-2006 07:31 PM

just read the last two pages, there i explained how to exclude admins for example :)

bada_bing 02-08-2006 10:09 PM

Quote:

Originally Posted by Xenon
just read the last two pages, there i explained how to exclude admins for example :)

What about only applying this hack to only certain forums. For example I have users that link to BUMP there posts in the selling & trading forums but not in other forums

eNforce 02-08-2006 10:12 PM

Something was causing this product to delete threads when an automerged double post was made, I've had to uninstall this hack.

Maybe you could look into it, sorry I can't provide much more detail as I don't know the cause of it.

Xenon 02-08-2006 10:34 PM

@enforce: that was a bug in beta 3 and has been fixed in beta 4 :)

eNforce 02-08-2006 10:36 PM

When was beta 4 released? Cause I downloaded the product and installed it last night

Xenon 02-08-2006 10:39 PM

3. February

maybe your cache has holded an older version, but that bug was the reason to release Beta 4, and noone reported right now, that such a bug still exists, so try to redownload the file after clearing the cache, and if you get that bug again, please give me a few more details if possible, because its not reproducable here..

Puntoboy 02-09-2006 05:23 PM

Quote:

Originally Posted by Puntoboy
i'd like to use this on my forum but only in the for sale area.

how can i do this?

i'd really like to use this in my classifieds forums.

katholic 02-10-2006 06:50 AM

Ok I installed the last version and using quick reply we are having the issue where you have to refresh in order for it to appear merged. I have read over this thread and tried the example given but it isn't working.

Xenon 02-10-2006 08:36 AM

maybe you have manually edited the js or other parts of ajax' code

on a plain vb there is no need for a refresh, that was just a thing of the old version

@punto: add something like
PHP Code:

in_array($threadinfo['forumid'], array(xx,yy,zz)) 

into the codition setting

gwhooooey 02-10-2006 05:14 PM

What files was it that you made us edit before deciding to make a plugin instead? Because i'd like to undo those edits but can't remember the file(s).

UK Jimbo 02-10-2006 05:50 PM

Looking forward to there being a stable production release of this hack. Looks like a nice one to have :)

katholic 02-10-2006 06:54 PM

I haven't done anything as far as I know that would have altered the Ajax or Js. My board isn't heaving modified...just a few modifcations.

The only way I could get this to work properly was to set the Ajax to ignore problematic features....Now my question is....How can I space and bold the divider message? Keep in mind I am not totally familiar with programming languages and am basically learning this stuff as I'm going.

MorrisMcD 02-12-2006 06:29 AM

Here is a pretty major bug to report.. Hopefully its not just me and somethin you can fix...

But...

On my board, If you create a new thread and then post again in it before anyone else within the time to automerge, it deletes the thread.. :ermm:

Like I said.. It may be something on my board, so you all may want to try it.. I have been using this for a couple weeks and just noticed..

I am keeping it installed but disabled for now...

vampireus 02-12-2006 07:17 AM

Just test, it don't happen on my board

MorrisMcD 02-12-2006 01:55 PM

Quote:

Originally Posted by vampireus
Just test, it don't happen on my board

Damn.. That is what I was afraid of!! :(

Dunno what is causing it then

Xenon 02-12-2006 07:52 PM

@Morris: make sure you ahve installed beta 4, that bug you describes is just in beta 3!

@gwoohie...: it was jsut a change in functions_newpost.php

@katholic: the spacer can be changed from within the acp, just add a few returns in it, that should! work, or trie to add \n\n :)


All times are GMT. The time now is 11:32 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.01960 seconds
  • Memory Usage 1,825KB
  • 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
  • (1)bbcode_php_printable
  • (14)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
  • (40)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