No worries, thanks for the information!
Solved Server side hook for loading recent posts/top posts for user
-
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 pageforum.com/user/<username>
-
-