![]() |
just if $do_bump is set to true
|
Let's say a user makes a post and maxs out the number of attachments.
WHat happens when within the very short interval ( which considers the next post a double post ) , he posts again with an attachment. Can this handle that ? |
hello all,
I have tried to install this hack but I get the following error: Database error in vBulletin 3.0.3: Code:
Invalid SQL: |
@cinq: actually the attachmentpart is the only little bug which is still there
you can add more attachments then allowed with the doublepost, as the avoidance would have produced too much queries.... @alquadir: the $threadinfo varialbe seems to be empty, you have either placed the code at the wrong place, or you have another hack, which is buggy nothing i can solve. |
Quote:
If so, that's fine with me :) |
nope, it will just merge them, no matter if you get over the limit or not ;)
|
oic, so the first post will have more attachments than the max limit per post.
I'm fine with it too, but do let us know if you manage a workaround for it :) thanks ! :D |
of course ;)
i'll work onit on my free days soon ;) |
Version 1.5 released
actually it's just a minor release, so i won't send an update mail What has changed? Bugfix: Doubleposts won't create posts with more than attachlimit attachments Setting: I have created a settingarray at the top of the hack, allowing to easyly changint the timespan of when a post will be counted as doublepost. No further changes are planned right now. |
Just to confirm Stefan, only when a user posts within the time allocated in a particular thread that the posts are merged.
A scenario : If he starts a new thread A, or makes a post B1 somewhere in another thread B, both the thread A or new post B1 should not get merged into the post C1 in thread C which he made 5 mins ago before making post B1 or new thread A, correct ? ( sorry if it sounds confusing, but it seems some of my members are complaining about this .... odd ) |
sounds very confusing ^^
to make it short it just works in one thread, so he can start 4 new thread and nothing will be merged, just if someone makes a post in a thread where he already has the last post and it's not that long ago, then it will be merged ;) |
Ah yes, that's what I thought too....I think my members are rather confused though. Will explain it to them :)
Thanks :D |
Hi
Some of the users on the forum I moderate have pointed out a way to get around the hack. If a user posts more than the max number of allowed smilies, a new post is added and the double post hack does not work. For example the smilie limit on the forum is 3... A user makes a post with 2 smilies, then the same user posts straight after with another 2 smilies, this breaks the smilie limit and causes a new post to be added rather than the 2 posts being merged. Don't think this has been pointed out already so I thought Id mention it. :nervous: Thanks |
@Sel: well, yep thats know, but it's how the hack is designed.
i did it without the check before, and that lead to non editable posts after the merge, so this smilie check has to be in i'd increase the ammount of smilies allowed ;) |
Nice one, thanks for the quick reply. Think I will increase the smilie limit then, three is a bit harsh!!
Great hack by the way! |
thanks :)
|
Thank you Xenon http://sbp777.homestead.com/files/kawaii.gif
|
If you have previously installed Proxy ip to real ip conversion or Proxy Detector v3.1 then these install instructions will not work (or if you manage to find the block of code to replace, and then replace it as specified, your proxy hack will cease to function correctly).
This is because both proxy ip hacks add an extra field to all new posts. To fix this, edit the install instructions as follows. find ; PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
Thx for mentioning Paul, i included a link to your post in the first post :)
|
When someone double posts, is there a way to put a message above the merged post stating when the user double posted?
|
Awesome work on that Xenon, I had something like this going, but this is much better, much more optimized, and well it works and it works good!
Regards, |
glad to hear Arunan :)
@Baptizer: i think i answered it already within the thread, but short again: you can change the \n\n in PHP Code:
|
Quote:
THanks a bunch! Any way to get the time of the double post to display using the post viewers timezone? I am guessing not, correct? |
nope, that's not possible, at least not without adding extram fields to the post table (or creating something like a doublepost log)
|
I installed the mod and didn't notice any code excluding administrators and moderators from the restriction. How can I prevent it from blocking admins & moderators?
|
In this thread here: https://vborg.vbsupport.ru/showthrea...0603post600603
I posted twice in a row, and because it has the hack to show the first thread at the beginning of every page, it didn't merge my posts. It let me post at the end of one page and at the beginning of another??? Just an observation. I don't even have this hack installed. UPDATE... Xenon clarifies this below. It is not a bug. |
i have excluded the release forums from the automerge
|
How can I put a separator to separate a first post and a second post when they both show up in the same post?
|
as i said, you can put everything between the \n\n
this is already a seperator, put in some dashes or whatever ;) |
Quote:
|
of course you can't
the seperator will become part of the post, and if you don't allow html in posts, you cannot use it ;) |
Quote:
Before, admins (i don't know if mods or supermods too) were not affected by the anti-doublepost. And now... works for admins too. Anything wrong? Obviously, i applied the hack again after upgrade. How exclude admins? |
Has anyone every included the mod to this hack to update the editlog table? These forums are using it so I know it must exist.
|
okay, okay...i figured it out myself.
FIND PHP Code:
PHP Code:
|
@FASherman: well, here on vb.org there are often some more features in my hacks than in the released version, as i don't release every single change immediatelly ;)
but i have uploaded the newest version now, which adds the editlog text ;) |
Thanks, this hack was much needed. :)
|
I love this hack...
/me clicks install. One of the easiest and worthy hacks to have. |
i am going to install this mod but i want the option in the admincp to disable it. i know ill have to put it in <if condition> tags and then an <else> at the end but im not sure exactly how.
so i would need an if and else for the top two codes, and this one ^^ needs just and if..correct? so what would the codes be and what would the code i need to add for an ON and OFF radio button in the admin cp be? thanks! |
it's not needed to post the hack instructions, everyone know them from the file ;)
and actually it's not hard to do. first of all you have to enable debug mode of your vb. then got to acp options and you see you can add new settings to the settinggroups add one to the message posting options yesno as option code for example: varname: preventdoubleposts title Preventing Doubleposting optioncode yesno default 1 vbulletin default no then just change that line: PHP Code:
PHP Code:
|
^^^
ahh ic...why do i have to put it in debug mode? and where is the option to put it in debug mode? thanks |
All times are GMT. The time now is 12:49 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|