@pitaj This seems to be have been fixed with the most recent version of core. One small nuance is the lack of breadcrumbs being displayed on the page you select as default when using Persona. Is there any quick fix for this ?
Thanks
Hi,
I'm looking for a server-side filter hook for loading a list of posts for a user - both the list of the latest and the list of the best:
I have already tried the following hooks:
filter:user.getFields
filter:user.whitelistFields
filter:helpers.getUserDataByUserSlug
They do not contain the information.
filter:privileges.posts.filter
is called and good, but only at the link entry - like https://community.nodebb.org/user/baris/posts, but when only the last ones are displayed on the profile page itself, it is not called.
@baris
Take a look at filter:account/profile.build
That hook is called on the page forum.com/user/<username>