mybb / mybb2

The repository for the MyBB 2 forum software. Not to be used on live boards.
https://www.mybb.com
BSD 3-Clause "New" or "Revised" License
109 stars 45 forks source link

User Profiles & Custom Profile Fields (again) #38

Closed wpillar closed 9 years ago

wpillar commented 9 years ago

Pretty happy with this now, here's a summary:

Added

Future Work

Looking For

Looking for this PR to be reviewed with a view to merge, aim here is a stable MVP of the features described with scope for future work to be conducted separately.

euantorano commented 9 years ago

I'll have a look over this today. In regards to the slug, it should just be the user's name, but slugged (using Laravel's Str::slug(), so My Username becomes my-username). It isn't used for lookups, just to provide "pretty" looking URLs :smile:

So when a user registers or changes username, their slug should be updated, and then just passed whenever building the URL to the profile.

euantorano commented 9 years ago

Other than my nitpicks, this looks good :)

wpillar commented 9 years ago

@euantorano think we're all good, anything else blocking a merge?

euantorano commented 9 years ago

I don't believe so. I'm on mobile right now, but my last look through looked good :)

On 31 Mar 2015, at 20:50, Will Pillar notifications@github.com wrote:

@euantorano think we're all good, anything else blocking a merge?

— Reply to this email directly or view it on GitHub.

wpillar commented 9 years ago

Great! :D if you could merge it when you get a chance, that'd be swell.