![]() |
My members has informed me that when they accidentally double posted a white page appears and the top left corner It say "FLOOD".
So i check the in message posting and its set it set to 30 so i don't know where else to check. any info will be great |
Quote:
|
Quote:
I am testing out yoyoyoyo's version. It has a field in the options called 'Additional Condition'. Can this be used to exclude forums? Quote:
Quote:
|
After reading back the past 10 pages, it seems there is still no reply to making the merged text read:
--------------- Added 6 April 2008 at 7:17pm --------------- Anyone managed to get that working? |
I have tried to install this in my vb 3.5.x site and I get this error anyone know what this is and how to fix it
HTML Code:
Database error in vBulletin 3.5.3: |
You need to go through the XML and take out the executionorder settings as that wasn't introduced until a later version of vb. I would recommend upgrading.
|
work fine with 3.7.x :)
|
Quote:
|
Quote:
|
Quote:
Excellent it worked!!!!!!!!!!!!!!!!!!!!! |
Boofo
Thanks for your help I wanted to ask you another question, I wanted to exclude certain forums for example my sponsor forums from this double post hack. I have excluded the Mods by adding "!can_moderate()" in the Additional Conditions area of the hack in admincp. How and where can I exclude certain forums ? thank you... |
I would really like to know as well.
|
Add this to the Additional Conditions:
Code:
in_array($threadinfo['forumid'], array(27,28)) AND can_moderate() Adjusting it to your needs. |
Many thanks!!!
BTW: how do you exclude forums? I have a LOT of forums and typing all the forumID's is a lot more work then placing the forumIDs of the forums that I do not want to automerge. Here are the ID's: 125,142,152,156,164,165,166,174,176,190,192,196,20 9,211,212,213,214,215,216,217, 218,219,220,221,223,224,225,226,228,229,237,238,23 9,240,241,242,243,244,245,246, 247,248,249,250,251,252,253,254,255,256,257,258,25 9,260,261,262,263,264,265,266, 267,268,269,270,271,272,273,277,278,279, |
Figure out if there are more you want to include or exclude and use the smallest amount. I know of no other way to do it.
|
The forumID's above are by far the smallest amount. I would like to exclude them.
Is it possible to use a code to define not in array/ outside array? |
Not that I know of.
|
Installed without any problem on v3.6.9! It works perfectly :)
|
Alfa1: if those ids of forums are all subforums of a specific category, something like
PHP Code:
|
Quote:
Can you post the code do this with exampe of exluding forums 83,129 and also to exclude mods from this hack... Thanks |
Quote:
|
!in_array($threadinfo['forumid'], array(83,129)) AND !can_moderate()
|
Somehow this doesn't work:
!in_array($threadinfo['forumid'], array(125,142,152,156,164,165,166,174,176,190,192, 196,209,211,212,213,214,215,21 6,217, 218,219,220,221,223,224,225,226,228,229,237,238,23 9,240,241,242,243,244,245,246, 247,248,249,250,251,252,253,254,255,256,257,258,25 9,260,261,262,263,264,265,266, 267,268,269,270,271,272,273,277,278,279)) AND !can_moderate() While on my development forum this does work: !in_array($threadinfo['forumid'], array(6,8,9)) The forumID's are the ID's I want to exclude |
Please delete this post. I would really like to know if anyone knows the answer to the question above.
|
Quote:
|
Awe never mind got it thanks I used this
!in_array($threadinfo['forumid'], array(83,129)) AND !can_moderate() I was missing the ) |
OK Another glitch as this works to exclude all subforms also uner the forumid with version 3.6.9 cant get it to work with 3.5.x as I have to add all the subforum ID's to exclude them???? Any reason why?
|
Quote:
|
Quote:
|
Quote:
Quote:
When activating this hack does it only process new posts or old ones as well? Would rebuilding post or thread cache cause old double posts to be merged? |
I think it only works on new posts after it is installed.
|
Would be great to reduce DB size if it could be applied to old posts as well.
|
Any help with my question to post 872 ?
|
Since I am no longer using 3.5.4, I can't help you there.
|
Can someone please help me with this? I really need to exclude subforums
|
Quote:
|
This hack should definitely be revised - it's great work and demand is quite high.
:( |
Quote:
|
It works for 3.7RC3.
Requested features: - better time notation. - process old posts as well. |
I have installed it on 3.6.9 and it appears to do nothing for my forum. I left the 1440 minutes there, the separator text is blank and edit reason was the default. I did allow it to bump but it does not seem to be workign at all. ANy suggestions?
|
All times are GMT. The time now is 08:16 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|