Entris
Junior Member
Posts: 281
inherit
158702
0
Dec 31, 2014 9:05:29 GMT -8
Entris
281
September 2010
entris
|
Post by Entris on Dec 26, 2012 14:30:45 GMT -8
I was reading the thread about Disabeling post counts.... when someone double posts in a certain amount of time and got an idea i would think would be usefull.
A way for the Admins to be able to merge posts, if someone doubleposts instead of editing their original post or in some cases add more information in a new post further down the thread it would come in handy if you could just "Select" the post then chose "Merge With" (or just Merge) and then "Select" the post you want to merge it with.
The outcome of merging the posts would be something like a quote box with the merged post in it in the first original post.
Just something I would like to be able to do in a fast and easy way, donno if anyone else thinks so though but figured i'd throw it out here
|
|
inherit
Graphics Ninja
3
0
Nov 19, 2012 12:17:26 GMT -8
Ryan Roos
Wordsmyth
35,133
November 2003
ryan
|
Post by Ryan Roos on Dec 26, 2012 14:49:34 GMT -8
This was suggested before.
Again a double post is not a bad thing on all forums so this doesn't apply everywhere. Additionally you can already do this manually if you wish to. It isn't a priority with v5 coming so soon. Thank you for the idea though.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Dec 27, 2012 4:44:40 GMT -8
I was reading the thread about Disabeling post counts.... when someone double posts in a certain amount of time and got an idea i would think would be usefull.
A way for the Admins to be able to merge posts, if someone doubleposts instead of editing their original post or in some cases add more information in a new post further down the thread it would come in handy if you could just "Select" the post then chose "Merge With" (or just Merge) and then "Select" the post you want to merge it with.
The outcome of merging the posts would be something like a quote box with the merged post in it in the first original post.
Just something I would like to be able to do in a fast and easy way, donno if anyone else thinks so though but figured i'd throw it out here This was suggested before. Again a double post is not a bad thing on all forums so this doesn't apply everywhere. Additionally you can already do this manually if you wish to. It isn't a priority with v5 coming so soon. Thank you for the idea though. hey Ryan, when the quote button is clicked, where does it check for selected posts? I was going to convert my automerge code for this, but was wondering if I could make it quote multiple from single click...
|
|
Entris
Junior Member
Posts: 281
inherit
158702
0
Dec 31, 2014 9:05:29 GMT -8
Entris
281
September 2010
entris
|
Post by Entris on Dec 27, 2012 9:18:59 GMT -8
This was suggested before. Again a double post is not a bad thing on all forums so this doesn't apply everywhere. Additionally you can already do this manually if you wish to. It isn't a priority with v5 coming so soon. Thank you for the idea though. Yeah i know it aint valid for all boards so figured that an option for the admins to be able to merge the posts into 1 post would be handy for those that doesn't want it. How can i do this manually? You mean copy the text and then edit the first post and paste it there and delet the second post (as we do now) or is there another way I have no idea about? Was ment to be a V5.x feature if it was added not rushed in straight away, wouldn't expect something like that so should have been more clearer with that sorry.
|
|
inherit
Graphics Ninja
3
0
Nov 19, 2012 12:17:26 GMT -8
Ryan Roos
Wordsmyth
35,133
November 2003
ryan
|
Post by Ryan Roos on Dec 27, 2012 11:03:23 GMT -8
Wormopolis Tim shall reply below me. Entris I added this to our list of future ideas. If it was just an option in the gearbox whenever it was a double post and it could handle the edit of the first post and deletion of the second automatically then we would consider it. As you said v5.x Also, yes manually doing so the way you described.
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Dec 27, 2012 11:18:27 GMT -8
Wormopolis - If I understand your question correctly, the selected posts are tracked with a hidden checkbox. They should be wrapped with a span of .post-options-checkbox, so you could target them like so: $('.post-options-checkbox input[type="checkbox"]:checked')
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Dec 27, 2012 15:08:05 GMT -8
ok. then to make this work, I have to add an event to the hidden checkbox. thank you sir!
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Dec 27, 2012 17:46:35 GMT -8
No problem.
|
|
Entris
Junior Member
Posts: 281
inherit
158702
0
Dec 31, 2014 9:05:29 GMT -8
Entris
281
September 2010
entris
|
Post by Entris on Dec 28, 2012 7:59:07 GMT -8
Wormopolis Tim shall reply below me. Entris I added this to our list of future ideas. If it was just an option in the gearbox whenever it was a double post and it could handle the edit of the first post and deletion of the second automatically then we would consider it. As you said v5.x Also, yes manually doing so the way you described. Cool tyvm Ryan Roos
|
|