Bitcoin Forum

Other => Meta => Topic started by: Jeremycoin on April 07, 2015, 10:57:15 AM



Title: How to know User Thread?
Post by: Jeremycoin on April 07, 2015, 10:57:15 AM
How to see all of the Thread that a user was made?
If there any way to do that, it will be so helpful for me. :)


Title: Re: How to know User Thread?
Post by: redsn0w on April 07, 2015, 10:59:01 AM
How to see all of the Thread that a user was made?
If there any way to do that, it will be so helpful for me. :)

No you cannot know what thread an user made in his pas activity here in the forum, you can only check and see his latest posts at:

- https://bitcointalk.org/index.php?action=profile;u=211419;sa=showPosts  <<--- replace the bold part with the forum id of any user.


You can also see how many thread he has opened :


https://bitcointalk.org/index.php?action=profile;u=211419;sa=statPanel   <<--- replace the bold part with the forum id of any user.


Title: Re: How to know User Thread?
Post by: Jeremycoin on April 07, 2015, 11:06:35 AM
How to see all of the Thread that a user was made?
If there any way to do that, it will be so helpful for me. :)

No you cannot know what thread an user made in his pas activity here in the forum, you can only check and see his latest posts at:

- https://bitcointalk.org/index.php?action=profile;u=211419;sa=showPosts  <<--- replace the bold part with the forum id of any user.


You can also see how many thread he has opened :


https://bitcointalk.org/index.php?action=profile;u=211419;sa=statPanel   <<--- replace the bold part with the forum id of any user.
So, there is no way to do that :(


Title: Re: How to know User Thread?
Post by: Muhammed Zakir on April 07, 2015, 11:10:19 AM
There is no easy way to check threads made by a user. You will have to go to the link posted by redsn0w and click the posts and see if it was a post or thread made by him.

However, if you don't want an accurate result, you can avoid all posts which contains "Re:" in subject/title because it mostly appears when we reply to a thread. So all the other posts will most probably be threads created by the user.


Title: Re: How to know User Thread?
Post by: redsn0w on April 07, 2015, 11:11:48 AM
How to see all of the Thread that a user was made?
If there any way to do that, it will be so helpful for me. :)

No you cannot know what thread an user made in his pas activity here in the forum, you can only check and see his latest posts at:

- https://bitcointalk.org/index.php?action=profile;u=211419;sa=showPosts  <<--- replace the bold part with the forum id of any user.


You can also see how many thread he has opened :


https://bitcointalk.org/index.php?action=profile;u=211419;sa=statPanel   <<--- replace the bold part with the forum id of any user.
So, there is no way to do that :(

No, there isn't any forum function to sort all the thread created by an user (but I think it is easy to add that feature in the new forum software). Maybe suggest it in this section:

- https://bitcointalk.org/index.php?board=167.0  (New forum software)

and I hope they will add it, good luck!


Title: Re: How to know User Thread?
Post by: hilariousandco on April 07, 2015, 11:12:16 AM
How to see all of the Thread that a user was made?
If there any way to do that, it will be so helpful for me. :)

No you cannot know what thread an user made in his pas activity here in the forum, you can only check and see his latest posts at:

- https://bitcointalk.org/index.php?action=profile;u=211419;sa=showPosts  <<--- replace the bold part with the forum id of any user.


You can also see how many thread he has opened :


https://bitcointalk.org/index.php?action=profile;u=211419;sa=statPanel   <<--- replace the bold part with the forum id of any user.
So, there is no way to do that :(

Not currently though it has been suggested for the new forum and hopefully will be included. I think it would be a very useful feature.


Title: Re: How to know User Thread?
Post by: cakir on April 07, 2015, 12:50:08 PM
Normally SMF supports that feature but I'm not sure about SMF 1.1.19.
But a 3rd party application may be coded easily.
It works like that;
Get all user posts,
Eliminate all posts whose title starts with RE:
Check the post id on each topic to decide the first post or not.
Voila!

If I've free time I can code something like that.


Title: Re: How to know User Thread?
Post by: Muhammed Zakir on April 07, 2015, 01:19:41 PM
=snip=
Eliminate all posts whose title starts with RE:

You can't get an accurate result if you do this. There maybe threads which have "Re:" in subject. For example, talking about something which is already discussed but after OP locked, it was moved to new thread and such threads probably will have "Re:".

=snip=
If I've free time I can code something like that.

Looking forward to this. :)


Title: Re: How to know User Thread?
Post by: erikalui on April 07, 2015, 05:06:46 PM
Normally SMF supports that feature but I'm not sure about SMF 1.1.19.
But a 3rd party application may be coded easily.
It works like that;
Get all user posts,
Eliminate all posts whose title starts with RE:
Check the post id on each topic to decide the first post or not.
Voila!

If I've free time I can code something like that.

@bold: I dint get this feature. Will my post ID be reflected or the user's post ID I am searching for? It would be good to have my post ID reflected in the results that appear under "Show new replies to your posts".


Also, is there any suggestion thread where I can suggest new features?

Like the OP wants to search the threads a particular user has created, it would be better if the option is added in an "Advanced" button below the Search bar. One can customize the search results based on the topic created/replied by a particular user or also search the subject of a thread and so on.


Title: Re: How to know User Thread?
Post by: redsn0w on April 07, 2015, 05:10:18 PM
Normally SMF supports that feature but I'm not sure about SMF 1.1.19.
But a 3rd party application may be coded easily.
It works like that;
Get all user posts,
Eliminate all posts whose title starts with RE:
Check the post id on each topic to decide the first post or not.
Voila!

If I've free time I can code something like that.

@bold: I dint get this feature. Will my post ID be reflected or the user's post ID I am searching for? It would be good to have my post ID reflected in the results that appear under "Show new replies to your posts".


Also, is there any suggestion thread where I can suggest new features?


There is an entire section/board: https://bitcointalk.org/index.php?board=167.0   There you can suggest "whatever" you want (but it is more related with the new forum software and probably it will added in the new forum and not here).