How to use "posts api"
-
nodebb-plugin-sso-steam-v2 has a feature that allows you to use Steam IDs and Steam Profile Links in themes as said here
Added steam info to posts api for theme makers to use (post.user.sso-steam:steamid & post.user.sso-steam:profile)
How exactly would I use this?
-
Add
api/
to the url of any post, to see all the variables templates can use. ie:https://community.nodebb.org/api/topic/10628/how-to-use-posts-api
Using the plugin would add the variable
{posts.post.user.sso-steam:steamid}
to all templates that have posts. -
Copyright © 2024 NodeBB | Contributors