@baris said in Skin Switcher in User Settings:
https://github.com/pichalite/nodebb-theme-slick/commit/c304310f7fbb23a452664d04d81b6b24fed61d0d
Thank you!
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