Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Maybe a noob question, but is it possible to change the forum to full width, and how to do it?
CSS rule should do it.
.container { width: 100% !important; }
@yariplus
Thank you
D
It worked ! Thanks a lot 👍
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
@torn2 edit the theme template to remove the link to the topic if the user is a guest so they can't get to the topic page.
P
@julian http://meta.stackexchange.com/questions/11602/what-formula-should-be-used-to-determine-hot-questions
A
@baris it works! thanks a lot!