inherit
156324
0
Jul 24, 2024 13:37:46 GMT -8
WanderOverYonder
Studying is hard
105
July 2010
hikari12
|
Post by WanderOverYonder on Mar 21, 2023 9:03:38 GMT -8
Basically, I'd like there was something that will display only posts by a particular user/users, in thread. So I'd like it if there was this checkbox at the bottom of the thread that displays each member that posted in said thread, with checkbox next to their name. Then I can select a single or multiple checkboxes and get only the post of those users in a bubble.
I even have the basic code that does what I described, only it's for vbulletin boards:
<a href="{vb:url 'search'}?searchJSON=%7B%22author%22:%22{vb:raw conversation.authorname}%22,%22exactname%22:%221%22,%22channel%22:[{vb:raw conversation.nodeid}]%7D">[ISO {vb:raw conversation.authorname}]</a>
[<a href="{vb:url 'search'}?searchJSON=%7B%22author%22:%22{vb:raw conversation.authorname}%22,%22exactname%22:%221%22,%22channel%22:[{vb:raw conversation.parentid}]%7D">[ISO {vb:raw conversation.authorname}] </a>]]>
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Mar 21, 2023 18:25:30 GMT -8
Basically, I'd like there was something that will display only posts by a particular user/users, in thread. So I'd like it if there was this checkbox at the bottom of the thread that displays each member that posted in said thread, with checkbox next to their name. Then I can select a single or multiple checkboxes and get only the post of those users in a bubble. I even have the basic code that does what I described, only it's for vbulletin boards:
<a href="{vb:url 'search'}?searchJSON=%7B%22author%22:%22{vb:raw conversation.authorname}%22,%22exactname%22:%221%22,%22channel%22:[{vb:raw conversation.nodeid}]%7D">[ISO {vb:raw conversation.authorname}]</a> [<a href="{vb:url 'search'}?searchJSON=%7B%22author%22:%22{vb:raw conversation.authorname}%22,%22exactname%22:%221%22,%22channel%22:[{vb:raw conversation.parentid}]%7D">[ISO {vb:raw conversation.authorname}] </a>]]>
this is already built into the platform Step 1 click on the search box filter to bring up the search options
Step 2 Press the Post Created By button to add a member search to the filter
Step 3 Type the name of the member you wish to filter upon. A new empty member search will automatically be added each time you add a name so you can add multiple people
Edit There is also installed on this support forum a brilliant plugin with the identifier of v_participants that also gives the ability to view just the posts made by a particular user within a single thread, but it operates from the thread list page. You click on the number in the replies column to view a list of the participants in that particular thread. So far, this is all basic Proboards functionality but what the plugin does is it takes the numbers showing how many posts were created in that thread by that particular user and makes it a clickable hyperlink that takes you to the thread but displaying only the posts from that selected user. The plugin does not appear to be in the plugin library (at least I could not find it) but I believe Brian is the author and may offer an exported version if interested
|
|
Kami
Forum Cat
Posts: 40,201
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,201
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Mar 21, 2023 20:09:52 GMT -8
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Mar 21, 2023 22:07:37 GMT -8
Once again, ninja'd by Kami with a mere eight hours to spare!
|
|