[RFC] Include Topic count on view profile & search for topic

Note: We are moving the topics of this forum and it will be deleted at some point

Publish your own request for comments/change or patches for the next version of phpBB. Discuss the contributions and proposals of others. Upcoming releases are 3.2/Rhea and 3.3.
Danielx64
Registered User
Posts: 304
Joined: Mon Feb 08, 2010 3:42 am

[RFC] Include Topic count on view profile & search for topic

Post by Danielx64 »

Ok

Right now, you go to someone profile and you want to do a search for every topic that this user has started. You can't do that. The only thing that you can do a search on (by default) is all the post that the user has made.

Now you could get around this by going to forumname/search.php but it would be nice to be able to do this in one click from the user's profile.

Putting this feature in should be a no brainer as most of what is needed is already there. We could almost use all the same code that is used for the search post link and so on on the user's profile. As far as I can see, the only permission that may need to be created is can search user's topic.

What do you think?

Danielx64
Registered User
Posts: 304
Joined: Mon Feb 08, 2010 3:42 am

Re: [RFC] Include Topic count on view profile & search for t

Post by Danielx64 »

bump

ecwpa
Registered User
Posts: 181
Joined: Mon Jan 24, 2005 2:10 am
Contact:

Re: [RFC] Include Topic count on view profile & search for t

Post by ecwpa »

Agreed. That would be actually pretty useful!
Slightly better English than it was in 2005, still improving :D


User avatar
imkingdavid
Registered User
Posts: 1050
Joined: Thu Jul 30, 2009 12:06 pm

Re: [RFC] Include Topic count on view profile & search for t

Post by imkingdavid »

So basically on the profile, beneath the "Total Posts" section, there would be a "Total Topics" like so:
Total Topics: # | Search user's topics
Personally, I think it should say "View user's topics" but I put "Search" to be consistent with the current "Search user's posts". The "Search user's topics" is a link similar to the posts one that simply shows all topics started by the user. The link would be similar to:

Code: Select all

%root%/search.php?author=%username%&sr=topics
Please start a ticket for this in the tracker.
I do custom MODs. PM for a quote!
View My: MODs | Portfolio
Please do NOT contact for support via PM or email.
Remember, the enemy's gate is down.

User avatar
naderman
Consultant
Posts: 1727
Joined: Sun Jan 11, 2004 2:11 am
Location: Berlin, Germany
Contact:

Re: [RFC] Include Topic count on view profile & search for t

Post by naderman »

imkingdavid wrote:Personally, I think it should say "View user's topics" but I put "Search" to be consistent with the current "Search user's posts". The "Search user's topics" is a link similar to the posts one that simply shows all topics started by the user. The link would be similar to:

Code: Select all

%root%/search.php?author=%username%&sr=topics
I agree with calling both "View ..." instead of "Search ...". The search query would have to contain &sf=firstpost to restrict the search to the first post of topics only. Otherwise you'll get a list of all topics the user has posted in.

Danielx64
Registered User
Posts: 304
Joined: Mon Feb 08, 2010 3:42 am

Re: [RFC] Include Topic count on view profile & search for t

Post by Danielx64 »


User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1904
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: [RFC] Include Topic count on view profile & search for t

Post by DavidIQ »

naderman wrote:The search query would have to contain &sf=firstpost to restrict the search to the first post of topics only. Otherwise you'll get a list of all topics the user has posted in.
I thought that was the intent of this (to show all posts made by the user). :?:
Image

User avatar
naderman
Consultant
Posts: 1727
Joined: Sun Jan 11, 2004 2:11 am
Location: Berlin, Germany
Contact:

Re: [RFC] Include Topic count on view profile & search for t

Post by naderman »

No they were talking about all topics created by the user.

User avatar
MichaelC
Development Team
Development Team
Posts: 889
Joined: Thu Jan 28, 2010 6:29 pm

Re: [RFC] Include Topic count on view profile & search for t

Post by MichaelC »

This would be a good feature to add and I believe there is a MOD for it at the moment.
Formerly known as Unknown Bliss
psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
No unsolicited PMs please except for quotes.

Post Reply