It only returns a subset of user data https://github.com/NodeBB/NodeBB/blob/master/src/posts/user.js#L24-L28
If you want to add more you can do so in a plugin, using the hook filter:posts.modifyUserInfo
Hi!
Currently, I'm using the plugin (nodebb-plugin-adsense) for Google Adsense to show Ads on the forum.
However, it displays the Adsense on all the pages including Signup / Login which is against to the terms and conditions of the Google.
Is there any particular method to place or limit the Adsense on certain pages of the forum.
Regards
@srinik said in Limit Google Adsense on Signup Pages:
e or limit the Adsense on certain pages of the forum.
I would say you will have to put them in the widgets individual headers for the pages which you only want to show ads on.
Adding in global header is risky.