inherit
189420
0
Feb 20, 2013 16:01:16 GMT -8
philipayres
5
February 2013
philipayres
|
Post by philipayres on Feb 7, 2013 3:02:14 GMT -8
We're after a plugin to give us a reply button in the header of each post, positioned before the quote button. The reply button should appear on each post in the thread and each post in the recent posts list.
The reply button should then display the user's chosen editor (bb code or visual) with a blank text entry box, no quote. Reply to obviously appear at the current end of thread the post is from.
Got a whole bunch of users moaning about it's removal in the new version of Proboards
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Feb 7, 2013 15:58:02 GMT -8
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Feb 8, 2013 10:59:28 GMT -8
|
|
inherit
15564
0
Jun 14, 2020 21:36:20 GMT -8
Lynnrose
149
November 2003
lynnrose
|
Post by Lynnrose on Feb 14, 2013 4:54:03 GMT -8
Darn, didn't work for me
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Feb 15, 2013 19:31:27 GMT -8
Pebble I've been using this v0.0.2 and it works well, but it does cause one problem. Could you expand it to include adding the Reply button to the Recent Posts view so I can remove all the Reply codes I have? I have the below code in Layout Templates > Thread > Post List that adds the Reply button to Recent Posts: <div class="controls"> <!-- <Adds Reply button in Recent Posts view> --> <a class="button" href="/post/new/$[post.thread_id]" role="button">Reply</a> <!-- </Adds Reply button in Recent Posts view> --> $[post.quote_button] $[post.edit_button] $[post.likes.button] $[post.select_options] </div> With your plug-in enabled + the code above for Recent Posts, a double Reply button displays in each post rather than just the one from your plug-in. With the above code disabled, the double Reply stops, but so does the Recent Posts. Not sure how these two relate so that it creates that double Reply, but it does.
|
|
inherit
102015
0
Jan 2, 2016 11:05:48 GMT -8
Bulldog
Hoomanoid Canine
20
April 2007
doggietech
|
Post by Bulldog on Apr 15, 2013 14:34:47 GMT -8
I'd like to second that request to include Recent Posts in the plugin. Thanks for all the hard work so far, much appreciated.
DeltaDart, your code there might be just what I need to stop my members whining about it for until/unless the plugin gets updated.
|
|
inherit
157863
0
Nov 20, 2024 10:35:15 GMT -8
Skidjit
Hello Sweetie! :D
1,129
September 2010
skidjit
|
Post by Skidjit on Apr 19, 2013 5:50:04 GMT -8
Yep. Me too. I'll third it. I made a plugin request without seeing this one here. I need one for each post in the recent posts link. So, someone pointed me this way. Phooey, I tried both downloads and neither work. Edited to say: I just went back and checked. I never realized that on the regular thread posts, that there was not a reply button. So, this code does work but not in the "mors recent posts" link. Or at least it's this way for me. Edited again to say thanks DeltaDart That was the first time I went into that section and changed/added anything. It works perfectly. Thanks, both you and pebble.
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on May 1, 2013 20:18:02 GMT -8
This code is working in IE ~ but not Chrome. Anyone else experiencing that?
|
|
inherit
163839
0
May 25, 2017 20:48:34 GMT -8
Maiden
1,020
February 2011
dreamaiden
|
Post by Maiden on May 2, 2013 0:45:27 GMT -8
Hi DeltaDart, I used that code you posted: <!-- <Adds Reply button in Recent Posts view> --> <a class="button" href="/post/new/$[post.thread_id]" role="button">Reply</a> <!-- </Adds Reply button in Recent Posts view> -->
and found it put the reply button everywhere, did you get it to display only on the latest posts page? Can anyone else help with this?
|
|