[RFC] List most recent posts on profile page

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.
Post Reply
User avatar
naderman
Consultant
Posts: 1727
Joined: Sun Jan 11, 2004 2:11 am
Location: Berlin, Germany
Contact:

[RFC] List most recent posts on profile page

Post by naderman »

The current user profiles contain a link to search a user's posts. Instead the user profile page itself should display a list of the most recent posts under the signature section. In addition a search box should allow filtering these posts further. The search code as well as search result display code should be reused for this.

Oleg
Posts: 1150
Joined: Tue Feb 23, 2010 2:38 am
Contact:

Re: [RFC] List most recent posts on profile page

Post by Oleg »

This will make profile information not fit into smaller resolutions.

I can't say I ever found it difficult to click the link to see a user's posts from their profile.

If we implement the other rfc linking user's post count to their post search this will not be needed.

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

Re: [RFC] List most recent posts on profile page

Post by naderman »

There's still quite a difference between having a well hidden link somewhere on a page full of information, and actually displaying the information right there.

Screen size is no reason not to add content to the bottom of that page. You'll have to scroll if you want to see that content, but the main profile content will fit your screen just as well as it used to.

I do think the kind of content a user generates is some of the most interesting information you can find about a forum user, and it deserves a place directly on the profile page.

Oleg
Posts: 1150
Joined: Tue Feb 23, 2010 2:38 am
Contact:

Re: [RFC] List most recent posts on profile page

Post by Oleg »

If you put the posts below everything that is already on the profile page then my objections are mostly moot, but then one may not see much without scrolling at which point what is the benefit really?

User avatar
callumacrae
Former Team Member
Posts: 1046
Joined: Tue Apr 27, 2010 9:37 am
Location: England
Contact:

Re: [RFC] List most recent posts on profile page

Post by callumacrae »

Oleg wrote:If you put the posts below everything that is already on the profile page then my objections are mostly moot, but then one may not see much without scrolling at which point what is the benefit really?
What's wrong with scrolling? That's like arguing that there should be one post to a page to reduce scrolling.

In both examples, number and size of HTTP requests would increase.
Made by developers, for developers!
My blog

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

Re: [RFC] List most recent posts on profile page

Post by ecwpa »

I agree with naderman too. Also, the way the user details are displayed is not that good either.

Maybe a column in the left with the user info and a bigger column to show that user recent activity would be better, like this http://www.theverge.com/users/nilaypatel

It also could be configurable in the admin panel if the admin choose not to put that info there.
Slightly better English than it was in 2005, still improving :D

User avatar
3Di
Registered User
Posts: 951
Joined: Tue Nov 01, 2005 9:50 pm
Location: Milano 🇮🇹 Frankfurt 🇩🇪
Contact:

Re: [RFC] List most recent posts on profile page

Post by 3Di »

callumacrae wrote: What's wrong with scrolling? That's like arguing that there should be one post to a page to reduce scrolling.
the less the scrolling is... the better.. you know? No need to argue here, IMHO.
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades

User avatar
callumacrae
Former Team Member
Posts: 1046
Joined: Tue Apr 27, 2010 9:37 am
Location: England
Contact:

Re: [RFC] List most recent posts on profile page

Post by callumacrae »

3Di wrote:the less the scrolling is... the better.. you know? No need to argue here, IMHO.
Sure, if scrolling can be avoided that is nice - but having information on a completely different page purely to avoid scrolling? There's no reason for that.
Made by developers, for developers!
My blog

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

Re: [RFC] List most recent posts on profile page

Post by imkingdavid »

3Di wrote:
callumacrae wrote: What's wrong with scrolling? That's like arguing that there should be one post to a page to reduce scrolling.
the less the scrolling is... the better.. you know? No need to argue here, IMHO.
Sure, reducing scrolling is generally a good practice, but if it's scrolling vs. useful content (keyword: useful), then the useful content should win. People expect to scroll whenever they visit a website, so they won't mind too much.
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.

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

Re: [RFC] List most recent posts on profile page

Post by Danielx64 »

Well if your worried about space, why don't you look at something like this: http://www.phpbb.com/customise/db/mod/tabbed_profiles/ Would that fix the issue of not having enough space? That also means that we can do the same for topics as well.

Post Reply