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)

phonexpo 08-17-2006 12:13 PM

Quote:

Originally Posted by bondjetta
agreed. I'm getting the same error as phonexpo after i upgraded to 3.6...

i'll try uninstalling and re-installing next chance I get, but i've got bigger fish to fry right now anyways ;)

Did you get it sorted?

@Xenon could you look into this please?

:)

bondjetta 08-17-2006 02:12 PM

Quote:

Originally Posted by phonexpo
Did you get it sorted?

@Xenon could you look into this please?

:)

not yet...haven't had a chance to uninstall it yet, was tracking down different bugs all day yesterday lol

bondjetta 08-17-2006 02:27 PM

alright, uninstalled then reinstalled and i'm still getting the window that says something to the extent of, "You already made this post, stop being a retard and just click post ONCE!"


or something like that ;)

twilighthush 08-17-2006 04:14 PM

Quote:

Plugin 'Main Doublepost Prevent Engine' - Hook newpost_complete


Search for:
How exactly do you do this? Add plugin -- hook newpost_complete? And how do you search for that variable?

GreysAnatomy 08-18-2006 12:09 PM

Quote:

Originally Posted by Stoebi
Hi

Plugin 'Main Doublepost Prevent Engine' - Hook newpost_complete


Search for:
Code:

AND dateline > " . (TIMENOW - $vbulletin->options['xen_dp_timespan'] * 60) . "
Change to:
Code:

AND post.dateline > " . (TIMENOW - $vbulletin->options['xen_dp_timespan'] * 60) . "

Reason:
With vBulletin v3.6.x the row dateline exists in the tables post and deletionlog (ambiguous).



Regards, Stoebi


You are a genius, thanks! It's working on my 3.6.0 now! :D

phonexpo 08-18-2006 01:03 PM

Cool, good man Stoebi ;)... working fine on vB360 !

Kaleem 08-20-2006 06:48 PM

The moderator's posts r not merging anything missing or something i have to add ?

Stoebi 08-20-2006 07:23 PM

Quote:

Originally Posted by LightInClouds
The moderator's posts r not merging anything missing or something i have to add ?

Hi

I can't reproduce this. Need more informations, step by step please.


Regards, Stoebi

Kaleem 08-21-2006 02:37 AM

Quote:

Originally Posted by Stoebi
Hi

I can't reproduce this. Need more informations, step by step please.


Regards, Stoebi

the info is anyone who posted double posts got merged except Moderator's usergroup even Admin's means my post got merged but no the moderator's.

Puntoboy 08-21-2006 01:30 PM

brilliant mod, thanks very much.

i couldn't get the code posted abouve to work for admins, so used the example given on the vBulletin Options menu.

sellbuydomain 08-21-2006 03:05 PM

does it work in 3.6.0?

Kaleem 08-21-2006 07:02 PM

Quote:

Originally Posted by sellbuydomain
does it work in 3.6.0?

yes it does :)

nymyth 08-24-2006 02:24 PM

^^my admin posts didnt get put into one post in 3.6. It just put a new post in...

**Fixed** thanks to Stoebi

Great Mod

Peace

007 08-24-2006 10:48 PM

Are you sure this works in 3.6.0? I keep getting SQL errors when people attempt to doublepost.. The post seems to still go through though, but the duplicate doesn't get deleted..

Paul M 08-25-2006 12:02 AM

It always helps to read back a few pages. :)

ForumHabbo 08-25-2006 07:04 PM

Quote:

Originally Posted by 007
Are you sure this works in 3.6.0? I keep getting SQL errors when people attempt to doublepost.. The post seems to still go through though, but the duplicate doesn't get deleted..

I Get the same error, its anoying

noel_leon 08-26-2006 10:43 AM

After changing the stuff in the plugin I no longer get errors but the posts are not being merged.
Dont know what to tell you.

edit: MY BAD! Sent the info from the large edit box to the window but never SAVED it.
Thanks for the fix. Great to have this product back in action.

ForumHabbo 08-26-2006 12:08 PM

Humm, I Need this hack, well it will help Moderators and Admins. Some one might fix it. :D

bashy 08-26-2006 01:28 PM

hi peeps

How would i be able to add something like Merged Post: just above the actuall merged post, is there a way please?

Darezettl 08-28-2006 07:43 AM

Is there are version for 3.6.0 out?

ForumHabbo 08-28-2006 11:57 AM

Quote:

Originally Posted by Darezettl
Is there are version for 3.6.0 out?

Dont think so, but if some one brouht one out, they will be popular :D

Kaleem 08-28-2006 04:29 PM

Its working for vb3.6 go back in the pages u will find the lil modification in the code for 3.6

and now back to my question

" It is not working for New members. New members are those who joined the forum after i unstalled this hack" any help?

Kaleem 08-28-2006 04:50 PM

Here is the one with 3.6

https://vborg.vbsupport.ru/showpost....&postcount=538


oops i double posted :P

Kihon Kata 08-28-2006 05:15 PM

this fixed mine on 3.6

:)



Quote:

Originally Posted by Stoebi
Hi

Plugin 'Main Doublepost Prevent Engine' - Hook newpost_complete


Search for:
Code:

AND dateline > " . (TIMENOW - $vbulletin->options['xen_dp_timespan'] * 60) . "
Change to:
Code:

AND post.dateline > " . (TIMENOW - $vbulletin->options['xen_dp_timespan'] * 60) . "
Reason:
With vBulletin v3.6.x the row dateline exists in the tables post and deletionlog (ambiguous).



Regards, Stoebi


EasyTarget 08-28-2006 09:33 PM

yeah, that worked for me too.. thanks.

Marko777 08-31-2006 02:23 PM

>Installed

When someone double posts, this add-on automatically removes 1 from the post count - this is great.
Is it possible also to remove extra vbBux points the user received from posting the second post (which got removed by this add-on)?

Thank you.

EasyTarget 08-31-2006 02:34 PM

marko you probably need to ask that from the vbux author. I informed him of the bug (you can keep doubleposting and get lots of points) a long time ago but I'm sure its been overlooked with all the other stuff he's been working for the hack.

AzzidReign 09-01-2006 10:05 PM

Is anyone else getting a white page when they go to double post? It still makes the post and merges it, but i get a white page that keeps loading forever...literally forever.

I did the fix for 3.6.0 and yes I have vb 3.6.0. I'm running vbSEO and thats about it for modifications to the board. Anyone know a fix?

hotwheels 09-03-2006 09:06 PM

You should only have to go to manage your products, open the main doublepost prevent engine, look for the coding listed and replace with this....

I just installed on a live site and tested, working fine...

Quote:

AND post.dateline > " . (TIMENOW - $vbulletin->options['xen_dp_timespan'] * 60) . "

Brandon Sheley 09-04-2006 03:13 PM

Quote:

Originally Posted by LightInClouds
Here is the one with 3.6

https://vborg.vbsupport.ru/showpost....&postcount=538


oops i double posted :P

thanks :)

Quote:

Originally Posted by AzzidReign
Is anyone else getting a white page when they go to double post? It still makes the post and merges it, but i get a white page that keeps loading forever...literally forever.

I did the fix for 3.6.0 and yes I have vb 3.6.0. I'm running vbSEO and thats about it for modifications to the board. Anyone know a fix?

I'm using vbseo, and vb 3.6 and this fix works fine..
just add "post." to the one line, and all is fine

rmxs 09-07-2006 08:37 PM

Xenon you must update because doenst seem to work properly with 3.6.0 :(

No ajax post and some others error that users post befre

redlabour 09-07-2006 08:57 PM

No Problems - works perfectly with 3.6 ! :)

snowlion 09-08-2006 01:30 AM

yes, works with 3.6 but i must refresh IE to see post merged in test post

voteforbird 09-09-2006 09:13 PM

When this is on, creating a new thread takes a while. The server seems to be processing something. I'm on 3.6 with that fix, above. What's wrong?

rmxs 09-10-2006 08:27 AM

Here its the product For 3.6.x!

Info about HOW TO exclude usergroups from Double Posting!


Vb Settings - Doublepost Preventing - Additional Condition (experts only)

And Add
Code:

!in_array($vbulletin->userinfo['usergroupid'], array(5,6,7))
Change 5,6,7 with user group id that you wont to exclude!

LBSources 09-10-2006 06:14 PM

Quote:

Originally Posted by rmxs
Here its the product with FIX included!

Info about HOT TO exclude usergroups from Double Posting!


Vb Settings - Doublepost Preventing - Additional Condition (experts only)

And Add
Code:

!in_array($vbulletin->userinfo['usergroupid'], array(5,6,7))
Change 5,6,7 with user group id that you wont to exclude!

rmxs thanks .. worked perfectly

EDIT: 3.6.0 BTW

rmxs 09-11-2006 07:58 AM

Np :)

snowlion 09-11-2006 09:28 AM

doesn't work with ajax quickreply, you must refresh to see effect
thank rmxs: fix exclude usergroups

coffee 09-12-2006 12:14 PM

Installed the fix, Thank you Xenon, Stoebi and RMXS

Quote:

Originally Posted by rmxs
Xenon you must update because doenst seem to work properly with 3.6.0 :(

No ajax post and some others error that users post befre

Go ahead Xenon :)

Xenon 09-15-2006 11:21 AM

I don't have the time, nor a running vb3.6 to test it out, so i won't update it...

i've included a link to the 3.6 version into the first post


All times are GMT. The time now is 08:14 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.01806 seconds
  • Memory Usage 1,823KB
  • 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
  • (6)bbcode_code_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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